/*Fonts Import*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Mulish:wght@300;400;500;600;700;800;900;1000&display=swap");

/*General Tags*/
html {
  scroll-behavior: smooth !important;
}

body {
  background-color: #fff;
  color: #263a5d;
  font-size: 16px;
  font-family: "Mulish", Arial;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.Body--Main {
  padding: 51px 0 0 250px;
}

.w-spc {
  white-space: nowrap;
}

p {
  margin: 0 !important;
}

a {
  text-decoration: inherit !important;
}

.flex-d {
  display: flex;
}

.inline-block-d {
  display: inline-block;
}

.width-100 {
  width: 100%;
}

.width-auto {
  width: auto !important;
}

.flex-da {
  display: flex;
  align-items: center;
}

.flex-dj {
  display: flex;
  justify-content: center;
}

.flex-daj {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-jsb {
  justify-content: space-between;
}

.flex-js {
  justify-content: flex-start;
}

.flex-gap3 {
  gap: 3px !important;
}

.flex-gap5 {
  gap: 5px !important;
}

.flex-gap10 {
  gap: 10px !important;
}

.flex-gap15 {
  gap: 15px !important;
}

.flex-gap20 {
  gap: 20px !important;
}

.flex-gap25 {
  gap: 25px !important;
}

.justify-btw {
  justify-content: space-between;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right;
}

.grid-d {
  display: grid;
}

.fr-11 {
  grid-template-columns: 1fr 1fr;
}

.fr-111 {
  grid-template-columns: 1fr 1fr 1fr;
}

.fr-1111 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.fr-21 {
  grid-template-columns: 2fr 1fr;
}

.fr-6 {
  grid-template-columns: repeat(6, 1fr);
}

.fr-5 {
  grid-template-columns: repeat(5, 1fr);
}

.no-display {
  display: none !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-15 {
  gap: 15px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-25 {
  gap: 25px !important;
}

.gap-30 {
  gap: 30px !important;
}

.gap-35 {
  gap: 35px !important;
}

.reuse-border {
  border: 1px solid #cacaca;
  border-radius: 5px;
}

.rotate-90 {
  transform: rotate(90deg);
}

.rotate-90n {
  transform: rotate(-90deg);
}

figure {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.p-relative {
  position: relative;
}

.app_body {
  display: inline-block;
  width: 100%;
  min-height: calc(100vh - 340px);
}

.reuse-width {
  width: 100%;
  max-width: 1141px;
}

.row-reverse {
  flex-direction: row-reverse;
}

.width-col-12 {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.input-field {
  border: 1px solid #cacaca;
  border-radius: 5px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 13px;
  line-height: 28px;
  color: #263a5d;
  padding: 0 16px;
  height: 34px;
}

select option {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #263a5d;
}

.input-field::placeholder {
  color: #7d899e !important;
  opacity: 1 !important;
  letter-spacing: 0.75px;
}

.quote-btn a {
  width: 245px;
}

.pointer {
  cursor: pointer;
}

.error-message {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  color: #d2143a;
  margin: 20px 0 0 0;
  display: flex;
}

.free-quote-label {
  margin: -5px 0 -12px 0;
}

.free-quote-label b {
  margin: 0 3px;
}

.free-quote-label .error-message {
  width: calc(100% - 374px);
  display: inline-block !important;
}

.text-underline {
  text-decoration: underline;
}

select option {
  font-family: Arial, Helvetica, sans-serif;
}

input,
select,
textarea,
select option,
a {
  outline: none !important;
}

.rotate-180 {
  transform: rotate(180deg);
}

.italic-font {
  font-style: italic;
}

.font-12 {
  font-size: 12px !important;
}

.m-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 80px !important;
}

.mt-50-o {
  margin-top: 50px !important;
}

.mt-58 {
  margin-top: 58px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.p-all0 {
  padding: 0px !important;
}

.p-all10 {
  padding: 10px;
}

.p-all20 {
  padding: 20px;
}

.p-lrgen {
  padding: 0 6px !important;
}

.input-check {
  accent-color: #bf7ace;
  width: auto;
  height: auto;
  margin: 0 !important;
}

.lg-check {
  width: 16px;
  height: 16px;
}

.w-100 {
  width: 100% !important;
}

.flow-auto {
  overflow: auto;
  max-height: calc(100vh - 200px);
  padding-bottom: 10px;
}

.flow-auto-sm {
  overflow: auto;
  max-height: calc(100vh - 130px);
  padding-bottom: 10px;
}

.flow-auto-lg {
  overflow: auto;
  max-height: calc(100vh - 300px);
  padding-bottom: 10px;
}

tr:first-child th.sticky-header {
  position: sticky;
  top: 0;
  z-index: 100;
}

tr:nth-child(2) th.sticky-header {
  position: sticky;
  top: 32px;
  z-index: 100;
}

/*colors*/
.c-purple {
  color: #64278c;
}

.c-orange {
  color: #bf7ace;
}

.c-green-label {
  color: #1fa41f;
}

.c-yellow-label-reverse {
  color: #bd8b0b;
}

.c-orange-label {
  color: #bd8b0b;
}

.c-white {
  color: #fff;
}

.c-phone {
  font-size: 20px;
  color: #3b007f;
  margin: 0 0 0 5px;
  font-weight: 500;
  font-family: "Montserrat";
}

.c-phone-contact {
  margin: 0 0 0 11px;
}

/*backgrounds*/
.b-purple {
  background-color: #64278c;
}

.b-purple-light {
  background-color: #f1ebf4;
}

.b-orange {
  background-color: #bf7ace;
}

.b-orange-light {
  background-color: #ecd8f1;
}

.b-purple-dark {
  background-color: #3b007f;
}

.b-grey {
  background-color: #cacaca;
}

.b-grey-light {
  background-color: #f4f5f8;
}

.b-red-label {
  background-color: #d2143a;
}

.b-green-label {
  background-color: #1fa41f;
}

.b-orange-label {
  background-color: #bd8b0b;
}

.b-red-booking {
  background-color: #f8dce2 !important;
}

/*btns*/
.btn-primary {
  background-color: #64278c;
  border-radius: 5px;
  padding: 0 30px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #fff !important;
  border: 1px solid #64278c;
  height: 34px;
  z-index: 2;
}

.btn-primary.btn-lg {
  border-radius: 5px;
  font-size: 22px;
  line-height: 27px;
  height: 58px;
}

.btn-primary:hover {
  background-color: #bf7ace;
  color: #64278c;
  border: 1px solid #bf7ace;
}

.btn-primary.btn-disabled {
  background-color: #e4e4e5;
  border: 1px solid #cacaca;
  color: #7d899e;
  cursor: no-drop;
}

.btn-secondary {
  background-color: #fff;
  border-radius: 5px;
  padding: 0 30px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #bf7ace;
  border: 1px solid #bf7ace;
  height: 48px;
  z-index: 2;
}

.btn-delete {
  color: #d2143a;
  border: 1px solid #d2143a;
}

.btn-secondary.btn-lg {
  border-radius: 5px;
  font-size: 22px;
  line-height: 27px;
  height: 58px;
}

.btn-secondary:hover {
  background-color: #ecd8f1;
  color: #64278c;
  border: 1px solid #64278c;
}

.btn-delete:hover {
  color: #d2143a;
  border: 1px solid #d2143a;
}

.btn-secondary.btn-disabled {
  background-color: #e4e4e5;
  border: 1px solid #cacaca;
  color: #7d899e;
  cursor: no-drop;
}

/*Header Starts*/
.header {
  height: 51px;
  background: rgb(255, 255, 255);
  border-bottom: 1px solid #cacaca;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  padding: 0 10px;
}

.img-logo {
  width: auto;
  height: 70px;
}

nav {
  gap: 30px;
}

nav a {
  gap: 6px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #263a5d !important;
  height: 40px;
}

nav a.child-margin {
  margin: 0 15px 0 0px;
}

nav a.child-margin svg {
  height: 24px;
  color: #64278c;
}

nav a.last-child {
  margin-right: 32px;
}

.show-980 {
  display: none !important;
}

.hide-980 {
  display: flex !important;
}

.mobile-bars {
  display: none !important;
}

.sub-menu {
  position: absolute;
  z-index: 4;
  background: #fff;
  top: 32px;
  min-width: 270px;
  left: 0;
  box-shadow: 0px 25.6px 57.6px rgba(27, 46, 66, 0.22),
    0px 4.8px 14.4px rgba(27, 46, 66, 0.18);
  display: none;
  padding: 15px 0;
}

.nav-username .sub-menu {
  min-width: 200px;
  padding: 10px 0;
  left: auto;
  right: 0;
}

.nav-username .sep-click .click-link {
  font-weight: 700;
}

.nav-item:hover .sub-menu {
  display: block;
}

.sub-menu a {
  height: 23px !important;
  display: flex;
  padding: 1px 20px 0 20px;
  margin: 0 0 10px 0;
  align-items: center;
}

.sub-menu p {
  height: 24px !important;
}

.sub-menu a:last-child {
  margin: 0 0 0 0;
}

.sub-menu a:hover {
  background-color: #e3d8ea;
  font-weight: 700;
}

.sep-click {
  height: 40px;
}

.sep-click svg {
  height: 13px;
}

.left-menu {
  position: fixed;
  left: 0;
  width: 250px;
  background: #fff;
  border-right: 1px solid #cacaca;
  height: 100%;
  font-family: "Montserrat";
  top: 51px;
  overflow: auto;
  padding: 0 0 55px 0;
}

.left-menu-container {
  padding: 10px 0 0 0;
}

.left-menu-items a {
  display: flex;
  color: #263a5d;
  font-size: 13px;
  padding: 0 10px;
  height: 40px;
  align-items: center;
  border-bottom: 1px solid #cacaca;
  font-weight: 500;
}

.left-menu-items a:hover,
.left-menu-items a.selected {
  color: #fff;
  background: #bf7ace;
}

.left-menu-items a.active {
  background-color: #bf7ace;
  color: #fff;
}

/*Responsive Starts*/
@media (max-width: 360px) {
  .mobile-gap {
    gap: 5px !important;
  }

  .mobile-trust-google img {
    width: 140px;
    height: auto;
  }

  .mobile-rating span {
    right: 30px !important;
    top: 11px !important;
  }
}

@media (max-width: 600px) {
  .m-f-wrap1 {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .m-f-wrap2 {
    display: grid;
    grid-template-columns: 1fr;
  }

  .m-f-wrap2 input,
  .m-f-wrap2 select {
    width: 100% !important;
  }

  .m-f-wrap3 {
    justify-content: flex-end;
  }

  .fr-111 {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  .grid-sm3 {
    gap: 5px !important;
  }

  .grid-sm3 .com-toggle {
    gap: 2px !important;
    margin: 0 5px 0 0;
  }

  .grid-sm3 .btn-start a {
    width: 60px;
    padding: 0;
    font-size: 11px;
  }

  .grid-sm4 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .grid-sm5 {
    justify-content: flex-end;
    gap: 5px !important;
  }

  .grid-sm5 .btn-start a {
    width: 70px;
    padding: 0;
    font-size: 11px;
  }

  .grid-sm2 {
    display: grid;
    grid-template-columns: 1fr;
  }

  .grid-sm2 input,
  .grid-sm2 select {
    width: 100% !important;
  }
}

@media (min-width: 981px) {
  .sub-menu {
    max-height: 580px;
    overflow: auto;
  }
}

@media (max-width: 980px) {
  .show-980 {
    display: block !important;
  }

  .hide-980 {
    display: none !important;
  }

  .mobile-bars {
    display: flex !important;
  }

  /* .header {
    height: 50px;
    padding: 0 23px 0 15px;
    box-shadow: 0 6.4px 14.4px rgba(27, 46, 66, 0.05);
    z-index: 5;
    position: relative;
  } */
  .header figure img {
    height: 41px;
    width: auto;
    position: relative;
  }

  /* .nav-menu {
    position: absolute;
    background: #f4f5f8;
    width: 100%;
    top: 50px;
    left: 0;
    z-index: 3;
    display: none;
    min-height: calc(100vh - 50px);
    height: auto;
    padding: 25px 0 0 0;
    box-shadow: inset 0 6.4px 14.4px rgba(27, 46, 66, 0.05);
  } */
  .nav-menu.open {
    display: block;
  }

  /* .nav-item {
    margin: 0 0 11px 0;
    padding: 0 20px;
  } */
  .nav-menu a {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    height: 40px;
  }

  .nav-menu a:hover {
    background-color: #e3d8ea;
    font-weight: 700;
  }

  .sub-menu {
    display: none !important;
    position: relative;
    top: 0;
    box-shadow: none;
    background: transparent;
  }

  .sub-menu.open {
    display: block !important;
    padding: 7px 0 0 0;
  }

  .sub-menu a {
    height: 25px !important;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 1px 10px 0 10px !important;
  }

  .sub-menu a span {
    display: flex;
    width: 7px;
    height: 7px;
    background: #64278c;
    transform: rotate(45deg);
  }

  .sep-click {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .sep-click:hover {
    background-color: #e3d8ea;
  }

  .nav-menu .sep-click.open {
    background-color: #e3d8ea;
    font-weight: 700;
  }

  .sep-click a.open img {
    transform: rotate(180deg);
  }

  .sep-click a.open svg {
    transform: rotate(180deg);
  }

  /* .click-link {
    padding-right: 0 !important;
    width: calc(100% - 40px);
  } */
  /* .click-link:hover {
    background-color: transparent !important;
  } */
  .click-open {
    padding-left: 0 !important;
    width: 40px;
    text-align: right;
    justify-content: flex-end !important;
  }

  .click-open:hover {
    background-color: transparent;
  }

  .mobile-trust-google {
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 1000;
    box-sizing: border-box;
    padding: 0 20px;
  }

  .mobile-trust-google a {
    padding: 0;
    height: auto;
  }

  .mobile-trust-google span {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin: 0 0 15px 0;
  }

  .mobile-gap {
    gap: 30px;
  }

  .mobile-rating span {
    font-size: 41px;
    line-height: 51px;
    font-weight: 100;
    position: absolute;
    right: 36px;
    color: #000;
    top: 17px;
    margin: 0;
  }

  nav a.last-child {
    margin-right: 0px;
  }

  .mobile-justify {
    justify-content: flex-start !important;
  }

  /* .left-menu {
    width: 185px;
  }
  .left-sub-items a {
    height: 26px !important;
    font-size: 10px !important;
    padding: 0 0 0 5px !important;
  } */
  .Body--Main {
    padding: 51px 0 0 0;
  }

  .fr-21 {
    grid-template-columns: 1fr;
    gap: 10px !important;
  }

  .left-menu {
    display: none;
  }

  .Show-left-menu {
    display: grid;
    z-index: 100;
  }

  .fr-111 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 981px) and (max-width: 1200px) {
  .header {
    padding: 0 15px;
  }

  nav {
    gap: 22px;
  }

  .header figure img {
    width: 205px;
    height: auto;
  }
}

/*Responsive Ends*/
/*Header Ends*/
/*Footer Starts*/
.footer {
  padding: 31px 0 38px 0;
  background-color: #071836;
  background-image: url(https://dft8zj8i6wy63.cloudfront.net/mnv/images/patternlb.svg),
    url(https://dft8zj8i6wy63.cloudfront.net/mnv/images/patterntr.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, top right;
}

.footer-content {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.457fr 0.78fr 0.8fr 0.558fr;
  text-align: left;
  column-gap: 26px;
}

.contact-sec {
  max-width: 374px;
}

.sec-head {
  font-family: "Mulish";
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  gap: 21px;
}

.contact-sec a {
  gap: 9px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  margin: 6px 0 0 0;
}

.address {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.follow-sec {
  font-weight: 600;
  font-family: "Montserrat";
  font-size: 15px;
  line-height: 24px;
  max-width: 210px;
  position: relative;
  left: -6px;
}

.view-reviews {
  margin: 10px 0 0 0;
}

.sec-head-pay {
  font-family: "Mulish";
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.contact-sec .sec-head {
  margin: 0 0 24px 0;
}

.follow-sec .sec-head {
  margin: 0 0 14px 0;
}

.review-sec .sec-head-pay {
  margin: 0 22px 8px 0;
}

.payment-sec {
  min-width: 177px;
}

.payment-sec .sec-head-pay {
  margin: 0 0 4px 0;
}

.margin-address {
  margin: 16px 0 0 0;
}

.about-links span.first {
  margin: 0 8px;
}

.about-links span.last {
  margin: 0 0 0 8px;
}

.copy-right {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  max-width: 1141px;
  margin: -17px auto 0 auto;
  padding: 0 2px 0 0;
}

/*Responsive Starts*/
@media (max-width: 767px) {
  .footer {
    padding: 20px 20px 12px 20px;
    box-sizing: border-box;
    background-position: -47px calc(100% + 18px), top right;
  }

  .footer-content {
    max-width: 350px;
    grid-template-columns: 1fr;
  }

  .contact-sec {
    width: 100%;
    max-width: 100%;
  }

  .contact-sec .sec-head {
    margin: 0 0 20px 0;
  }

  .margin-address {
    margin: 12px 0 0 0;
  }

  .follow-sec {
    max-width: 100%;
    padding: 0 0 0 6px;
  }

  .follow-sec .sec-head {
    margin: 15px 0 14px 0;
  }

  .about-links {
    border-bottom: 1px solid #7d899e;
    padding: 0 0 20px 0;
    margin: 0 0 15px 0;
  }

  .about-links span.last {
    margin: 0 8px;
  }

  .follow-sec br {
    display: none;
  }

  .review-sec .sec-head-pay {
    margin: 15px 0 6px 0;
    justify-content: center;
  }

  .view-reviews {
    justify-content: center;
  }

  .view-reviews a:nth-child(2) img {
    width: 65px;
    height: 65px;
  }

  .payment-sec .sec-head-pay {
    justify-content: center;
    margin: 15px 0 0 0;
    border-top: 1px solid #7d899e;
    padding: 15px 0 0 0;
  }

  .secure-pay {
    text-align: center;
    margin: -7px 0 0 0;
  }

  .fw-stripe {
    margin-bottom: -8px !important;
  }

  .copy-right {
    text-align: center;
    justify-content: center;
    margin: 4px 0 0 0;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .footer {
    background-position: -47px calc(100% + 18px), top right;
  }

  .footer-content {
    grid-template-columns: 1.3fr 1fr;
    max-width: 700px;
    row-gap: 30px;
  }

  .contact-sec {
    max-width: 100%;
  }

  .follow-sec {
    max-width: 100%;
  }

  .follow-sec .sec-head {
    justify-content: center;
  }

  .about-links {
    text-align: center;
  }

  .review-sec .sec-head-pay {
    margin-right: 0;
    justify-content: center;
  }

  .view-reviews {
    gap: 20px;
    justify-content: center;
  }

  .view-reviews a:nth-child(2) img {
    width: 65px;
    height: 65px;
  }

  .payment-sec .sec-head-pay {
    justify-content: center;
  }

  .secure-pay {
    text-align: center;
  }

  .copy-right {
    justify-content: center;
    margin: 15px 0 0 0;
    max-width: 100%;
  }
}

@media (max-width: 1440px) {
  .grid-sm {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .grid-sm3 {
    justify-content: flex-end;
  }
}

/*Responsive Ends*/
/*Footer Ends*/
/**Radio Starts**/
/* The radio--btn */
.radio-btn {
  position: relative;
}

/* Hide the browser's default radio button */
.radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 17px;
  height: 17px;
  z-index: 100;
  margin: 0;
}

/* Create a custom radio button */
.radio-mark {
  position: absolute;
  height: 13px;
  width: 13px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #263a5d;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* On mouse-over, add a grey background color */
.radio-btn:hover input~.radio-mark {
  background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.radio-btn input:checked~.radio-mark {
  background-color: transparent;
  border: 2px solid #64278c;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-mark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-btn input:checked~.radio-mark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-btn .radio-mark::after {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #64278c;
}

/**Radio Ends**/

/** Scroll Starts**/
.custom-scroll {
  scrollbar-color: #ccc Transparent;
  scrollbar-width: thin;
}

.custom-scroll::-webkit-scrollbar {
  width: 5px !important;
  height: 0px;
  border-radius: 7px;
}

.custom-scroll::-webkit-scrollbar-track {
  border-radius: 7px;
  background: Transparent;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 7px;
  width: 5px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #ccc;
  width: 5px;
}

/** Scroll Ends**/

/**Transparent Scroll Starts**/
.t-custom-scroll {
  scrollbar-color: Transparent Transparent;
  scrollbar-width: thin;
}

.t-custom-scroll::-webkit-scrollbar {
  width: 0 !important;
  height: 0px;
  border-radius: 0;
}

.t-custom-scroll::-webkit-scrollbar-track {
  border-radius: 0;
  background: Transparent;
}

.t-custom-scroll::-webkit-scrollbar-thumb {
  background: Transparent;
  border-radius: 0;
  width: 0;
}

.t-custom-scroll::-webkit-scrollbar-thumb:hover {
  background: Transparent;
  width: 0;
}

/**Transparent Scroll Ends**/

/*home Starts*/
.services-boxes-inn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 60px;
  margin: 110px 0 50px 0;
}

.single-box {
  width: 340px;
  height: 360px;
  border-radius: 0px;
  background-image: url(https://dft8zj8i6wy63.cloudfront.net/mnv/images/vectorbl.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 40px;
}

.box-title {
  font-size: 22px;
  line-height: 28px;
  font-family: "Mulish";
  font-weight: 700;
  gap: 20px;
  margin: 20px 0 0 0;
}

.box-detail {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  font-family: Montserrat;
  padding: 0 30px;
  text-align: center;
  margin: 38px 0 0 0;
}

.offer-bullets {
  font-size: 22px;
  line-height: 28px;
  font-family: "Mulish";
  font-weight: 700;
  margin: 0 auto;
  max-width: 915px;
}

.single-bullett {
  gap: 29px;
  margin: 0 0 22px 0;
}

.point {
  width: 10px;
  height: 10px;
  background: #64278c;
  position: relative;
  top: 2px;
  transform: rotate(45deg);
}

.offer-section h2 {
  font-family: "Mulish";
  font-weight: 700;
  font-size: 37px;
  line-height: 46px;
  margin: 8px 0 40px 0;
}

.btn-services {
  margin: 20px 0 0 0;
}

.btn-services a {
  width: 148px;
}

.about-head {
  font-family: "Mulish";
  font-weight: 700;
  font-size: 37px;
  line-height: 46px;
  margin: 0 0 36px 0;
  max-width: 530px;
}

.p-detail {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  max-width: 530px;
}

.coverage-left {
  margin: -10px 0 0 0;
}

.coverage-left h2 {
  font-family: "Mulish";
  font-weight: 700;
  font-size: 37px;
  line-height: 46px;
  position: relative;
  top: 9px;
}

.coverage-left a {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  width: 162px;
  text-decoration: underline;
  margin: 25px 0 18px 0;
}

.coverage-right {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  max-width: 650px;
}

.sec-coverage-inn {
  gap: 85px;
}

.sec-coverage {
  padding: 30px 0 42px 0;
  margin: 80px 0 0 0;
}

.coverage-left img {
  margin: 0 0 0 6px;
}

.reviews-left {
  width: 100%;
  max-width: 406.5px;
  min-height: 394px;
  padding: 23px 40px 23px 42.5px;
}

.pattern-box {
  position: absolute;
  z-index: -1;
  left: 30px;
  top: 20px;
  width: 100%;
  height: 100%;
}

.reviews-top h4 {
  font-family: "Mulish";
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  max-width: 180px;
  margin: -8px 0 0 0;
}

.count .c-purple {
  font-family: "Mulish";
  font-weight: 300;
  font-size: 48px;
  line-height: 60px;
}

.txt-grs {
  font-family: "Mulish";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  top: -8px;
  left: -2px;
}

.reviews-count {
  gap: 16px;
  position: relative;
  top: -1px;
  left: 1px;
}

.count {
  gap: 13px;
  position: relative;
  left: -1px;
}

.count img {
  width: 18px;
  height: 18px;
  position: relative;
  top: 3px;
}

.rating {
  margin: 4px 0 0 0;
  position: relative;
  top: 2px;
  left: -1px;
}

.user-review {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  margin: 34px 0 38px 0;
  min-height: 162px;
}

.name {
  font-family: "Mulish";
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
}

.time {
  font-family: "Mulish";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 0 4px;
}

.review-right {
  width: 62px;
}

.review-right img {
  cursor: pointer;
}

.review-right.h-hide-980 {
  display: flex !important;
}

.more-reviews {
  margin: 21px 0 0 0;
}

.more-reviews a {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}

.enquiry-btns {
  gap: 14px;
  margin: 58px 0 0 0;
}

.enquiry-btns a {
  width: 148px;
}

.reviews-right .about-head {
  max-width: 381px;
}

.faq-left h2 {
  font-family: "Mulish";
  font-weight: 700;
  font-size: 37px;
  line-height: 46px;
  margin: 0 0 30px 0;
  padding: 0 0 0 7px;
}

.single-faq {
  border-top: 1px solid #263a5d;
  padding: 0;
  cursor: pointer;
}

.single-faq:last-child {
  border-bottom: 1px solid #263a5d;
}

.question h3 {
  font-family: "Mulish" !important;
  font-weight: 800 !important;
  font-size: 20px !important;
  line-height: 25px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.answer {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin: 4px 0 -2px 0;
  padding: 0 0 24px 0;
}

.answer a {
  color: #64278c;
}

.quote-btn {
  margin: 60px 0 70px 0;
}

.width-1223 {
  max-width: 1141px;
  width: 100%;
}

.sec-fin {
  margin: 65px 0 0 0;
}

.sec-fin.sec-about-inn {
  gap: 82px;
}

.sec-about-inn {
  justify-content: space-between;
}

.sec-fin .about-detail {
  margin: -65px 0 0 0;
}

.sec-rem {
  margin: 30px 0 0 0;
}

.sec-rem .about-detail {
  margin: -10px 0 0 0;
}

.sec-rem .about-sketch {
  position: relative;
  top: 5px;
}

.sec-exp {
  margin: 60px 0 0 20px;
}

.sec-exp .about-detail {
  margin: -20px 0 0 0;
}

.sec-exp .sec-about-inn {
  max-width: 1162px;
}

.sec-reviews {
  margin: 70px 0 0 0;
}

.faq-row {
  margin: 85px 0 0 0;
  position: relative;
  z-index: 2;
}

.faq-left {
  max-width: 534px;
}

.question {
  padding: 24px 22px 24px 0;
}

.faq-right img {
  margin: -10px 0 0 0;
}

.h-show-980 {
  display: none !important;
}

.h-hide-980 {
  display: inline-block !important;
}

/*Responsive Starts*/
@media (max-width: 1200px) {
  .services-boxes {
    overflow: auto;
    padding: 0px 20px 0 20px;
  }

  .services-boxes-inn {
    column-gap: 10px;
  }

  /* max-width: 900px; */
  /* .single-box {
    width: 282px;
    height: 300px;
  } */

  .box-detail {
    padding: 0 20px;
  }
}

@media (min-width: 981px) and (max-width: 1200px) {
  .sec-about .sec-about-inn {
    left: 0;
    padding: 0 20px;
  }

  .sec-fin .about-sketch img {
    width: auto;
    height: auto;
    min-width: 430px;
  }

  .sec-fin .about-detail {
    margin: 0;
  }

  .sec-rem {
    margin: 0;
  }

  .sec-rem .about-sketch img {
    width: auto;
    height: auto;
    min-width: 450px;
  }

  .sec-coverage {
    padding: 30px 20px 42px 20px;
  }

  .sec-coverage-inn {
    gap: 40px;
    max-width: 980px;
  }

  .sec-exp .about-sketch img {
    width: auto;
    height: auto;
    min-width: 430px;
  }

  .sec-reviews {
    padding: 0 20px;
  }

  .reviews-left {
    max-width: 370px;
    padding: 23px 30px;
  }

  .sec-reviews-inn {
    gap: 60px;
    max-width: 980px;
  }

  .faq-row .flex-da.justify-btw.width-1223 {
    max-width: 980px;
    padding: 0 20px;
  }

  .faq-right img {
    width: auto;
    height: auto;
    min-width: 450px;
  }
}

@media (max-width: 980px) {
  .services-boxes-inn {
    margin: 335px 0 50px 0;
  }

  .temp-span {
    height: 35px;
  }

  .h-show-980 {
    display: inline-block !important;
  }

  .h-hide-980 {
    display: none !important;
  }

  .offer-bullets {
    max-width: 725px;
  }

  .offer-section h2 {
    font-size: 27px;
    line-height: 34px;
    margin: 12px 0 30px 0;
  }

  .offer-bullets {
    font-size: 18px;
    line-height: 23px;
  }

  .single-bullett {
    gap: 22px;
    margin: 0 0 20px 0;
  }

  .sec-about .sec-about-inn {
    display: block;
    max-width: 725px;
    left: 0;
  }

  .about-detail {
    padding: 0 20px;
  }

  .sec-rem .about-detail {
    margin: 45px 0 0 0;
  }

  .sec-about .about-sketch {
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .sec-about .about-sketch.h-hide-980 {
    display: none !important;
  }

  .about-head {
    font-size: 27px;
    line-height: 34px;
    margin: 0 0 18px 0;
  }

  .p-detail {
    max-width: 100%;
  }

  .sec-rem {
    margin: 0;
  }

  .about-sketch img {
    max-width: 350px;
    width: 100%;
    height: auto;
  }

  .about-sketch {
    padding: 0 10px;
  }

  .sec-exp .about-sketch img {
    margin: 15px 0 0 0;
  }

  .sec-fin .about-sketch {
    margin: 30px 0 0 0;
  }

  .sec-rem .about-sketch {
    margin: 30px 0 0 0;
  }

  .btn-services {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
  }

  .bullets-left:first-child {
    padding-left: 20px;
  }

  .bullets-left:nth-child(2) {
    padding-right: 20px;
  }

  .sec-coverage {
    margin: 40px 0 0 0;
    padding: 20px 0 37px;
  }

  .sec-coverage-inn {
    display: grid;
    max-width: 725px;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .coverage-left {
    padding: 0 20px;
  }

  .coverage-right {
    max-width: 100%;
    padding: 0 20px;
  }

  .sec-exp {
    margin: 50px 0 0 0px;
  }

  .sec-reviews-inn {
    display: block;
    max-width: 725px;
  }

  .reviews-left {
    padding: 33px 20px 23px 30px;
    max-width: 359px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
  }

  .pattern-box {
    left: 10px;
    top: -10px;
    height: calc(100% + 20px);
  }

  .reviews-top {
    display: block;
  }

  .reviews-count {
    justify-content: flex-end;
    top: -9px;
  }

  .review-details {
    display: block;
  }

  .review-right {
    display: flex !important;
    justify-content: center;
    width: 100%;
    gap: 40px;
    margin: 20px 0 0 0;
  }

  .review-right.h-hide-980 {
    display: none !important;
  }

  .user-review {
    margin: 0px 0 22px 0;
  }

  .reviews-right {
    padding: 0 20px;
    margin: 50px 0 0 0px;
  }

  .reviews-right .about-head {
    max-width: 100%;
  }

  .enquiry-btns {
    justify-content: center;
    margin-top: 30px !important;
  }

  .coverage-left a {
    width: auto;
    display: block;
  }

  .faq-row {
    margin: 0;
  }

  .faq-row .flex-da.justify-btw.width-1223 {
    display: block;
    max-width: 725px;
  }

  .faq-left {
    padding: 0 20px;
    width: auto;
  }

  .sec-faq .faq-left {
    max-width: 100%;
  }

  .faq-left h2 {
    font-size: 27px;
    line-height: 34px;
    margin: 45px 0 38px 0;
  }

  .question h3 {
    font-size: 18px !important;
    line-height: 23px !important;
    margin: 0 !important;
  }

  .answer {
    font-size: 15px;
    line-height: 24px;
    margin: 5px 0 0 0;
  }

  .quote-btn {
    margin: 55px 0 55px 0;
  }

  .single-box {
    background-image: none;
  }

  .banner-video {
    height: 400px !important;
  }

  .coverage-left h2 {
    font-size: 27px !important;
    line-height: 34px !important;
  }
}

@media (max-width: 767px) {
  .offer-bullets {
    display: block;
    max-width: 291px;
  }

  .btn-services {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
  }

  .bullets-left {
    padding: 0 !important;
  }

  .enquiry-btns {
    display: block;
    max-width: 210px;
    margin: 0 auto;
  }

  .enquiry-btns a {
    margin: 0 0 20px 0;
  }
}

@media (max-width: 389px) {
  .reviews-left {
    padding: 33px 15px 23px 15px;
    max-width: 280px;
  }
}

/*Responsive Ends*/

/*home Ends*/

/*Login Starts*/
.login-fields {
  /* border-top: 1px solid #cacaca; */
  min-height: 571px;
  height: calc(100vh - 100px);
  background-image: url("https://dft8zj8i6wy63.cloudfront.net/mnv/images/login-left.png"),
    url("https://dft8zj8i6wy63.cloudfront.net/mnv/images/login-right.png");
  background-position: left calc(100% - 17px), calc(100% - 113px) bottom;
  background-repeat: no-repeat, no-repeat;
  margin: 90px 0 0 0;
}

.signup-fields {
  min-height: 871px;
  height: auto;
  padding: 0 0 30px 0;
}

.join-fields {
  background: none;
  min-height: 500px;
}

.login-heading {
  font-family: "Mulish";
  font-weight: 700;
  font-size: 37px;
  line-height: 46px;
  margin: 36px 0 20px 0;
}

.join-fields .login-heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.show-hide-pass {
  position: absolute;
  right: 14px;
  top: 7px;
}

.input-center {
  max-width: 301px;
  margin: 0 auto;
}

.input-center input {
  width: 267px;
  background-color: #f9f9f9;
}

.input-gap {
  height: 30px;
}

.password-field {
  background-color: #f9f9f9;
  background-image: url("https://dft8zj8i6wy63.cloudfront.net/mnv/images/eye.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
  color: #7d899e !important;
}

.password-field::placeholder {
  color: #7d899e !important;
}

.login-fields .form-field {
  margin: 0;
}

.login-btn {
  margin: 50px 0 30px 0;
}

.login-btn a {
  width: 140px;
  height: 48px;
  font-size: 15px;
  line-height: 18px;
  padding: 0 30px;
}

.forgot-link a {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-decoration: underline;
}

.txt-register {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin: 48px 0 15px 0;
}

.register-btn a {
  width: 140px;
}

.login-left {
  position: fixed;
  left: 0;
  bottom: 240px;
}

.login-right {
  position: fixed;
  right: 58px;
  bottom: 240px;
}

.login-fields .input-field {
  height: 43px;
  font-size: 16px;
  line-height: 28px;
  width: 100%;
}

/*Responsive Starts*/
@media (max-width: 1200px) {
  .login-fields {
    background-image: url("https://dft8zj8i6wy63.cloudfront.net/mnv/images/login-left.png"),
      url("https://dft8zj8i6wy63.cloudfront.net/mnv/images/login-right.png");
    background-position: left calc(100% - 17px), calc(100% - 50px) bottom;
    background-size: 300px, 200px;
  }
}

@media (max-width: 980px) {
  .login-fields {
    background-image: none,
      url("https://dft8zj8i6wy63.cloudfront.net/mnv/images/login-right.png");
    min-height: 650px;
    background-size: 100px;
  }

  .signup-fields {
    min-height: 950px;
  }

  .txt-register {
    max-width: 225px;
    margin: 48px auto 15px auto;
  }
}

@media (max-width: 767px) {
  .login-heading {
    font-size: 27px;
    line-height: 34px;
  }
}

/*Responsive Ends*/
/*Login Ends*/

/*Services Starts*/
.sevrice-selection-inn {
  margin: 0 auto;
  box-sizing: border-box;
}

.service-selection h1 {
  font-family: "Mulish";
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  margin: 30px 0 25px 0;
}

.p-cover-h1 {
  margin-bottom: 5px !important;
}

.p-cover-h2 {
  margin-bottom: 60px !important;
}

.list-left p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 15px 0;
}

.list-right a span {
  font-family: "Mulish";
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

.service-assist h3 {
  font-family: "Mulish";
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  /* margin: 15px 0 25px 0; */
  margin: 15px 0 0 0;
  min-height: 55px;
}

.service-assist p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 15px 0;
}

.list-left {
  max-width: 640px;
}

.list-right {
  gap: 20px;
}

.list-right-l a {
  min-width: 284px;
}

.list-right-l a span {
  max-width: 170px;
}

.list-right-l a {
  min-width: 244px;
  height: 63px;
  padding: 0 20px;
  border-radius: 5px;
  margin: 0 0 18px 0;
  color: #64278c;
}

.list-right-l a:last-child {
  margin: 0;
}

.assist-equip {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 60px;
  margin: 62px 0 0 0;
}

.sketch-service {
  margin: -108px 0 15px 0;
}

.service-icons {
  width: 45px;
  height: 28px;
  justify-content: center;
  align-items: center;
}

.service-icons img {
  height: 24px;
  width: auto;
}

.service-gap {
  gap: 7px;
}

.service-gap span {
  color: #263a5d;
}

.s-chev {
  height: 14px;
  width: auto;
  position: relative;
  right: 13px;
}

.service-icons img.chev-22 {
  height: 22px;
}

.quote-btn.serv-quote {
  margin-top: 70px;
}

.loc-row-services {
  padding: 55px 0 0 0;
}

/*Responsive Starts*/
@media (min-width: 981px) and (max-width: 1200px) {
  .sevrice-selection-inn {
    padding: 0 20px;
  }

  .service-lists {
    align-items: center;
    gap: 20px;
  }

  .list-right {
    gap: 10px;
  }
}

@media (max-width: 980px) {
  .sketch-service {
    display: none;
  }

  .service-selection h1 {
    font-size: 27px;
    line-height: 34px;
    justify-content: flex-start;
  }

  .p-cover-h2 {
    justify-content: flex-start !important;
    font-size: 16px !important;
    max-width: 725px;
    margin: 0 auto 60px auto;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .service-lists {
    display: block;
    max-width: 725px;
    margin: 0 auto;
  }

  .list-left {
    max-width: 100% !important;
    padding: 0 20px;
  }

  .list-right {
    padding: 20px 20px 0 20px;
  }

  .assist-equip {
    grid-template-columns: 1fr !important;
    max-width: 350px !important;
    margin: 62px auto 0 auto !important;
  }

  .quote-btn.serv-quote {
    margin-top: 20px;
  }

  .loc-row-services {
    max-width: 725px;
    padding: 0 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin: 0 0 20px 0;
  }

  .loc-row-services .faq-left {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 767px) {
  .service-selection h1 {
    margin: 35px 0 25px 0;
    padding: 0;
  }

  .p-cover-h2 {
    max-width: 100%;
  }

  .list-right {
    display: block;
    max-width: 284px;
    margin: 0 auto;
  }

  .list-right-l:first-child {
    margin: 0 0 18px 0;
  }

  .assist-equip {
    margin: 37px auto 0 auto;
  }

  .loc-row-services .faq-left {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/*Responsive Ends*/

/*Services Ends*/

/*Quote Starts*/
.start-quote {
  border-top: 1px solid #cacaca;
  padding: 34px 0 60px 0;
}

.step1-head {
  border-bottom: 1px solid #000000;
  padding: 0 0 20px 0;
}

.step1-head h1 {
  font-family: "Mulish";
  font-weight: 700;
  font-size: 37px;
  line-height: 46px;
}

.step-num {
  font-family: "Mulish";
  font-weight: 500;
  font-size: 26px;
  line-height: 33px;
  color: #7d899e;
}

.step-num-sm {
  display: none;
}

.form-field {
  margin: 30px 0 0 0;
}

.service-checks .form-field:last-child {
  border: none;
  padding-bottom: 0;
}

.form-field-lg {
  gap: 44px;
  border-bottom: 1px solid #cacaca;
  margin: 22px 0 0px 0 !important;
  padding: 0 0 22px 0;
}

.form-field-lg.no-border {
  border-bottom: none;
}

.form-field p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  max-width: 195px;
}

.form-field-lg p {
  max-width: 330px;
  width: 100%;
}

.form-field span {
  color: #e2593a;
}

.field-input-lg {
  width: 100%;
  max-width: 600px;
}

.field-input-md {
  width: 100%;
  max-width: 400px;
}

.field-input-mobile {
  width: 100%;
  max-width: 400px;
}

.field-input .input-field {
  background: #fff;
  /* #f9f9f9 */
  width: 216px;
}

.field-input-lg .input-field {
  width: 100%;
  max-width: 566px;
}

.field-input-md .input-field {
  width: 100%;
  max-width: 400px;
}

.field-input-mobile .input-field {
  width: 100%;
  max-width: 286px;
  border-radius: 0 5px 5px 0;
}

.field-input a {
  position: absolute;
  right: 20px;
  display: flex;
}

.input-field.select-field {
  height: 45px;
  appearance: none;
  width: 250px;
  background-image: url("https://dft8zj8i6wy63.cloudfront.net/mnv/images/drop-chev.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}

.shift-type {
  gap: 20px;
  margin: 40px 0 40px 0;
}

.service-req {
  gap: 23px;
  margin-bottom: 32px;
}

.shift-type a {
  border: 1px solid #64278c;
  width: 100%;
  max-width: 113px;
  border-radius: 5px;
  height: 56px;
  padding: 12px 0 0 0;
}

.shift-relative a {
  position: relative;
}

.shift-relative a i {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  left: 0;
  top: -15px;
  color: #e2593a;
  font-size: 18px;
  font-family: "Montserrat";
  line-height: 18px;
  height: 12px;
  font-weight: 700;
}

.shift-type.service-req a {
  max-width: 169px;
  height: 113px;
  align-items: center;
  padding: 0;
}

.van-selection {
  gap: 0;
}

.van-selection-inn {
  gap: 20px;
  width: 100%;
}

.van-selection a {
  max-width: 318px;
  height: 156px;
  align-items: center;
}

.shift-type a:hover,
.shift-type a.selected {
  border: 1px solid #bf7ace;
  background: #f1ebf4;
  box-shadow: inset -0px 0px 0px 1px #bf7ace, 0px 4px 6px rgba(27, 46, 66, 0.2);
}

.load-unload .service-time a:hover,
.load-unload .service-time a.selected {
  border: 1px solid #bf7ace;
  background: #f1ebf4;
  box-shadow: inset 0px 0px 0px 1px #bf7ace, 0px 4px 6px rgba(27, 46, 66, 0.2);
}

.van-selection a:hover .pick-loc {
  font-weight: 600;
}

.pick-loc {
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 13px;
  margin: 3px 0 0 0;
}

.service-req .pick-loc {
  padding: 0 32px;
  height: 26px;
  line-height: 14px;
  position: relative;
  top: 8px;
}

.van-selection .pick-loc {
  font-weight: 600;
}

.van-selection .pick-loc span {
  font-weight: 400;
  position: relative;
  left: 3px;
}

.service-req a img {
  height: 33px;
  width: auto;
}

.field-input.field-check {
  gap: 57px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.form-field-lg .field-check {
  gap: 30px;
}

.radio-text {
  color: #263a5d !important;
  margin: 0 0 0 28px;
}

.radio-margin {
  margin: 43px 0 35px 0;
}

.btn-add-stop a {
  width: 208px;
  padding: 0;
}

.btn-next-step a {
  width: 258px;
  padding: 0;
}

.btn-next-step {
  gap: 20px;
}

.btn-next-step a.btn-secondary {
  width: 113px;
}

.btn-next-step a.btn-delete {
  width: 148px;
}

.start-quote hr {
  margin: 30px 0;
  background: #000;
  border: none;
  height: 1px;
}

.start-quote hr.drop-hr {
  margin-top: 40px;
}

.service-time {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 14px;
  margin: 33px 0 33px 0;
}

.service-head {
  align-items: flex-end;
  gap: 25px;
}

.service-head h2 {
  font-family: "Mulish";
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
}

.service-head span {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.load-unload p {
  max-width: 175px;
}

.load-unload .service-time {
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  max-width: 810px;
  margin: 0;
}

.load-unload.custom-load-range {
  margin: 20px 0 40px 0;
}

.load-unload.custom-load-range .service-time {
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.service-time a {
  max-width: 128px;
  height: 62px;
  padding: 0;
  align-items: center;
  letter-spacing: 0.75px;
  color: #263a5d;
}

.load-unload .service-time a {
  max-width: 60px;
  height: 34px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #0c4179;
  color: #1b2e42;
}

.load-unload.custom-load-range .service-time a {
  min-width: 71px;
}

.child-1 {
  margin: 50px 0 0 0 !important;
}

.child-2 {
  margin: 20px 0 40px 0 !important;
}

.service-time .pick-loc {
  font-size: 20px;
  margin: 0;
}

.service-time .pick-loc span {
  font-size: 11px;
  position: relative;
  top: 4px;
  margin: 0 0 0 5px;
}

.half-day {
  font-size: 14px;
  line-height: 17px;
  position: relative;
  top: 6px;
  font-family: "Montserrat";
  font-weight: 500;
}

.charge-exp p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  max-width: 660px;
}

.pre-book {
  gap: 10px;
}

.pre-book span {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  color: #1fa41f;
  max-width: 292px;
}

.plan-move {
  width: 294px;
  height: 45px;
  background: rgba(31, 164, 31, 0.07);
  border-radius: 5px;
  padding: 0 27px 0 20px;
  font-family: "Mulish";
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  margin: 18px 0 0 0;
  cursor: pointer;
  color: #263a5d;
}

.gap-7 {
  gap: 7px;
}

.van-selection .van-selection-inn a {
  padding: 0;
}

.van-measure {
  background: #ecd8f1;
  border-radius: 5px;
  max-width: 453px;
  width: 100%;
  height: 158px;
}

.size-tabs {
  max-width: 276px;
  margin: 20px auto 12px auto;
}

.size-tabs a {
  width: 50%;
  border: 1px solid #64278c !important;
  box-shadow: none !important;
  background: #fff !important;
  height: 36px;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-family: "Montserrat";
  font-weight: 500;
}

.size-tabs a:first-child {
  border-radius: 10px 0 0 10px !important;
}

.size-tabs a:nth-child(2) {
  border-radius: 0 10px 10px 0 !important;
}

.size-tabs a:hover,
.size-tabs a.selected {
  border: 1px solid #64278c !important;
  box-shadow: none !important;
  background: #64278c !important;
  font-weight: 600;
  color: #fff !important;
  padding: 0;
  margin: 0;
}

.size-details {
  gap: 15px;
}

.details-left {
  width: 180px;
}

.details-left span {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}

.movers-details {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin: 40px 0 0 0;
}

.movers-box {
  border: 1px solid #64278c;
  border-radius: 5px;
  font-family: "Mulish";
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
}

.movers-box:hover,
.movers-box.selected {
  border: 1px solid #bf7ace;
  background: #f1ebf4;
  box-shadow: inset -0px 0px 0px 1px #bf7ace, 0px 4px 6px rgba(27, 46, 66, 0.2);
  cursor: pointer;
}

.movers-box h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  margin: 10px 0 18px 0;
}

.mover-solution {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.movers-box ul {
  padding: 0;
  margin: 12px 0 0 0;
  text-align: left;
  list-style-type: none;
}

.movers-box ul li {
  display: flex;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  background-image: url("https://dft8zj8i6wy63.cloudfront.net/mnv/images/check.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 27px;
  margin: 0 0 10px 0;
}

.movers-box ul li:last-child {
  margin: 0;
}

.price-weight {
  margin: 40px 0 0 0;
}

.price-weight .pre-book span {
  max-width: 100%;
}

.price-check {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.start-quote hr.drop-hr.movers-hr {
  margin-top: 55px;
}

.accounts-sec {
  gap: 70px;
  margin: 20px 0 -15px 0;
}

.accounts-sec p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.accounts-sec p:first-child {
  max-width: 550px;
}

.country-code {
  background: #f9f9f9;
  border: 1px solid #cacaca;
  border-right: none;
  border-radius: 5px 0px 0px 5px;
  height: 34px;
  width: 80px;
  gap: 5px;
  padding: 0 0 0 9px;
  font-family: "Mulish";
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  min-width: 70px;
  cursor: pointer;
  position: relative;
}

.country-drop {
  position: absolute;
  left: 0;
  top: 47px;
  z-index: 104;
  background: #fff;
  border: 1px solid #64278c;
  padding: 10px;
  font-weight: 700;
  font-size: 12px;
  width: 200px;
  border-radius: 0 0 5px 5px;
}

.country-drop span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-direction: row-reverse;
  padding: 8px 5px;
  border-bottom: 1px solid #f4f5f8;
}

.country-drop span:hover {
  background-color: #ecd8f1;
}

.country-drop input {
  box-sizing: border-box;
  border-radius: 6px !important;
  height: 40px;
  font-size: 14px;
  margin: 0 0 10px 0;
}

.country-scroll {
  overflow: auto;
  max-height: 160px;
}

.country-code span {
  color: #1b2e42 !important;
}

.search-avail {
  gap: 20px;
}

.search-avail .input-field {
  width: 250px;
  border: 1px solid #d5d8d8;
  background-color: #f9f9f9;
  box-sizing: border-box;
}

@supports (-webkit-appearance: none) {
  .search-avail .input-field {
    background-image: url("https://dft8zj8i6wy63.cloudfront.net/mnv/images/calendar.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
  }
}

@-moz-document url-prefix() {
  .search-avail .input-field {
    background-image: none;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
  }
}

.search-avail a {
  width: 115px;
  box-sizing: border-box;
  height: 45px;
}

.price-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.Avail-box {
  border: 1px solid #cacaca;
  /*min-height: 353px;*/
  padding: 0 0 12px 0;
}

.Avail-box:hover,
.Avail-box.selected {
  border: 1px solid #64278c;
  box-shadow: 0px 6.4px 14.4px rgba(27, 46, 66, 0.13),
    0px 1.2px 3.6px rgba(27, 46, 66, 0.11);
  transition: all 0.3s linear;
}

.Avail-box.selected .price-head {
  background: #64278c;
  color: #fff;
}

.price-head {
  display: flex;
  background: #f1ebf4;
  height: 41px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 18px;
  font-weight: 800;
  border-bottom: 1px solid #cacaca;
}

.price-starts {
  font-size: 16px;
  line-height: 19px;
  height: 45px;
  font-family: "Montserrat";
  margin: 6px 0 0 0;
}

.price-starts-inn span {
  display: flex;
  justify-content: center;
}

.price-starts-inn span.cover-hours {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  margin: 3px 0 0 0px;
}

.price-starts-inn b {
  margin: 0 0 0 4px;
}

.same-day {
  font-size: 16px;
  line-height: 26px;
  color: #bd8b0b;
  font-family: "Montserrat";
  margin: 0 auto;
  padding: 0 30px;
  height: calc(100% - 30px);
}

.same-day span {
  display: flex;
  text-align: center;
}

.same-day span:first-child {
  font-weight: 500;
  margin: 0 0 24px 0;
  /*43px 0 24px 0*/
}

.booking-times {
  padding: 0 12px;
}

.time-box {
  background: #def2de;
  height: 35px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  margin: 6px 0 0 0;
  padding: 0 10px;
  gap: 8px;
  cursor: pointer;
}

.time-box.selected {
  background: #64278c;
  color: #fff;
}

.ext-price {
  font-size: 13px;
  line-height: 13px;
}

.min-cover {
  font-size: 10px;
  color: #7d899e;
  white-space: nowrap;
}

.fixed-arrival {
  font-size: 11px;
  line-height: 13px;
  color: #7d899e;
}

.time-left {
  width: calc(100% - 28px);
  justify-content: flex-start;
  gap: 8px;
}

.time-left.price-right {
  justify-content: space-between !important;
}

.time-right {
  width: 20px;
}

.vat-incl {
  margin: 25px 0;
}

.load-more {
  margin: 35px 0 0 0;
}

.load-more a {
  width: 198px !important;
}

.orders-head {
  border: none !important;
}

.order-details {
  display: grid;
  grid-template-columns: 3.27fr 1fr;
  padding: 0 40px;
  border: 1px solid #cacaca;
  column-gap: 35px;
}

.order-details-free {
  grid-template-columns: 1fr;
}

.details-left-inn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 32px;
  padding: 20px 0 0 0;
}

.details-box {
  border-bottom: 1px solid #cacaca;
  padding: 0 0 20px 0;
  position: relative;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
}

.secure-stripe {
  position: absolute;
  right: 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat";
  top: 35px;
}

.secure-stripe span {
  margin: 10px 0 12px 0;
}

.pay-method {
  margin: 35px 0 0 0;
  font-family: "Montserrat";
}

.pay-method p {
  text-transform: uppercase;
  font-weight: 700;
}

.pay-method span {
  margin: 0 0 0 10px;
  font-size: 20px;
}

.pay-exist {
  margin: 20px 0 !important;
}

.pay-exist a {
  padding: 0;
  width: 197px !important;
}

.details-head {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin: 15px 0 8px 0;
  font-family: "Mulish";
}

.details-box span {
  display: flex;
  line-height: 22px;
}

.details-box span:nth-last-child(2) {
  margin-bottom: 30px;
}

.details-multi-check .details-box span:nth-last-child(2) {
  margin-bottom: 0;
}

.details-multi-check .details-box span:last-child {
  margin-bottom: 30px;
}

.building-data {
  margin: 20px 0 0 0;
}

.details-box a {
  position: absolute;
  line-height: 26px;
  left: 0;
  bottom: 15px;
}

.details-box .select-drop {
  margin: 0 0 30px 0;
}

.disclaimer {
  gap: 10px;
}

.disclaimer span {
  margin: 0 !important;
}

.details-box:nth-last-child(1),
.details-box:nth-last-child(2) {
  border: none;
}

.details-box:nth-child(7) {
  border: none;
}

.comments-info {
  border-top: 1px solid #cacaca;
  padding: 27px 0 0 0;
  margin: 0 0 52px 0;
  display: grid;
  grid-template-columns: 1fr 2.12fr;
  gap: 32px;
}

.comments-text {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.comments-area textarea {
  border: 1px solid #d5d8d8;
  background: #f9f9f9;
  width: 100%;
  border-radius: 4px;
  min-height: 90px;
  box-sizing: border-box;
}

.comments-area img {
  position: absolute;
  right: 13px;
  bottom: 13px;
}

.order-total {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin: 35px 0 6px 0;
}

.service-price {
  font-family: "Montserrat";
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
  background: #e4e0ef;
  padding: 0 20px 0 15px;
  height: 30px;
}

.quote-num {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  border-bottom: 1px solid #cacaca;
  padding: 5px 20px 12px 15px;
}

.quote-num span {
  height: 27px;
}

.discount-red {
  font-size: 14px;
}

.discount-red span:last-child {
  color: #d2143a;
}

.promo-code {
  padding: 10px;
  border-bottom: 1px solid #cacaca;
}

.promo-code .input-field {
  width: 186px;
  margin: 0 0 10px 0;
  background-color: transparent;
}

.promo-code .input-field::placeholder {
  color: #7d899e;
  letter-spacing: 0.75px;
}

.apply-promo a {
  background: transparent;
  width: 43px;
  height: 38px;
}

.sub-vat {
  padding: 0 20px 0 15px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  height: 35px;
}

.total-vat {
  color: #fff;
}

.txt-additional {
  padding: 0 15px 15px 15px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}

.txt-additional span {
  margin: 8px 0 0 0;
}

.agree-text {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  display: inline-block;
  padding: 6px 15px 27px 20px;
}

.agree-text input {
  border: 2px solid #000;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0px 10px 0 0;
  position: relative;
  top: 4px;
  appearance: none;
  background: #fff;
  border-radius: 3px;
}

.agree-text input:checked {
  background-color: #64278c;
}

.finalise-booking {
  margin: 0 0 40px 0;
}

.finalise-booking a {
  width: 135px;
}

.Services-tabs {
  border-bottom: 1px solid #1b2e42;
  margin: 28px 0 0 0;
}

.Services-tabs a {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Montserrat";
  width: 125px;
  height: 40px;
  border: 1px solid #64278c;
  border-radius: 15px 15px 0px 0px;
  border-bottom: none;
}

.Services-tabs a:hover {
  background-color: #ecd8f1;
}

.order-details-left h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin: 15px 0 0 0;
}

.pay-fields p {
  font-family: "Mulish";
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  width: 155px;
}

.pay-fields .field-input input {
  width: 266px;
}

.expiry-field {
  gap: 20px;
}

.expiry-field .input-field {
  width: 66px !important;
}

.cv-field .input-field {
  width: 116px !important;
}

.save-card-text {
  padding: 0;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  margin: 30px 0 40px 0;
}

.pay-quote {
  margin: 0 0 40px 0;
}

.pay-quote a {
  width: 135px;
}

.p-quote {
  font-family: "Montserrat";
  font-weight: 500;
  margin: 20px 0 0 0;
}

.p-quote span {
  margin: 15px 0 0 0;
}

.req-quote-btn {
  margin: 25px 0 5px 0;
}

.req-quote-btn a {
  width: 158px;
}

.c-book-left {
  max-width: 560px;
  width: 100%;
}

.c-book-right {
  margin: 40px 0 0 0;
}

.book-img {
  margin: 0 0 10px 0;
}

.job-num {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin: 38px 0 33px 0;
}

.sorted-text p {
  font-size: 36px;
  line-height: 58px;
  font-weight: 300;
  margin: 0 0 -5px 0;
}

.sorted-text p.p-2 {
  color: #1fa41f;
  font-weight: 500;
  font-size: 33px;
  line-height: 40px;
  font-family: "Montserrat";
}

.spn--1 {
  font-family: "Montserrat";
  margin: 35px 0 0 0;
  line-height: 26px;
}

.spn--2 {
  font-family: "Montserrat";
  margin: 25px 0 50px 0;
  line-height: 26px;
}

.sorted-text span {
  font-size: 23px;
  line-height: 35px;
  font-weight: 500;
}

.booking-reverse .sorted-text span {
  font-family: "Montserrat";
  line-height: 28px;
}

.comp-pay-book {
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 26px;
}

.comp-pay-book p {
  /* font-weight: 700; */
  margin: 60px 0 30px 0;
  /* display: flex; */
}

.comp-pay-book span {
  display: flex;
}

.comp-pay-book a {
  color: #64278c !important;
  text-decoration: underline;
}

.steps-after h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin: 55px 0 18px 0;
}

.booking-reverse .steps-after {
  margin: 0 0 50px 0;
}

.steps-after ul {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Montserrat";
}

.txt-signup {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  font-family: "Montserrat";
  max-width: 360px;
}

.steps-after ul li {
  gap: 10px;
}

.steps-after ul li span {
  font-size: 9px;
}

.btn-signup-book {
  margin: 23px 0 33px 0;
}

.btn-signup-book a {
  width: 148px;
  padding: 0;
  margin: 0px 0 0 49px;
}

.details-right {
  min-width: 240px;
  background-color: #f4f5f8;
}

.quote-compl {
  overflow: hidden;
}

.sticky-step {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f4f5f8;
  min-height: 75px;
  box-shadow: 0px -6.4px 14.4px rgba(27, 46, 66, 0.13);
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 200;
}

.sticky-step .btn-next-step .btn-primary {
  width: 198px;
}

/*Responsive Starts*/
@media (max-width: 1200px) {
  .quote-step1 {
    box-sizing: border-box;
    padding: 0 20px;
  }

  .form-field-lg {
    gap: 20px;
  }

  .form-field-lg .field-check {
    gap: 15px;
  }

  .form-field-lg .radio-text {
    margin: 0 0 0 23px;
  }

  .form-field-lg p {
    max-width: 300px;
  }

  .service-req .pick-loc {
    padding: 0 22px;
  }

  .price-boxes {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .charge-exp {
    gap: 15px;
  }

  .van-selection a {
    max-width: 210px;
  }

  .van-selection a img {
    height: 60px;
    width: auto;
  }

  .service-time {
    gap: 5px;
  }

  .details-left-inn {
    grid-template-columns: 1fr 1fr;
  }

  .comments-text {
    min-width: 210px;
  }

  .free-quote-label .error-message {
    width: calc(100% - 320px);
  }

  .secure-stripe {
    right: -20px;
    font-size: 13px;
  }

  .secure-stripe div:last-child img {
    max-width: 130px;
    height: auto;
  }
}

@media (max-width: 980px) {
  .quote-step1 {
    box-sizing: border-box;
    padding: 0 20px;
  }

  .shift-type {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 693px;
  }

  .shift-type a {
    max-width: 158px;
  }

  .form-field-lg {
    display: block;
  }

  .form-field-lg p {
    max-width: 100%;
  }

  .form-field-lg .field-check {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .movers-details {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin: 40px auto 0 auto;
  }

  .price-weight {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
  }

  .pre-book {
    max-width: 350px;
    margin: 25px auto 0 auto;
    text-align: left;
  }

  .cheap-rate .pre-book {
    margin-top: 0;
  }

  .price-boxes {
    grid-template-columns: 1fr 1fr;
    max-width: 740px;
    margin: 0 auto;
  }

  .vat-incl {
    max-width: 740px;
    margin: 25px auto;
  }

  .van-selection {
    display: flex;
    max-width: 100%;
  }

  .van-selection .van-selection-inn a {
    max-width: 163px !important;
    height: 140px;
  }

  .van-measure {
    max-width: 390px;
    height: 140px;
  }

  .details-left {
    width: 150px;
  }

  .details-left span {
    font-size: 12px;
    line-height: 20px;
  }

  .shift-type.service-time {
    max-width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
  }

  .details-left-inn {
    grid-template-columns: 1fr;
  }

  .details-left-inn {
    column-gap: 15px;
  }

  .comments-info {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .order-details.pay-details {
    padding: 0 20px;
  }

  .details-right {
    min-width: 210px;
  }

  .promo-code .input-field {
    width: 100%;
    box-sizing: border-box;
  }

  .quote-compl {
    display: block;
  }

  .c-book-left {
    max-width: 100%;
  }

  .c-book-right {
    text-align: center;
  }

  .book-img {
    justify-content: center;
  }

  .btn-signup-book a {
    margin: 0;
  }

  .free-quote-label .error-message {
    width: 100%;
  }

  .secure-stripe {
    position: unset;
    margin: 30px 0 0 155px;
  }

  .secure-stripe div:last-child img {
    max-width: 180px;
  }

  .load-unload .service-time {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: 600px;
  }

  .load-unload {
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .quote-step1 {
    max-width: 600px;
  }

  .form-field.flex-da {
    display: block;
  }

  .field-input input {
    width: 100% !important;
    max-width: 100% !important;
  }

  .shift-type {
    grid-template-columns: 1fr 1fr;
    max-width: 350px;
    margin: 40px auto 30px auto;
    column-gap: 29px;
    row-gap: 20px;
  }

  .btn-next-step {
    display: grid;
    row-gap: 20px;
  }

  .btn-next-step a {
    width: 100% !important;
  }

  .step1-head h1 {
    font-weight: 700;
    font-size: 27px;
    line-height: 34px;
  }

  .step-num {
    font-size: 19px;
    line-height: 24px;
    display: none;
  }

  .step-num-sm {
    display: inline-block;
  }

  .start-quote {
    border: none;
    padding: 27px 0 40px 0;
  }

  .step1-head {
    padding: 0 0 12px 0;
  }

  .form-field p {
    margin: 0 0 5px 0;
  }

  .radio-margin {
    margin: 30px 0 25px 0;
  }

  .radio-margin p {
    margin: 0 0 15px 0;
  }

  .start-quote hr {
    margin: 38px 0;
  }

  .input-field.select-field {
    width: 100%;
  }

  .accounts-sec {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .price-boxes {
    grid-template-columns: 1fr;
    max-width: 355px;
    margin: 0 auto;
    gap: 0;
  }

  .Avail-box {
    border-bottom: none;
  }

  .Avail-box:last-child {
    border-bottom: 1px solid #cacaca;
  }

  .vat-incl {
    max-width: 355px;
    margin: 15px auto;
    justify-content: center;
  }

  .load-more a {
    width: 198px !important;
  }

  .prices-main-head {
    display: block;
    max-width: 350px;
    margin: 0 auto;
  }

  .search-avail .input-field {
    width: 100%;
    max-width: 215px;
  }

  .search-avail {
    margin: 20px 0 15px 0;
  }

  .charge-exp {
    max-width: 350px;
    margin: 0 auto;
    display: block;
  }

  .pre-book {
    justify-content: center;
  }

  .plan-move {
    width: 100%;
    box-sizing: border-box;
  }

  .service-head {
    display: block;
    max-width: 350px;
    margin: 0 auto;
  }

  .service-time {
    gap: 18px;
  }

  .service-time a {
    max-width: 163px !important;
  }

  .shift-type.service-time {
    grid-template-columns: 1fr 1fr;
    max-width: 350px;
    margin: 34px auto 32px auto;
    gap: 18px;
  }

  .van-measure {
    display: inline-block;
    margin: 20px 0 0 0;
  }

  .shift-type.van-selection {
    display: block;
    margin: 20px auto 30px auto;
  }

  .service-head span {
    margin: 7px 0 0 0;
    display: inline-block;
  }

  .cheap-rate {
    margin: 28px 0 0 0;
  }

  .details-left {
    width: 170px;
  }

  .size-details {
    gap: 10px;
  }

  .details-left:last-child {
    width: 125px;
  }

  .van-selection .pick-loc {
    display: block;
    margin-top: 10px;
  }

  .van-selection .pick-loc span {
    display: flex;
  }

  .order-details {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    border: none;
    padding: 0;
    max-width: 350px;
    margin: 0 auto;
  }

  .booking-reverse .order-details {
    border: 1px solid #cacaca;
    padding: 0 15px;
  }

  .details-left-inn {
    padding: 6px 0 0 0;
  }

  .order-details-left {
    flex-grow: 1;
    width: 100%;
  }

  .details-right {
    flex-grow: 1;
    width: 100%;
    border: 1px solid #cacaca;
  }

  .orders-head {
    max-width: 350px;
    margin: 0 auto;
  }

  .details-box {
    border-bottom: 1px solid #cacaca !important;
    padding: 5px 0 15px 0;
  }

  .details-box:last-child {
    border-bottom: none !important;
  }

  .details-box a {
    left: auto;
    bottom: auto;
    right: 3px;
    top: 16px;
  }

  .details-box span:nth-last-child(2) {
    margin: 0 0 0px 0;
  }

  .details-box .select-drop {
    margin: 0 0 5px 0;
    width: 194px !important;
  }

  .comments-info {
    margin: 0 10px 0 0;
    padding: 20px 0 0 0;
  }

  .disclaimer {
    top: 57px !important;
  }

  .order-total {
    margin: 15px 0 6px 0;
  }

  .quote-num {
    display: flex;
    justify-content: space-between;
  }

  .promo-code {
    display: flex;
    gap: 10px;
  }

  .apply-promo a {
    width: 85px;
    height: 40px;
    box-sizing: border-box;
    margin: 0 0 10px 0;
  }

  .promo-code {
    display: flex;
    gap: 10px;
  }

  .promo-code .input-field {
    width: calc(100% - 105px);
  }

  .finalise-booking {
    margin: 0 0 20px 0;
  }

  .agree-text {
    padding: 6px 15px 15px 20px;
  }

  .quote-num.ser-quote-num {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
  }

  .pay-fields {
    margin: 20px 0 0 0;
  }

  .pay-fields p {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    margin: 0 0 6px 0;
  }

  .save-card-text {
    padding: 0 !important;
  }

  .pay-details .details-right {
    padding: 0 0 20px 0;
  }

  .quote-compl {
    flex-direction: column;
  }

  .sorted-text p {
    font-size: 26px;
    line-height: 40px;
    margin: 0;
  }

  .book-img img {
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .sorted-text span {
    font-size: 18px;
    line-height: 26px;
  }

  .form-field-lg .field-check {
    grid-template-columns: 1fr 1fr;
  }

  .sticky-step {
    padding: 20px;
  }

  .country-drop {
    border: none;
    border-radius: 0;
    box-shadow: 0px 0px 2px rgba(27, 46, 66, 0.22),
      0px 0px 2px rgba(27, 46, 66, 0.18);
  }

  .secure-stripe {
    margin: 30px 0 0 0;
    width: 100%;
  }

  .order-details.pay-details {
    padding: 0;
  }

  .load-unload {
    align-items: flex-start;
    max-width: 350px;
    margin: 20px auto !important;
  }

  .load-unload .service-time {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .load-unload .shift-type.service-time {
    margin-top: 10px;
  }
}

@media (max-width: 360px) {
  .details-box .select-drop {
    width: 150px !important;
  }
}

/*Responsive Ends*/

/*Quote Ends*/

/*404 Starts*/
.page-404 {
  font-family: "Montserrat";
  margin: 100px 0 100px 0;
}

.page-404 h1 {
  font-size: 44px;
  margin: 0 0 20px 0;
  display: inline-block;
  width: 100%;
}

.page-404 span {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 30px 0;
  display: inline-block;
  width: 100%;
}

/*404 Ends*/

/*Locations Starts*/
.location-main {
  padding: 0;
  position: relative;
}

.location-main h4 {
  font-size: 37px;
  line-height: 46px;
  font-weight: 800;
  color: #fff;
}

.location-main p {
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
  margin: 0px 0 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.location-main p img {
  margin-left: -90px;
}

.pickup-loc input {
  background-color: #fff;
  border: 1px solid #cacaca;
  height: 50px;
  width: 360px;
  border-radius: 5px;
  color: #263a5d;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  padding: 0 40px 0 51px;
  background-image: url("https://dft8zj8i6wy63.cloudfront.net/mnv/images/location-dot.svg");
  background-repeat: no-repeat;
  background-position: 19px center;
  font-family: "Montserrat";
  box-sizing: border-box;
}

.pickup-loc input::placeholder {
  color: #263a5d !important;
  opacity: 1 !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.pickup-dropoff {
  gap: 20px;
}

.clear-loc {
  position: absolute;
  right: 20px;
}

.clear-loc img {
  width: 15px;
  height: auto;
}

.loc-drop {
  position: absolute;
  background: #fff;
  border: 1px solid #64278c;
  border-radius: 0 0 5px 5px;
  top: 62px;
  z-index: 3;
  max-width: 600px;
  display: inline-block;
  padding: 7px 4px;
  height: 284px;
  min-width: 100%;
  box-sizing: border-box;
  box-shadow: 0px 25.600000381469727px 57.599998474121094px 0px rgba(27, 46, 66, 0.22);
}

.loc-drop-inn {
  padding: 7px 20px;
  height: 247px;
  overflow: auto;
}

.loc-drop-inn a {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  border-bottom: 1px solid #f4f5f8;
  background-image: url("https://dft8zj8i6wy63.cloudfront.net/mnv/images/map-pin.svg");
  background-repeat: no-repeat;
  padding: 0 0 0 27px;
  align-items: center;
  background-position: 5px center;
  height: 52px;
  text-align: left;
  position: relative !important;
  right: 0 !important;
}

.loc-drop-inn a:hover {
  background-color: #ecd8f1;
}

.loc-drop-inn a span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #263a5d;
}

.loc-drop-inn a:last-child {
  border: none;
}

.btn-start {
  margin: 0 0 0 0;
}

.btn-start a {
  width: auto;
  background-color: #bf7ace;
  border: 1px solid #bf7ace;
  box-sizing: border-box;
  padding: 0 12px;
}

.story-sketch {
  display: none;
}

.pick-norm {
  position: absolute;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  left: 52px;
  top: 11px;
  transition: all 0.3s ease;
}

.pick-anim {
  background: #3b007f;
  font-size: 14px;
  font-family: "Montserrat";
  line-height: 17px;
  font-weight: 500;
  top: -8px;
  height: 18px;
  padding: 0px 5px;
  transition: top 0.3s ease;
  color: #fff;
  border-radius: 3px;
}

/*Responsive Starts*/
@media (max-width: 980px) {
  .pickup-loc input {
    width: 300px;
  }

  .loc-drop {
    width: 100%;
    left: 0;
  }

  .pickup-dropoff * {
    box-sizing: border-box;
  }

  .pickup-dropoff {
    max-width: 350px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    padding: 0;
  }

  .pickup-dropoff.row-reverse {
    flex-direction: column-reverse;
  }

  .pickup-loc {
    flex-grow: 1;
    width: 100%;
  }

  .pickup-loc input {
    width: 100%;
  }

  /* .pickup-dropoff img {
    margin: 10px auto;
  } */
  .pickup-dropoff svg {
    margin: 10px auto;
  }

  .location-main h4 {
    font-size: 27px;
    line-height: 34px;
  }

  .location-main p {
    font-size: 17px;
    line-height: 21px;
    margin: 13px 0 18px 0;
    max-width: 300px;
    justify-content: flex-start !important;
    text-align: left !important;
  }

  /* .btn-start {
    margin: 5px 0 0px 0;
  } */
  .btn-start a {
    width: 110px;
  }

  .loc-drop {
    width: calc(100% + 40px);
    left: -20px;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
  }

  .select-drop-down .loc-drop-inn {
    padding: 0 !important;
  }

  .select-drop-down.loc-drop {
    max-width: 100%;
  }

  .drop-selected {
    width: 100% !important;
  }

  .loc-drop-inn a span {
    white-space: normal;
  }

  .home-video-locs {
    max-width: 360px !important;
    height: 348px !important;
    bottom: auto !important;
    top: calc(100% - 60px) !important;
    padding: 20px;
    box-sizing: border-box;
  }

  .loc-btn-gap {
    flex-wrap: wrap !important;
  }

  .home-video-locs h1 {
    font-size: 22px !important;
    line-height: 27px !important;
    text-align: left !important;
    margin: 5px 0 0 0 !important;
  }

  .location-main p img {
    margin-left: 0 !important;
    width: 31px !important;
    height: 31px !important;
  }
}

/*Responsive Ends*/
/*Locations Ends*/

/*Contact Starts*/
.contact-main {
  border-top: 1px solid #cacaca;
  overflow: hidden;
}

.contact-us {
  margin: 0 auto;
}

.contact-left {
  width: 100%;
  max-width: 600px;
}

.drag-drop {
  display: inline-block;
  width: 100%;
  border: 1px dashed #cacaca;
  font-size: 16px;
  line-height: 19px;
  font-family: "Montserrat";
  background: #fff;
  padding: 28px 0;
  z-index: 3;
  max-width: 100%;
}

.order-drag {
  margin: -30px 0 52px 0;
}

.order-drag .drag-drop-main {
  max-width: 100%;
}

.order-drag .drag-drop {
  max-width: 100%;
}

@supports (-webkit-appearance: none) {
  .date-field input {
    background-image: url("https://dft8zj8i6wy63.cloudfront.net/mnv/images/calendar.svg") !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 15px) center !important;
  }
}

@-moz-document url-prefix() {
  .date-field input {
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 15px) center !important;
  }
}

.contact-us .form-field {
  gap: 20px;
}

.contact-us .form-field p {
  max-width: 175px;
  line-height: 18px;
}

.contact-us .form-field textarea {
  padding: 0 16px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #263a5d;
  height: 120px;
  max-width: 400px;
  border-radius: 4px;
  background: #f9f9f9;
  border: 1px solid #d5d8d8;
  width: 100%;
}

.btn-browse a {
  padding: 0 28.5px;
}

.txt-drag {
  margin: 0 0 16px 0;
}

.btn-submit-contact {
  margin: 60px 0 0 0;
}

.btn-submit-contact a {
  width: 191px;
}

.contact-us h1 {
  font-size: 36px;
  margin: 35px 0 10px 0;
}

.contact-us h2 {
  font-size: 22px;
  margin: 5px 0 10px 0;
}

.contact-right {
  max-width: 362px;
  overflow: hidden;
}

.contact-right p {
  font-family: "Montserrat";
  line-height: 26px;
  margin: 0 0 15px 0;
}

.contact-right iframe {
  border: none;
  position: relative;
}

.contact-map {
  min-width: 502px;
  width: 100%;
}

.loader-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 103;
  background: rgba(241, 235, 244, 0.9);
}

.loader-overlay span {
  width: 40px !important;
  height: 40px !important;
  border-color: rgb(100, 39, 140) rgb(100, 39, 140) transparent !important;
}

.drag-drop .loader-overlay {
  position: absolute;
}

.drag-drop-main {
  max-width: 100%;
}

.contact-attachments {
  display: flex;
  gap: 10px;
  margin: 20px 0 0 0;
}

.remove--image {
  position: relative;
  background: #f1ebf4;
  padding: 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.contact-attachments img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.remove--image a {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

/*Responsive Starts*/
@media (max-width: 1200px) {
  .contact-main {
    padding: 0 20px;
  }

  .contact-us-in {
    gap: 20px;
  }
}

@media (max-width: 980px) {
  .contact-us {
    max-width: 600px;
  }

  .contact-us-in {
    margin: 0 0 60px 0;
    display: block;
  }

  .btn-submit-contact {
    margin: 60px 0 30px 0;
  }

  .contact-right {
    max-width: 100%;
  }

  .contact-right iframe {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .contact-us {
    max-width: 350px;
  }

  .contact-us h1 {
    font-size: 27px;
  }

  .contact-us .form-field p {
    max-width: 100%;
  }

  .contact-us .form-field {
    display: block;
  }

  .txt-drag {
    display: none;
  }

  .drag-drop {
    width: auto !important;
    border: none !important;
    padding: 0;
  }

  .btn-submit-contact {
    margin: 40px 0 30px 0;
  }

  .btn-submit-contact a {
    width: 100%;
  }

  .btn-browse {
    margin: 5px 0 0 0;
  }

  .contact-main {
    border: none;
  }

  .order-drag {
    margin: 15px 0 0 0;
  }
}

/*Responsive Ends*/
/*Contact Ends*/

/*Blog Starts*/
.blog {
  border-top: 1px solid #cacaca;
  margin: 0 0 60px 0;
}

.Blog-main {
  max-width: 1141px;
  margin: 0 auto;
}

.blog-head {
  margin: 40px 0;
}

.blog-head h1 {
  font-size: 36px;
  line-height: 45px;
}

.blog-catgs {
  gap: 10px;
}

.blog-catgs a {
  border: 1px solid #0c4179;
  border-radius: 5px;
  min-width: 98px;
  height: 36px;
  padding: 0 5px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #1b2e42;
}

.blog-catgs a:hover,
.blog-catgs a.selected {
  background: #64278c;
  border: 1px solid #64278c;
  box-shadow: 0px 3px 5px rgba(27, 46, 66, 0.2);
  color: #fff;
}

.blog-posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 59px;
  row-gap: 37px;
}

.blog-posts a {
  color: #263a5d;
}

.thumb {
  overflow: hidden;
  max-width: 340px;
  height: 220px;
}

.thumb img {
  width: 100%;
  height: auto;
}

.blog-posts p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.title {
  height: 84px;
  overflow: hidden;
  margin: 15px 0;
}

.title h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
}

.blog-load {
  margin: 40px 0 0 0;
}

.blog-load a {
  width: 138px;
}

.related-articles {
  border-top: 1px solid #cacaca;
  margin: 0 0 75px 0;
}

.related-articles .blog-posts {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 24px;
}

.related-in {
  margin: 0 auto;
}

.related-articles .thumb {
  height: auto;
  max-height: 220px;
}

.related-articles .title h2 {
  font-size: 18px;
  line-height: 23px;
}

.related-articles h3 {
  width: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  margin: 40px 0 35px 0;
}

.related-articles .title {
  height: 74px;
  margin: 20px 0 0 0;
}

.related-articles .blog-posts p {
  margin: 10px 0 0 0;
}

.related-articles-service {
  border: none;
  background-color: #f4f5f8;
  padding-bottom: 40px;
  margin: 40px 0 0 0;
}

/*Article Starts*/
.article {
  border-top: 1px solid #cacaca;
}

.article-in {
  margin: 35px auto 25px auto;
}

.blog-crumb {
  max-width: 270px;
}

.crumb-a {
  margin: 2px 0 105px 0;
}

.crumb-a a {
  font-family: "Montserrat";
  line-height: 26px;
}

.article-detail {
  max-width: 650px;
  width: 100%;
}

.article-detail h1 {
  font-size: 36px;
  line-height: 45px;
}

.article-detail h2 {
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 29px;
  margin: 30px 0 30px 0;
}

.article-detail p,
.article-detail span {
  font-family: "Montserrat" !important;
  font-size: 16px !important;
  line-height: 26px !important;
  color: #263a5d !important;
  font-style: normal !important;
}

.article-detail h2 p,
.article-detail h2 span {
  font-family: "Montserrat" !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 29px !important;
  color: #263a5d !important;
  font-style: normal !important;
}

.article-detail h2 i,
.article-detail i {
  font-style: normal !important;
}

.article-detail img {
  width: 100%;
  height: auto;
}

.blog-para {
  font-family: "Montserrat";
  margin: 40px 0 0 0;
  padding: 0 0 55px 0;
}

.blog-para a {
  margin: 0 3px;
}

.blog-para br {
  margin: 10px 0;
  display: flex;
}

.blog-para b {
  font-size: 18px;
  font-weight: 700;
}

.blog-para ul {
  padding: 0 0 0 20px;
  margin: 20px 0 0 0;
}

.blog-para ul li {
  width: 100%;
}

.share-blog {
  border-top: 1px solid #000;
  padding: 20px 0 0 0;
  gap: 30px;
}

.share-blog span {
  font-family: "Montserrat";
}

/*Article Ends*/
/*Responsive Starts*/
@media (max-width: 1200px) {
  .blog {
    padding: 0 20px;
  }

  .article {
    padding: 0 20px;
  }

  .related-articles-service {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}

@media (max-width: 980px) {
  .Blog-main {
    max-width: 740px;
  }

  .blog-posts {
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
  }
}

@media (max-width: 767px) {
  .blog {
    border: none;
  }

  .Blog-main {
    max-width: 340px;
  }

  .blog-posts {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .blog-head h1 {
    font-size: 27px;
    line-height: 30px;
  }

  .blog-head {
    display: block;
    margin-bottom: 20px;
  }

  .blog-catgs {
    margin: 15px 0 0 0;
    overflow: auto;
    width: calc(100% + 20px);
  }

  .thumb {
    height: auto;
  }

  .article {
    border: none;
  }

  .article-in {
    display: block;
  }

  .crumb-a {
    margin: 2px 0 5px 0;
  }

  .crumb-a a {
    margin: 0 !important;
  }

  .blog-crumb {
    max-width: 100%;
  }

  .blog-crumb a {
    display: inline-block;
    margin: 0 0 0 3px;
  }

  .blog-crumb span {
    display: inline-block;
  }

  .article-detail {
    max-width: 100%;
  }

  .article-detail h1 {
    font-size: 27px;
    line-height: 34px;
    margin: 27px 0 0 0;
  }

  .article-detail h2 {
    margin: 25px 0 20px 0;
  }

  .related-articles .blog-posts {
    display: block;
  }

  .related-articles .blog-posts a {
    display: flex;
    gap: 20px;
    margin: 0 0 50px 0;
  }

  .related-articles .blog-posts a:last-child {
    margin: 0 0 0 0;
  }

  .related-articles .thumb {
    max-width: 120px;
    max-height: 100%;
    width: auto;
    height: auto;
    align-items: flex-start;
    border-radius: 10px;
  }

  .related-articles .title {
    margin: 0;
    height: auto;
  }

  .related-articles .blog-posts p {
    margin: 8px 0 0 0;
  }

  .related-articles h3 {
    margin: 20px 0 33px 0;
  }
}

/*Blog Ends*/

/*Location Starts*/
.locs-main {
  border-top: 1px solid #cacaca;
}

.locs-in {
  margin: 40px auto 0 auto;
}

.row-sort a,
.row-sort p {
  font-family: "Montserrat";
  line-height: 26px;
  max-width: 530px;
}

.row-sort p {
  margin: 0 0 15px 0;
}

.row-sort p:last-child {
  margin: 0 0 0 0;
}

.row-sort h1 {
  font-size: 36px;
  line-height: 45px;
  margin: 0 0 10px 0;
}

.loc-row.row-reverse .row-sort {
  margin: 40px 0 0 0;
}

.all-locs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 24px;
  row-gap: 10px;
  margin: 65px 0 0 0;
}

.all-locs-make {
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  height: 40px;
  border-radius: 5px;
  padding: 0 20px;
}

.all-locs-make span {
  color: #263a5d !important;
}

.loc-row-jobs {
  padding: 72px 0 20px 0;
}

.recent-job {
  margin: 0 10px 0 0;
}

.job-box {
  max-width: 518px;
  border-radius: 20px;
  box-shadow: 10px 15px 0 0 #bf7ace;
  padding: 35px 53px 35px 35px;
  box-sizing: border-box;
  min-height: 405px;
  margin: 10px 0 0 0;
}

.job-box h2 {
  font-size: 22px;
  line-height: 28px;
}

.job-box h3 {
  font-size: 18px;
  line-height: 23px;
  margin: 0 0 9px 0;
}

.job-box p {
  font-size: 16px;
  line-height: 26px;
}

.job-list {
  margin: 35px 0 0 0;
}

.job-list:last-child {
  margin: 45px 0 0 0;
}

/*Responsive Starts*/
@media (max-width: 1200px) {
  .locs-main {
    padding: 0 20px;
  }

  .loc-row {
    gap: 50px;
    align-items: center;
  }

  .loc-row-jobs {
    gap: 20px !important;
  }

  .loc-row-jobs .faq-left {
    max-width: 440px;
  }
}

@media (max-width: 980px) {
  .locs-main {
    border: none;
  }

  .loc-row:first-child {
    display: block;
  }

  .row-media {
    text-align: center;
    flex-grow: 1;
    width: 100%;
  }

  .loc-row:first-child .row-media {
    margin: 15px 0 0 0;
  }

  .loc-row:nth-child(2) {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .loc-row .row-sort p {
    max-width: 100%;
  }

  .locs-in {
    margin: 12px auto 0 auto;
  }

  .row-sort h1 {
    font-size: 27px;
    line-height: 30px;
    margin: 10px 0 25px 0;
  }

  .loc-row.row-reverse .row-sort {
    margin: -40px 0 0 0;
  }

  .all-locs {
    grid-template-columns: 1fr 1fr;
    margin: 45px 0 0 0;
  }

  .loc-row-jobs {
    display: block;
  }

  .loc-row-jobs .faq-left {
    max-width: 100%;
    padding: 0;
  }

  .job-box {
    margin: 0 auto;
  }

  .loc-row-jobs {
    padding: 0px 0 55px 0;
  }

  .loc-row .faq-left h2 {
    margin: 60px 0 38px;
    text-align: left !important;
    padding: 0 !important;
  }

  .recent-job {
    margin: 40px 0 0 0;
  }

  .row-media img {
    width: 100%;
    height: auto;
    max-width: 530px;
  }
}

@media (max-width: 767px) {
  .all-locs {
    grid-template-columns: 1fr;
  }
}

/*Responsive Ends*/
/*Location Ends*/

/*Reviews Starts*/
.reviews {
  border-top: 1px solid #cacaca;
}

.reviews-main {
  margin: 0 auto;
}

.reviews-main h1 {
  font-size: 36px;
  line-height: 45px;
  margin: 35px 0 50px 0;
}

.reviews-top-box {
  max-width: 936px;
  margin: 0 auto;
  border: 1px solid #64278c;
  padding: 0 36px 7px 36px;
  box-sizing: border-box;
  min-height: 220px;
}

.review-write {
  max-width: 291px;
  font-size: 16px;
  line-height: 26px;
  font-family: "Montserrat";
  text-align: center;
}

.btn-review {
  margin: 28px 0 0 0;
}

.btn-review a {
  padding: 0;
  box-sizing: border-box;
  width: 170px;
  height: 50px;
}

.review-b-img {
  margin: 0 21px 0 36px;
}

.review-b-img img {
  margin: -58px 0 0 0;
}

.review-trust-g {
  width: 100%;
  max-width: 189px;
  margin: -5px 0 0 0;
}

.review-trust-g .reviews-count {
  padding: 0 0 0 15px;
}

.review-trust-g hr {
  border: none;
  border-top: 1px solid #cacaca;
  margin: 18px 0 18px 0;
}

.review-filter {
  margin: 30px 0 20px 0;
}

.review-filter a {
  width: 108px;
}

.reviews-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  min-height: 1025px;
}

.review-single {
  background: #f4f5f8;
  padding: 30px;
  margin: 0 0 28px 0;
}

.review-head {
  max-width: 280px;
}

.review-head-l h2 {
  font-size: 18px;
  line-height: 23px;
}

.review-head-l p {
  font-size: 16px;
  line-height: 20px;
}

.review-head-r {
  gap: 6px;
}

.review-post {
  max-width: 280px;
  font-size: 18px;
  line-height: 25px;
  font-family: "Montserrat";
  margin: 15px 0 25px 0;
}

.review-job {
  font-size: 13px;
  line-height: 18px;
}

.reviews-load {
  margin: 7px 0 0 0;
}

.reviews-load a {
  width: 138px;
}

.reviews-filters {
  position: absolute;
  left: 0;
  top: -1px;
  background: #fff;
  border: 1px solid #64278c;
  width: 100%;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  padding: 32px 20px 0px 20px;
  z-index: 100;
  box-shadow: 0px 25.600000381469727px 57.599998474121094px 0px rgba(27, 46, 66, 0.22);
}

.reviews-filters-in {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 25px;
}

.reviews-filters-in .form-field {
  margin: 0;
  gap: 10px;
}

.reviews-filters-in .form-field p {
  width: 80px;
  line-height: 19px;
}

.reviews-filters .review-filter {
  margin-bottom: 25px;
}

.popup-drop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 58, 93, 0.85);
  backdrop-filter: blur(5px);
  z-index: 1000;
  overflow: auto;
}

.popup-review {
  width: 100%;
  max-width: 660px;
  padding: 30px;
  box-shadow: 0px 25.6px 57.6px rgba(27, 46, 66, 0.22),
    0px 4.8px 14.4px rgba(27, 46, 66, 0.18);
  z-index: 101;
  background: #fff;
  font-family: "Montserrat";
  box-sizing: border-box;
  margin: 50px 0;
}

.popup-liability {
  max-width: 730px;
}

.popup-plan {
  max-width: 600px;
}

.popup-review h3 {
  font-size: 22px;
  line-height: 35px;
}

.popup-plan h3 {
  font-size: 22px;
  line-height: 28px;
  font-family: "Mulish";
}

.leave-review {
  font-size: 16px;
  line-height: 26px;
  margin: 16px 0 -10px 0;
}

.popup-review .save-card-text {
  line-height: 26px;
  font-weight: 400;
  display: flex;
  margin: 20px 0 40px 0;
}

.popup-review .agree-text input {
  top: 8px;
}

.popup-review .agree-text span {
  max-width: calc(100% - 30px);
}

.popup-review textarea {
  height: 128px;
  border-radius: 4px;
}

.popup-review .form-field {
  margin: 41px 0 0 0;
}

.plan-text {
  margin: 20px 0 25px 0;
  line-height: 26px;
}

.plan-text span {
  margin: 0 0 25px 0;
}

.hidden-flow {
  overflow: hidden;
  height: 30vh;
}

.btn-review-submit {
  gap: 20px;
}

.btn-review-submit a:first-child {
  width: 118px;
}

.btn-review-submit a:last-child {
  width: 53px;
}

.field-input-rate {
  gap: 20px;
}

.field-input-rate .input-field {
  width: 16px !important;
}

.field-input-rate input::-webkit-outer-spin-button,
.field-input-rate input::-webkit-inner-spin-button {
  display: none;
}

.field-input-rate input[type="number"] {
  appearance: textfield;
}

.show-767 {
  display: none !important;
}

.btn-popup-close a {
  box-sizing: border-box;
  width: 115px;
  height: 50px;
}

.btn-popup-apply a {
  width: 130px;
}

.btn-popup-close.btn-under a {
  width: 210px;
}

.popup-liability .agree-text {
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  height: 45px;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  background-color: #f5eedb;
}

.popup-liability .agree-text input {
  top: 0;
}

.txt-agreement {
  line-height: 26px;
  margin: 20px 0 0 0;
}

.txt-agreement p b {
  font-weight: 600;
}

.txt-agreement p {
  margin: 20px 0 0 0;
}

.lia-contract {
  margin: 20px 0 60px 0;
}

.value-goods {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 20px 0 0 0;
}

.value-goods p span {
  font-weight: 700;
}

.value-goods {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 20px 0 0 0;
  padding: 25px 0 40px 0;
}

.goods-field {
  margin: 30px 0 0 0;
}

.goods-field p {
  max-width: 391px;
  line-height: 26px;
}

.goods-input span {
  position: absolute;
  left: 15px;
  top: 13px;
  font-weight: 700;
  color: #343434;
}

.goods-input input {
  max-width: 225px;
  box-sizing: border-box;
  height: 45px;
  background: #f9f9f9;
  padding-left: 35px;
}

.add-liab {
  margin: 25px 0 0 0;
}

.add-liab p {
  display: flex;
  width: 100%;
  max-width: 225px;
  height: 45px;
  border: 1px solid #cacaca;
  background: #f9f9f9;
  border-radius: 5px;
  align-items: center;
  padding: 0 0 0 35px;
  box-sizing: border-box;
}

.add-liab p span {
  position: absolute;
  left: 15px;
  top: 13px;
  line-height: 18px;
}

.value-t10 {
  margin: 30px 0 0 0;
}

.value-t10-in {
  gap: 25px;
}

.align-goods {
  max-width: 225px;
  height: 30px;
}

.align-single {
  max-width: 225px;
}

.move-date {
  margin: 20px 0 0 0 !important;
}

.lia-initials p {
  font-size: 18px;
  font-weight: 700;
  font-family: "Mulish";
  line-height: 22px;
}

.move-date span {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 225px;
  border: 1px solid #cacaca;
  height: 45px;
  align-items: center;
  padding: 0 15px;
  border-radius: 5px;
}

.lia-initials {
  margin: 45px 0 0 0;
}

.lia-initials input {
  width: 100%;
  max-width: 370px;
  box-sizing: border-box;
  height: 45px;
  background: #f9f9f9;
}

.lia-full {
  margin: 30px 0 0 0;
}

.btn-save-con {
  margin: 25px 0 0 0;
}

.btn-save-con a {
  width: 158px;
}

.goods-multi {
  display: inline-block;
}

.goods-field.goods-multi p:first-child {
  max-width: 100%;
}

.btn-add {
  height: 45px;
  width: 60px;
}

.good-child-1 {
  padding-left: 16px !important;
}

input.good-child-1:focus::placeholder {
  font-size: 0;
}

.goods-field-gap {
  gap: 20px;
}

.goods-field-gap input {
  max-width: 200px;
}

.goods-field-gap label {
  width: 60px;
}

.popup-review .login-fields {
  background: none;
  border: none;
  padding: 0;
  height: auto;
  min-height: 100px;
}

.popup-review .login-heading {
  margin-top: 0;
}

.popup-review .login-btn {
  margin-bottom: 0;
}

.popup-review .forgot-link,
.popup-review .txt-register,
.popup-review .register-btn {
  display: none;
}

/*Responsive Starts*/
@media (max-width: 1200px) {
  .reviews {
    padding: 0 20px;
  }

  .review-head,
  .review-post {
    width: 100%;
  }

  .reviews-filters-in .field-input {
    width: calc(100% - 90px);
  }

  .reviews-filters-in .input-field {
    width: 100%;
  }

  .reviews-filters-in .drop-selected {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .review-single {
    padding: 30px 15px;
  }

  .reviews-top-box {
    padding: 0px 15px 7px 15px;
    justify-content: space-between;
  }

  .review-b-img {
    margin: 0;
  }

  .reviews-load {
    margin: 7px 0 30px 0;
  }

  .reviews-filters-in {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .reviews {
    border: none;
  }

  .reviews-main {
    max-width: 350px;
  }

  .reviews-top-box {
    display: block;
  }

  .reviews-list {
    grid-template-columns: 1fr;
  }

  .review-single {
    margin: 0 0 20px 0;
  }

  .review-head,
  .review-post {
    max-width: 280px;
  }

  .review-single {
    padding: 30px;
  }

  .reviews-top-box {
    padding: 31px 12px 30px 12px;
  }

  .review-b-img img {
    width: 224px;
    height: 187px;
    margin: 3px 0 0 0;
  }

  .review-trust-g {
    margin: 17px auto 0 auto;
    justify-content: center;
  }

  .review-trust-g hr {
    margin: 10px 0 20px 0;
  }

  .review-filter {
    margin: 20px 0;
  }

  .popup-drop {
    background: none;
    backdrop-filter: blur(0);
    position: absolute;
    height: auto;
  }

  .popup-review {
    width: 100%;
    max-width: 100%;
    margin: 63px 0;
    padding: 20px;
  }

  .popup-review .form-field.rating-field {
    display: flex !important;
    gap: 10px;
  }

  .popup-review .form-field.rating-field p {
    width: 80px !important;
  }

  .field-input-rate {
    gap: 10px;
    align-items: center;
  }

  .rate-area {
    display: block !important;
    margin: 30px 0 0 0 !important;
  }

  .popup-review textarea,
  .popup-review .field-input-md {
    max-width: 100% !important;
  }

  .popup-review textarea {
    height: 110px !important;
  }

  .btn-review-submit {
    display: grid;
    gap: 10px;
    margin: 0 0 30px 0;
  }

  .btn-review-submit a {
    width: 100% !important;
    box-sizing: border-box;
  }

  .field-input-rate img {
    height: 30px;
  }

  .show-767 {
    display: flex !important;
  }

  .show-767 a {
    font-size: 15px;
  }

  .popup-review h3 {
    margin: 15px 0 0 0;
  }

  .leave-review {
    margin: 10px 0 -15px 0;
  }

  .popup-review .save-card-text {
    margin: 25px 0 30px 0;
  }

  .reviews-list {
    position: unset;
  }

  .reviews-filters {
    top: 63px;
    border: none;
    border-radius: 0;
    padding: 20px;
  }

  .reviews-filters-in {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  .reviews-filters-in .form-field {
    display: flex;
  }

  .reviews-filters h3 {
    font-size: 22px;
    font-family: "Montserrat";
    line-height: 28px;
    margin: 15px 0;
  }

  .reviews-filters .review-filter {
    margin: 50px 0 25px 0;
  }

  .plan-text span:last-child {
    margin: 0;
  }

  .popup-liability .agree-text {
    margin: 10px 0 0 0;
  }

  .load-unload.custom-load-range .service-time {
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .load-unload.custom-load-range .service-time a {
    min-width: auto;
  }

  .goods-field {
    display: inline-block;
    width: 100%;
  }

  .goods-field-gap {
    display: inline-block;
    width: 100%;
  }

  .goods-field-gap input {
    margin: 0 0 20px 0;
  }

  .move-date span,
  .goods-input input,
  .add-liab p {
    max-width: 100%;
    width: 100%;
  }

  .lia-initials input {
    max-width: 100%;
  }

  .value-t10,
  .lia-initials,
  .add-liab {
    display: inline-block;
    width: 100%;
  }

  .value-t10 p {
    max-width: 100%;
  }

  .popup-review .agree-text span {
    font-size: 13px;
    line-height: 13px;
  }

  .value-t10-in {
    justify-content: flex-start;
    margin: 10px 0 0 0;
  }

  .lia-initials p {
    margin: 0 0 5px 0;
  }
}

@media (max-width: 600px) {
  .submit-review-check {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}

@media (max-width: 380px) {
  .field-input-rate img {
    height: 23px;
  }

  .popup-plan {
    max-height: 100%;
  }

  .star-rating {
    gap: 0 !important;
  }
}

/*Responsive Ends*/
/*Reviews Ends*/

/*Boroughs Pages Starts */
.bourough-selection {
  border-top: 1px solid #cacaca;
}

.borough-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 10px;
  column-gap: 24px;
}

.borough-sec h2 {
  font-size: 37px;
  line-height: 46px;
  margin: 0 0 36px 0;
}

.move-offers {
  gap: 25px;
  height: 135px;
}

.offer-for {
  font-size: 22px;
  font-weight: 700;
}

.move-offers a {
  border-radius: 20px;
  height: 55px;
  width: 100%;
  max-width: 528px;
  padding: 0 48px;
  box-sizing: border-box;
  font-size: 18px;
  color: #231f20;
  font-weight: 700;
  margin: 0 0 0 20px;
  background-color: #bf7ace !important;
}

.moving-stats {
  padding: 50px 20px 45px 20px;
}

.moving-stats:empty {
  display: none;
}

.moving-stats h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 45px 0;
}

.moving-stats-in {
  max-width: 896px;
  margin: 0 auto;
  justify-content: space-between;
}

.stat-entry {
  text-align: center;
  display: grid;
  justify-items: center;
  row-gap: 5px;
}

.stat-hd {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin: 10px 0;
}

.stat-num {
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  gap: 15px;
}

.move-head {
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  height: 60px;
}

.move-head span {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.brj-head {
  font-size: 36px;
  margin: 0 0 38px 0;
  padding: 0 20px;
}

.borough-data {
  padding: 0 20px;
  max-width: 1141px;
  display: flex;
  margin: 0 auto;
  gap: 60px;
}

.move-ent {
  margin: 10px 0 0 0;
  font-family: "Montserrat";
}

.move-price {
  font-weight: 700;
  font-size: 20px;
  margin: 5px 0 0 0;
}

.move-price span:first-child {
  font-size: 16px;
}

.borough-mains {
  margin: 0 auto 0 auto;
  padding: 30px;
  border: 1px solid #64278c;
  border-radius: 5px;
  box-sizing: border-box;
  max-width: 341px;
  height: 330px;
  display: block;
}

.borough-mains:last-child {
  border-bottom: 1px solid #64278c;
}

.loc-movers {
  gap: 3px;
}

.bor-head {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 16px 0;
}

.loc-pd {
  font-family: "Montserrat";
  line-height: 26px;
}

.loc-pd span:first-child {
  margin: 0 0 10px 0;
}

.loc-pd p {
  font-weight: 700;
  margin: 0 5px 0 0;
}

.borough-recent-job {
  padding: 0;
  font-family: "Montserrat";
  font-weight: 600;
  line-height: 26px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 15px auto 0 auto;
  max-width: 283px;
  row-gap: 18px;
}

/* .loc-mvdt {
} */
.loc-mvdt img {
  margin: 0 0 6px 0;
}

.loc-mvdt span {
  text-align: center;
  line-height: 22px;
  font-size: 14px;
}

.bor-review-main {
  padding: 0 0 0 20px;
}

.bor-review-main:empty {
  display: none;
}

.bor-reviews-head {
  margin: 0 auto;
  padding: 20px 20px 10px 0;
  box-sizing: border-box;
}

.bor-reviews-head h2 {
  font-size: 22px;
  margin: 0;
}

.bor-reviews-head span {
  font-family: "Montserrat";
  margin: 7px 0;
}

.bor-reviews-head .b-rating {
  font-family: "Montserrat";
}

.bor-reviews-head .rating {
  margin: 0;
  top: 0;
  left: 0;
}

.bor-reviews-head .review-head-r img {
  width: 15px;
  height: 14px;
}

.bor-reviews-head .review-head-r {
  margin: 0 5px;
  gap: 3px;
}

.scroll-reviews {
  margin: 0 auto;
  overflow: hidden;
  scroll-behavior: smooth !important;
}

.bor-review-in {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 0 20px 0;
}

.bor-review-in .review-single {
  background-color: #fff;
  width: 280px;
  height: 290px;
  float: left;
  margin: 0 59px 0 0;
  /* background-image: url(/images/vectorbr.svg) !important;
  background-repeat: no-repeat;
  background-position: bottom right; */
}

.bor-review-in .review-head-l h2 {
  font-size: 18px;
}

.bor-review-in .review-single:last-child {
  margin: 0;
}

.bor-review-in .review-single .review-post {
  height: 150px;
  text-overflow: ellipsis !important;
  overflow: hidden;
}

.borough-review-next {
  gap: 35px;
  padding: 0 0 30px 0;
}

.borough-review-next img {
  cursor: pointer;
}

.borough-sec .row-sort {
  max-width: 530px;
}

.media-outline {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #64278c;
  z-index: -1;
  transform: rotate(4.54deg);
}

.media-case {
  max-width: 452px;
}

.media-ch {
  max-width: 535px;
}

.service-assist .media-case {
  max-width: 330px;
}

.service-assist.assist-media {
  display: flex;
  align-items: center;
}

.borough-sec {
  padding: 0 20px;
}

@media (max-width: 360px) {
  .moving-stats-in {
    column-gap: 0px !important;
  }

  .stat-num {
    font-size: 30px !important;
  }
}

@media (max-width: 767px) {
  .bourough-selection {
    border: none !important;
  }

  .bor-reviews-head {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .moving-stats h2 {
    font-size: 27px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 35px;
  }

  .moving-stats-in {
    display: grid;
    gap: 30px;
    margin: 0 auto;
    justify-content: center;
  }
}

@media (max-width: 980px) {
  .media-case {
    margin: 0px auto 0 auto;
  }

  .assist-media {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
  }

  .bor-review-in .review-single {
    padding: 30px !important;
  }

  .borough-sec .loc-row {
    max-width: 725px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
  }

  .borough-sec .loc-row .row-sort {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .borough-sec h2 {
    font-size: 27px;
    line-height: 34px;
    margin: 0 0 60px 0;
    padding: 0 20px;
    text-align: center;
  }

  .borough-sec .row-media {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .borough-sec {
    padding: 0;
  }

  .bourough-selection .service-lists .row-media {
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 0 !important;
  }

  .brj-head {
    font-size: 27px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 20px !important;
  }

  .borough-sec .loc-row .faq-left {
    max-width: 100%;
    padding: 0 !important;
  }
}

/*Boroughs Pages Ends */

/*Star Rating Starts*/
.star-rating {
  gap: 5px;
}

.star-rating a {
  position: unset;
}

.star-rating a img.star-fill {
  display: none;
}

.star-rating a.hover img.star-fill,
.star-rating a.selected img.star-fill {
  display: inline-block;
}

.star-rating a.hover img.star-empty,
.star-rating a.selected img.star-empty {
  display: none;
}

/*Star Rating Ends*/

/*Custom dropdown Starts*/
.drop-selected {
  position: unset !important;
  width: 250px;
  background: #f9f9f9;
  border: 1px solid #cacaca;
  padding: 0 16px;
  font-family: "Montserrat";
  box-sizing: border-box;
  height: 45px;
  border-radius: 5px;
}

.drop-selected span {
  color: #263a5d !important;
  margin: 0 !important;
}

.select-drop-down.loc-drop {
  left: 0;
  min-width: 100%;
  box-sizing: border-box;
  top: 50px;
  height: auto;
  max-height: 250px;
  width: auto;
  z-index: 120;
}

.select-drop-down .loc-drop-inn {
  padding: 7px 10px;
  height: auto;
  max-height: 220px;
}

.select-drop-down.loc-drop a {
  background-image: none;
  padding: 0 10px;
  height: 45px;
}

/*Custom dropdown Ends*/

/**Notifications**/
.pass-errors {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
  margin: 15px 0 0 0;
}

.pass-errors br {
  display: none;
}

.pass-errors span {
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 10px;
  padding: 0 0 0 15px;
  text-align: left;
  font-size: 12px;
}

.pass-errors .p-error {
  color: #bd362f;
  background-image: url(https://dft8zj8i6wy63.cloudfront.net/mnv/images/Icon-cross.svg);
}

.pass-errors .p-ok {
  color: #51a351;
  background-image: url(https://dft8zj8i6wy63.cloudfront.net/mnv/images/Icon-check.svg);
}

/**Notifications**/

.story-sketch-bot {
  display: none !important;
}

/*New Designs UI Starts*/
/*Home Starts*/
.mt--100 {
  margin-top: -100px;
}

.banner-video {
  height: 700px;
  width: 100%;
  object-fit: cover;
  margin-bottom: -3px;
}

.home-video-locs {
  background: rgba(241, 235, 244, 0.8);
  max-width: 930px;
  margin: 0 auto;
  position: absolute;
  bottom: -60px;
  height: 178px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}

.home-video-locs h1 {
  font-size: 36px;
  font-weight: 800;
  font-family: "Mulish", Arial;
  line-height: 45px;
  margin: 12px 0 0 0;
}

.loc-btn-gap {
  gap: 20px;
}

.scroll-reviews-2 {
  display: flex;
  margin: 0 auto !important;
  justify-content: space-between;
  padding: 0;
}

.scroll-reviews-2 .bor-reviews-head {
  max-width: 590px;
  margin: 0;
}

.scroll-reviews-2 .bor-review-in .review-single {
  width: 467px;
  margin: 0 5px 0 0;
  height: 230px;
  background-image: none !important;
}

.purple-box .review-single {
  background: #f1ebf4;
}

.scroll-reviews-2 .review-head-l {
  display: block;
}

.scroll-reviews-2 .review-head {
  max-width: 528px;
}

.scroll-reviews-2 .bor-review-in .review-single .review-post {
  max-width: 528px;
  height: 102px;
  margin: 15px 0 15px 0;
}

.review-v2 {
  display: block;
  max-width: 527px;
  position: relative;
  top: 60px;
}

.review-v2 {
  display: block;
  max-width: 527px;
  position: relative;
  top: 60px;
}

.hack-review .review-v2 {
  height: 365px !important;
}

.h2-tag {
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
}

.p-tag {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Montserrat";
}

.faq-lg .faq-left {
  max-width: 735px;
}

.list-fs0 {
  max-width: 570px;
}

.assist-equip.ap-movers {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 40px;
  margin: 32px 0 0 0;
}

.font-w-500 {
  font-weight: 500;
}

.sep-line {
  margin: 45px 0 0 0;
  height: 1px;
  border: none;
  background: #263a5f;
}

.choose-grid {
  display: flex;
  gap: 60px;
}

.list-left.choose-left {
  max-width: 340px;
  width: calc(100% - 40px);
}

.list-left.choose-right {
  max-width: 100%;
}

.choose-right ul {
  padding: 0;
  margin: 0;
}

.choose-right ul li {
  list-style-type: none;
  position: relative;
  padding: 0 0 0 10px;
}

.choose-right ul li::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #263a5d;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 12px;
}

.choose-right h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 15px 0;
}

.choose-right ul li p {
  margin-bottom: 10px;
}

.mvst-para {
  font-weight: 500;
  font-family: "Montserrat";
  line-height: 26px;
  max-width: 800px;
  text-align: center;
  margin: -15px auto 45px auto;
}

.review-para {
  font-weight: 400;
  font-family: "Montserrat";
  line-height: 26px;
  margin: 10px 0 15px 0;
}

.h2-off {
  font-size: 22px;
  line-height: 28px;
}

.fr-1111 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 30px;
}

.h3-exp {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 26px !important;
  font-family: "Montserrat" !important;
  margin: 45px 0 10px 0 !important;
}

.txt-protect {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 26px !important;
  font-family: "Montserrat" !important;
  margin: 0 0 10px 0;
}

.about-left {
  max-width: 340px;
}

.row-about-media {
  max-width: 100%;
}

.row-media-nl .media-case {
  max-width: 515px;
  margin-top: 15px !important;
}

.row-media-hack .media-case {
  max-width: 520px;
}

.rel--60 {
  top: -60px;
}

.rel-60 {
  top: 60px;
}

.rel-35 {
  top: 35px;
}

.rel-25 {
  top: 25px;
}

.rel-15 {
  top: 15px;
}

.b-h3 {
  column-gap: 35px !important;
  margin-top: 37px !important;
  row-gap: 10px;
}

.b-h3 h3 {
  margin-bottom: 15px;
}

.lg-p0 {
  padding: 0 !important;
}

.tr-ly {
  font-family: "Montserrat";
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 15px !important;
}

.hack-faq {
  margin-top: 110px !important;
}

.reloc-review {
  padding-bottom: 65px;
}

.reloc-review .review-v2 {
  margin-top: 60px;
}

.home-border {
  position: absolute;
  margin: 0;
  left: 0;
  top: 100px;
  width: 100%;
  border: none;
  height: 1px;
  background: #cacaca;
}

.ts-reviews {
  font-size: 16px;
  line-height: 24px;
  margin: 0 !important;
  justify-content: center;
}

.t-g-lnks {
  gap: 5px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.t-g-lnks a {
  color: #fff !important;
}

/*Home Ends*/

/*About Starts*/
.about-title-role {
  gap: 30px;
  margin: 0 0 25px 0;
}

.about-title-role h2 {
  font-size: 22px;
  line-height: 28px;
}

.about-title-role p {
  font-weight: 500;
  line-height: 22px;
}

.about-details {
  font-family: "Montserrat";
  line-height: 26px;
  gap: 30px;
}

.abmt-main {
  gap: 30px;
}

.about-motivations {
  width: 260px;
}

.about-motivations h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.about-pad {
  padding: 35px 0 40px 0;
}

.query h2 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  padding: 0 20px;
}

.query h2 b {
  font-weight: 700;
  margin: 0 -3px 0 -3px;
}

.mvst-para:empty {
  display: none;
}

/*About Ends*/
/*Movers tip Starts*/
.movers-tip {
  margin: 0 0 75px 0;
}

.movers-tip h1 {
  margin: 35px 0 25px 0;
}

.txt-tip p {
  font-family: "Montserrat";
  line-height: 26px;
  max-width: 570px;
  width: 100%;
  text-align: center;
}

.text-help {
  font-weight: 300;
  font-size: 26px;
  line-height: 33px;
  margin: 35px 0 25px 0;
}

.tip-movers-flex {
  max-width: 412px;
  margin: 0 auto 23px auto;
  border-bottom: 1px solid #263a5d;
  column-gap: 80px;
  flex-wrap: wrap;
  row-gap: 20px;
}

.txt-mover-name {
  font-size: 22px;
  line-height: 28px;
  margin: 10px 0 25px 0;
}

.tip-select {
  display: flex;
  margin: 30px 0;
}

.txt-amount {
  font-family: "Montserrat";
  line-height: 28px;
  margin: 0 0 11px 0;
}

.tip-input {
  gap: 20px;
}

.p-lg {
  font-size: 36px;
  line-height: 45px;
  font-weight: 500;
}

.tip-input input {
  font-size: 26px;
  width: 66px !important;
  line-height: 28px;
}

.tip-card {
  max-width: 559px;
  margin: 32px auto 0 auto;
  font-weight: 700;
  line-height: 26px;
  font-family: "Montserrat";
  min-height: 120px;
  display: grid;
  align-content: center;
  row-gap: 20px;
}

.btn-tip {
  margin: 32px 0 18px 0;
}

.btn-tip a {
  width: 106px;
}

.txt-full {
  font-family: "Montserrat";
  line-height: 26px;
}

.sep-mover {
  margin: 47px 0 -10px 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.movers-tip h2:first-of-type {
  margin: 35px 0 -10px 0;
}

/*Movers tip Ends*/
/*Responsive Starts*/
@media (min-width: 981px) and (max-width: 1300px) {
  .w-13 img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}

@media (min-width: 981px) and (max-width: 1200px) {
  .m-stats-sm .borough-data {
    gap: 15px;
  }

  .row-media.row-media-nl img {
    width: 100%;
    height: auto;
  }

  .w-serv-sm {
    padding: 0 20px;
  }

  .w-serv-sm .assist-equip {
    gap: 30px;
  }

  .w-serv-sm .assist-equip .service-assist img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .faq-lg {
    padding: 0 20px !important;
  }

  .scroll-reviews-2 {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .lg-p0 {
    padding: 0 20px !important;
  }

  .abmt-main {
    gap: 20px;
  }

  .about-motivations {
    width: 200px;
  }
}

@media (max-width: 980px) {
  .m-stats-sm {
    margin-top: 28px !important;
  }

  .m-stats-sm .borough-data {
    gap: 15px;
    display: grid;
    max-width: 350px;
  }

  .m-stats-sm .borough-mains {
    max-width: 350px;
  }

  .staff-sm .loc-row {
    flex-direction: column !important;
    gap: 15px;
  }

  .staff-sm h2 {
    margin-bottom: 20px !important;
  }

  .ms-sm {
    margin-top: 45px !important;
    padding: 30px 20px 15px 20px;
  }

  .w-serv-sm h2 {
    font-size: 27px;
    line-height: 34px;
    text-align: center;
    padding: 0 20px;
    margin: 40px 0 20px 0 !important;
    box-sizing: border-box;
  }

  .faq-sm-m {
    margin-top: 30px !important;
  }

  .faq-sm-m h2 {
    margin-top: 30px !important;
  }

  .faq-sm-m .single-faq h2 {
    margin-top: 0 !important;
  }

  .faq-lg .row-media {
    display: none;
  }

  .p-tag {
    padding: 0 20px;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .assist-equip.ap-movers h3 {
    display: inline-block;
    position: relative;
    top: -20px;
    left: 25px;
    margin: 0 !important;
    min-height: 10px !important;
  }

  .assist-equip.ap-movers h3.sm-top {
    top: -5px;
    max-width: 273px;
  }

  .assist-equip.cor-el {
    margin-top: 15px !important;
  }

  .service-assist h3 {
    min-height: 10px;
  }

  .sm-row-n {
    margin-top: 30px !important;
  }

  .sm-row-n .loc-row {
    flex-direction: column-reverse;
    display: flex !important;
    flex-wrap: wrap;
  }

  .sm-row-n h2 {
    padding: 0;
    margin-bottom: 30px !important;
  }

  .sm-row-n .row-sort,
  .sm-row-n .row-sort {
    flex-grow: 1;
    width: 100%;
    margin-top: -30px !important;
  }

  .w-spc {
    white-space: normal;
  }

  .choose-grid {
    display: grid;
    gap: 10px;
  }

  .list-left.choose-left {
    max-width: 100%;
  }

  .scroll-reviews-2 {
    padding: 0 20px;
    display: block;
    box-sizing: border-box;
  }

  .scroll-reviews-2 .bor-reviews-head {
    max-width: 100%;
  }

  .review-v2 {
    margin: 0 auto;
    top: 0;
  }

  .hack-review .review-v2 {
    height: 425px !important;
  }

  .rel-icon {
    position: relative;
    top: -15px;
  }

  .scroll-reviews-2 .bor-review-in .review-single {
    width: 290px;
    margin: 0px 182px 0 0;
    height: 290px;
  }

  .scroll-reviews-2 .review-head-l {
    display: block;
  }

  .scroll-reviews-2 .bor-review-in .review-single .review-post {
    height: 150px;
    margin: 15px 0 25px 0;
  }

  .scroll-reviews-2 .scroll-reviews {
    max-width: 350px;
  }

  .lg-p0 {
    padding: 0 20px !important;
  }

  .no-dis-sm {
    display: none;
  }

  .w-serv-sm h2.hack-m-sm {
    margin-top: 20px !important;
  }

  .sm-rev-pm-0 .row-reverse {
    flex-direction: column-reverse !important;
    display: flex;
    gap: 35px;
  }

  .sm-rev-pm-0 {
    margin: 0 !important;
  }

  .sm-rev-pm-0 .row-sort,
  .sm-rev-pm-0 .row-media,
  .sm-rev-pm-0 .media-case {
    padding: 0 !important;
    margin: 0 auto !important;
    top: 0;
  }

  .sm-trly .row-sort,
  .sm-trly .row-media,
  .sm-trly .media-case {
    padding: 0 !important;
  }

  .lw-sh .row-sort,
  .lw-sh .row-media,
  .lw-sh .media-case {
    padding: 0 !important;
  }

  .sm-trly {
    margin-top: 60px !important;
  }

  .sm-trly h2,
  .lw-sh h2 {
    text-align: left !important;
    padding: 0 !important;
  }

  .rel--60,
  .rel-60 {
    top: 0 !important;
  }

  .row-media-hack {
    margin-top: 45px !important;
  }

  .lw-sh .row-reverse {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .lw-sh {
    margin: 15px 0 45px 0;
  }

  .reloc-review {
    padding-bottom: 0 !important;
  }

  .reloc-review .review-v2 {
    margin-top: 0 !important;
  }

  .about-pad {
    padding: 30px 20px;
    box-sizing: border-box;
  }

  .about-title-role {
    display: block;
    max-width: 46%;
  }

  .sm-about-head {
    justify-content: space-between;
    max-width: 350px;
    margin: 0 auto;
    align-items: flex-start;
  }

  .about-title-role h2 {
    margin: 0 0 10px 0;
  }

  .about-motivations {
    width: 350px;
    min-height: 160px;
  }

  .about-details {
    display: grid;
    max-width: 350px;
    margin: 25px auto 0 auto;
    overflow: hidden;
    scroll-behavior: smooth !important;
  }

  .abmt-main {
    gap: 0;
  }

  .abmt-main {
    width: 1050px;
  }

  .about-scroll {
    display: flex !important;
    gap: 40px;
    margin: 10px 0 5px 0;
  }

  .row-about-media {
    margin-top: 15px !important;
  }

  .query {
    margin-top: 80px !important;
    margin-bottom: -10px;
  }

  .home-border {
    top: 50px;
  }

  .tip-select {
    gap: 8px !important;
  }

  .tip-select a {
    height: 48px;
  }

  .tip-select {
    gap: 8px !important;
  }

  .tip-select a {
    height: 48px;
    max-width: 80px;
  }
}

@media (max-width: 768px) {
  .movers-tip {
    padding: 0 20px;
  }

  .tip-card {
    padding: 0 20px;
    height: 138px;
  }

  .txt-tip-card {
    text-align: center;
  }

  .txt-full {
    padding: 0 20px;
    text-align: center;
  }

  .tip-movers-flex {
    gap: 15px;
  }

  .movers-tip h1 {
    font-size: 36px;
    line-height: 45px;
    justify-content: center;
  }

  .text-help {
    padding: 0 20px;
    text-align: center;
  }

  .tip-select {
    gap: 8px !important;
  }

  .tip-select a {
    height: 48px;
  }

  .img-movers img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 389px) {
  .size-pad {
    box-sizing: border-box;
    padding: 0 20px;
  }

  .sm-images {
    max-width: 100%;
    height: auto;
  }

  .assist-equip.ap-movers h3.sm-top,
  .assist-equip.ap-movers h3.sm-top-2 {
    max-width: 215px;
    font-size: 20px;
    left: 10px;
    font-size: 18px;
  }
}

/*Responsive Ends*/
/*New Designs UI Ends*/

/*icons sizes and colors*/
.fw-rep {
  color: #bf7ace;
  width: 22px;
  height: auto !important;
}

.fw-chev-right {
  color: #bf7ace;
  width: 9px;
  height: auto !important;
}

.fw-star {
  color: #64278c;
  width: 18px;
  height: 18px !important;
  position: relative;
  top: 3px;
}

.fw-chev-lr {
  color: #bf7ace;
  width: 14px;
  height: 23px !important;
}

.fw-c-d {
  color: #64278c;
}

.fw-env {
  color: #fff;
  width: 16px;
  height: 19px !important;
}

.fw-fb {
  color: #bf7ace;
  width: 19px;
  height: 36px !important;
}

.fw-tw {
  color: #bf7ace;
  width: 30px;
  height: 36px !important;
}

.fw-stars {
  width: 121px;
  justify-content: space-between;
  height: 18px;
}

.fw-stripe {
  height: 108px !important;
  margin: -13px 0 0 0;
}

.fw-bars {
  color: #64278c;
  width: 23px;
  height: 21px !important;
}

.fw-xmark {
  color: #64278c;
  width: 15px;
  height: 21px !important;
}

/*icons sizes and colors*/

/*Help Popup*/
.popup-help {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 60px 0 0 0;
  z-index: 1000000000000;
  background: rgba(0, 0, 0, 0.4);
  overflow-y: auto;
}

.low-zindex {
  z-index: 1000000000;
}

.help-popup-display {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.help-inner {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  background: #fff;
  border: 2px solid #d8dde0;
  height: auto;
  text-align: left;
  padding: 15px;
  border-radius: 5px;
}

.lg-popup {
  max-width: 1200px;
}

.lg-popup-content {
  max-width: 1700px;
}

.sm-popup {
  max-width: 450px;
}

.xs-popup {
  max-width: 300px;
}

.help-head {
  font-size: 18px;
}

.help-head h3 {
  color: #263a5d;
  font-size: 21px;
  font-weight: 600;
  font-family: "Montserrat";
  margin: 0;
}

.popup-message {
  display: inline-block;
  width: 100%;
  color: #263a5d;
  font-size: 14px;
  padding: 0 20px 0 20px;
  text-align: center;
  font-family: "Montserrat";
}

.popup-message a {
  color: #9e1b32 !important;
  text-decoration: underline !important;
}

.help-row {
  display: flex;
  align-items: center;
  margin: 0 0 6px 0;
}

.help-row p {
  font-size: 12px;
  color: #000;
  width: 160px;
  padding: 0 32px;
}

.flex-start {
  align-items: flex-start;
}

.flex-start p {
  margin: 20px 0 0 0;
}

.help-row input {
  border: 1px solid #ddd;
  height: 34px;
  color: #111;
  opacity: 1;
  width: 250px;
  font-size: 11px;
  padding: 6px 12px;
  outline: none;
}

.help-row textarea {
  width: 400px;
  border: 1px solid #ddd;
  font-size: 12px;
  color: #111;
  opacity: 1;
  padding: 6px 12px;
  height: 100px;
}

.drag-class {
  background: #fff !important;
}

.drad-drop {
  display: inline-block;
  width: 400px;
  min-height: 77px;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #111;
}

.drad-drop p {
  width: 100%;
  text-align: center;
}

.help-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 13px;
  margin: 15px 0 0 0;
}

.help-btns.flex-jse {
  justify-content: flex-end;
}

.help-btns.flex-jsb {
  justify-content: space-between;
}

.help-btns a,
.help-btns button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #336699;
  color: #fff !important;
  min-width: 70px;
  height: 32px;
  border-radius: 3px;
  padding: 0 12px;
  line-height: 12px;
}

.help-btns button {
  border: 1px solid #369;
}

.help-btns button.btn-previous {
  border: 1px solid #d8dde0;
  background: #fff;
  color: #274b63 !important;
}

.btn-previous {
  border: 1px solid #d8dde0;
  background: #fff;
  color: #274b63 !important;
}

.help-btns a.cancel {
  background: #d8dde0;
  color: #000 !important;
}

.help-btns a.btn-enable {
  background: #d8dde0;
  color: #000 !important;
}

.help-btns a.btn-disable {
  background: #369;
  color: #fff !important;
}

.modal-task {
  max-width: 980px;
  /* max-height: calc(100vh - 120px); */
}

.uploaded-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 11px;
  margin: 10px 0 0 0;
}

.uploaded-list:empty {
  display: none !important;
}

.remove--image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100px;
  overflow: hidden;
}

.remove--image img {
  max-width: 126px;
  max-height: 126px;
}

.remove--image a {
  display: flex;
}

.remove--image a.remove-up {
  position: absolute;
  right: 0;
  top: 0;
  padding: 4px;
  background: #d8dde0;
}

@media (max-width: 768px) {
  .help-head h3 {
    font-size: 15px;
  }
}

@media (max-width: 980px) {
  .popup-help {
    padding-left: 70px;
    padding-right: 20px;
  }
}

/*Help Popup*/
.new-z-index {
  z-index: 25000000000000000000;
}

/****Table Starts***/
.reuse-table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
  border-top: none;
  border-left: none;
  min-width: 100%;
}

.reuse-table thead tr th {
  background: #bf7ace;
  color: #fff !important;
  font-weight: normal;
  font-family: "Montserrat";
  height: 32px;
  padding: 0 5px;
  border-right: 1px solid #fff;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 10px;
  text-align: center;
  border-bottom: 1px solid #fff;
  line-height: 12px;
  font-weight: 700;
  min-width: 100px;
  position: sticky;
  top: 0;
}

.reuse-table tbody tr td {
  font-weight: normal;
  height: 32px;
  padding: 0 5px;
  border-right: 1px solid #ddd;
  font-size: 11px;
  border-bottom: 1px solid #ddd;
  font-family: "Montserrat";
  min-width: 100px;
  background-color: #fff;
}

.stick-first-col .reuse-table thead tr th.stick-col,
.stick-first-col .reuse-table tbody tr td.stick-col {
  position: sticky;
  top: 0;
  z-index: 101;
  left: 0;
  min-width: 150px;
}

.stick-first-col .reuse-table thead tr th.stick-col {
  z-index: 102;
}

.reuse-table.row-last-bold tbody tr td,
.reuse-table.row-last-bold thead tr th {
  min-width: 40px;
}

.row-last-bold tr:last-child td {
  font-weight: bold !important;
}

.row-last-bold tr td:last-child {
  font-weight: bold !important;
}

.row-last-bold tr td:nth-last-child(2) {
  font-weight: bold !important;
}

.reuse-table tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

.reuse-table tbody tr:nth-child(2n + 1),
.reuse-table tbody tr:nth-child(2n + 1) td {
  background: #fafafa;
}

.input-field.w-100 {
  width: 100% !important;
}

.sm-wid {
  max-width: 33.33%;
}

.fixed-table {
  table-layout: fixed;
}

.btn-grid {
  background: #bf7ace;
  border: 1px solid #bf7ace;
  width: 34px;
  padding: 0;
  height: 34px;
}

.reuse-table td input {
  width: 100%;
  background: none !important;
  border: 2px solid transparent;
  text-align: right;
  color: #263a5d;
  height: 32px;
  font-size: 11px;
}

.reuse-table td input::placeholder {
  color: #263a5d;
}

.reuse-table td input:hover {
  border: 2px solid #bf7ace;
}

.reuse-table td textarea {
  width: 100%;
  background: none !important;
  border: 2px solid transparent;
  text-align: left;
  color: #263a5d !important;
  font-size: 11px;
  font-family: "Montserrat";
  height: 60px;
}

.reuse-table td textarea::placeholder {
  color: #263a5d !important;
}

.reuse-table td textarea:hover {
  border: 2px solid #bf7ace;
}

input:disabled {
  opacity: 0.5;
  cursor: no-drop;
}

.g-c-fw {
  grid-column: 1/ -1;
}

.area-default {
  min-height: 120px;
}

.drag-drop a.btn-secondary {
  position: unset !important;
}

.accordion-top {
  background: #a3a7b0;
  color: #fff;
  margin-bottom: 5px;
  height: 35px;
  padding: 0 10px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: bold;
  border-radius: 3px 3px 0px 0;
}

.accordion-top:hover {
  color: #fff !important;
}

.grey-accord {
  background: #f5f6f8;
  color: #555;
  margin: 20px 0px 10px 0 !important;
}

/****Table Ends***/

/****Comm Toggle Starts***/
.com-toggle {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 15px 0 0;
}

.com-btn {
  display: flex;
  width: 40px;
  height: 22px;
  background: #eaecf0;
  border-radius: 12px;
  position: relative;
}

.txt-compare {
  font-family: "Montserrat";
  font-size: 12px;
}

.txt-lg {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 700;
}

.com-btn.com-sel {
  background: #bf7ace;
}

.com-btn.com-sel2 {
  background: #bf7ace;
}

.com-btn span {
  display: flex;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 100%;
  left: 2px;
  top: 1px;
  position: absolute;
  box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.1);
}

.com-btn.com-sel span {
  left: auto;
  right: 2px;
}

/****Comm Toggle Ends***/

/****MEnu Drop Starts***/
.left-menu-items .drop-icon {
  transform: rotate(-90deg);
  opacity: 0.7;
}

.left-menu-items .click-link:hover .drop-icon {
  transform: rotate(-90deg);
  filter: invert(1);
  opacity: 1;
}

.rotate-open {
  transform: rotate(0deg) !important;
}

.left-sub-items {
  padding: 5px 0;
  box-shadow: inset 0 0px 3px 0 rgba(0, 0, 0, 0.2);
}

.left-sub-items a {
  border: none;
  font-size: 12px;
  height: 32px;
  padding: 0 0 0 15px;
}

/****Menu Drop Ends***/

.multi-ps {
  border: 1px solid #cacaca;
  border-radius: 5px;
  width: 320px;
  height: 34px;
  width: auto !important;
  min-width: 250px !important;
  gap: 5px !important;
}

.drop-wid .multi-ps {
  width: auto;
}

.auto-min-width .multi-ps {
  width: auto;
  min-width: 250px;
}

.multi-ps input {
  border: none;
  border-radius: 3px;
  width: 100%;
  height: 32px;
  padding: 0 10px 0 10px;
  background: transparent;
  left: 0;
  top: 0;
  outline: none !important;
  font-size: 13px;
  color: #263a5d !important;
  font-family: "Montserrat";
}

.multi-ps input::placeholder {
  color: #263a5d !important;
}

.multi-ps img {
  margin: 0 10px 0 0;
}

.multi-drop {
  border: 1px solid #efefef;
  width: 100%;
  max-height: 160px;
  overflow: auto;
  border-radius: 0px 0px 3px 3px;
  background: #fff;
  position: absolute;
  z-index: 1000;
}

.multi-drop.tagging-drop {
  top: auto;
  bottom: 100%;
  width: auto;
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1);
}

.tagging-drop .multi-item {
  cursor: pointer;
}

.multi-item {
  padding: 8px 10px;
  border-bottom: 1px solid #efefef;
  color: #8c8c8c;
  font-size: 11px;
}

.multi-item:hover {
  background: #f5f5f5;
}

.focused-item {
  background: #f5f5f5;
}

.multi-item input {
  margin: 0;
  height: auto;
  min-height: 10px;
  accent-color: #369;
  opacity: 0.4;
}

.multi-item input:checked {
  opacity: 1;
}

.reuse-w-320 {
  width: 320px !important;
}

.flex-cnt .multi-drop {
  top: 30px;
}

.flex-cnt .multi-drop:empty {
  display: none;
}

.sm-drop-multi .multi-select:first-child .multi-drop {
  width: 160px !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 1;
  background: url(/images/calendar.png) no-repeat;
  cursor: pointer;
}

/**Template starts**/
.max-w-600 {
  width: 100%;
  max-width: 800px;
}

.template-box {
  background: #bf7ace;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 500;
  margin: 0 0 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  font-size: 16px;
}

.template-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  border-right: 1px solid #fff;
}

.material-boxes {
  display: flex;
  align-items: flex-start;
  font-family: "Montserrat";
  font-size: 12px;
  gap: 25px;
}

.material-left {
  display: grid;
  gap: 10px;
  width: 50%;
}

.material-right {
  display: grid;
  gap: 10px;
  width: 50%;
}

.material-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
}

.m-f1 {
  width: 40%;
}

.m-f2,
.m-f3,
.m-f4 {
  width: 20%;
}

.mt--15 {
  margin-top: 15px !important;
}

.m-f2,
.m-f2 input,
.m-f3,
.m-f4 {
  text-align: right;
}

.m-f2 input {
  width: 100%;
  height: 30px;
}

.bold-font {
  font-weight: 600;
}

.txt-cen {
  text-align: center !important;
}

.bor-all {
  border: 1px solid #bf7ace;
  padding: 0 3px;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-right: none !important;
  border-bottom: none !important;
}

.bor-right {
  border-right: 1px solid #bf7ace !important;
}

.bor-bottom {
  border-bottom: 1px solid #bf7ace !important;
}

.bor-top {
  border-top: 1px solid #bf7ace !important;
}

.h-30 {
  height: 30px !important;
}

.material-left .material-flex:nth-child(4) .m-f1 {
  font-weight: 600;
}

.material-right .material-flex:nth-child(2) .m-f1 {
  font-weight: 600;
}

.material-right .material-flex:nth-child(6) .m-f1 {
  font-weight: 600;
}

.c-red {
  color: #ff0000;
}

/**Template ends**/

/*Actions Required Starts*/
.btns-notify {
  gap: 15px;
  flex-wrap: wrap;
}

.btns-notify a {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  padding: 0px 12px;
  height: 36px;
  border: 2px solid rgba(82, 82, 82, 0.4);
  border-radius: 3px;
  font-size: 14px !important;
  color: rgba(82, 82, 82, 0.4) !important;
  font-weight: 500;
  position: relative;
  justify-content: center;
  text-align: center;
  line-height: 14px;
}

.btns-notify a.n-all-selected,
.btns-notify a.n-unread-selected,
.btns-notify a.n-flag-selected {
  background: #bf7ace;
  color: #fff !important;
  border: 2px solid #bf7ace;
}

.btns-notify a.n-flag-selected2 {
  background: #bf7ace;
  color: #fff !important;
  border: 2px solid #bf7ace;
}

.notify-count {
  display: flex;
  width: 22px;
  height: 22px;
  position: absolute;
  background: #ef5050;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 12px;
  color: #fff;
  line-height: 12px;
  right: -10px;
  top: -10px;
}

.notify-head {
  min-width: 18px;
  min-height: 18px;
  right: -5px;
  top: -10px;
  font-size: 11px;
  letter-spacing: -0.5px;
  width: auto;
  height: auto;
  padding: 0 !important;
}

.btns-notify a.n-approvals-selected {
  background: #336699;
  color: #fff !important;
  border: 2px solid #336699;
}

.n-approvals-selected {
  background: #336699;
  color: #fff !important;
  border: 2px solid #336699;
}

.btns-notify a.n-credit-selected {
  background: #d2aa87;
  color: #fff !important;
  border: 2px solid #d2aa87;
}

.n-credit-selected {
  background: #d2aa87;
  color: #fff !important;
  border: 2px solid #d2aa87;
}

.btns-notify a.n-exceptions-selected {
  background: #e8ab59;
  color: #fff !important;
  border: 2px solid #e8ab59;
}

.n-exceptions-selected {
  background: #e8ab59;
  color: #fff !important;
  border: 2px solid #e8ab59;
}

.btns-notify a.n-chold-selected {
  background: #525252;
  color: #fff !important;
  border: 2px solid #525252;
}

.n-chold-selected {
  background: #525252;
  color: #fff !important;
  border: 2px solid #525252;
}

.btns-notify a.n-invoices-selected {
  background: #b9e8f1;
  color: #fff !important;
  border: 2px solid #b9e8f1;
}

.n-invoices-selected {
  background: #b9e8f1;
  color: #fff !important;
  border: 2px solid #b9e8f1;
}

.btns-notify a.n-requests-selected {
  background: #a6c3c1;
  color: #fff !important;
  border: 2px solid #a6c3c1;
}

.n-requests-selected {
  background: #a6c3c1;
  color: #fff !important;
  border: 2px solid #a6c3c1;
}

.btns-notify a.n-targets-selected {
  background: #d1bd82;
  color: #fff !important;
  border: 2px solid #d1bd82;
}

.n-targets-selected {
  background: #d1bd82;
  color: #fff !important;
  border: 2px solid #d1bd82;
}

.btns-notify a.n-actuals-selected {
  background: #8c8c8c;
  color: #fff !important;
  border: 2px solid #8c8c8c;
}

.n-actuals-selected {
  background: #8c8c8c;
  color: #fff !important;
  border: 2px solid #8c8c8c;
}

.btns-notify a.ntfy-selected {
  color: #fff !important;
}

.ntfy-selected.notify-type {
  color: #fff !important;
  background: #bf7ace;
}

.notify-main {
  border-radius: 3px;
  padding: 10px;
  border: 1px solid rgba(216, 221, 224, 0.6);
  box-shadow: 0 0 3px 0 rgba(216, 221, 224, 0.4);
  max-height: calc(100vh - 220px);
  overflow: auto;
}

.notify-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  font-size: 13px;
  padding: 0 10px;
  line-height: 13px;
}

.notify-row:nth-child(2n + 1) {
  background: #f9f3ff !important;
}

.notify-type {
  display: flex;
  width: 130px;
  height: 30px;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  background: #bf7ace;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
}

.notify-time {
  display: flex;
  align-items: center;
  color: #c4c4c4;
  font-weight: 500;
  gap: 5px;
  min-width: 215px;
}

.n-flex-left {
  gap: 20px;
  width: 400px;
}

.n-flex-right {
  gap: 15px;
  width: 18%;
  min-width: 310px;
  justify-content: flex-end;
}

.title-quarter,
.title-retailer {
  color: #000 !important;
}

.title-notify {
  width: 85%;
  color: #000 !important;
}

.notify-Bold {
  font-weight: 600 !important;
}

.notify-drop {
  border-radius: 0;
  padding: 0;
  box-shadow: 0px 25.6px 57.6px rgba(27, 46, 66, 0.22),
    0px 4.8px 14.4px rgba(27, 46, 66, 0.18);
  position: absolute;
  right: 0;
  width: auto;
  min-width: 550px;
  background: #fff;
  top: 30px;
}

.drop-btns-read {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 15px 0;
}

.drop-btns-read a {
  display: flex;
  color: #0e374d !important;
  text-transform: none;
  font-weight: 600 !important;
  border: 1px solid #d8dde0;
  border-radius: 5px;
  height: 32px;
  padding: 0 8px;
  font-size: 13px;
  letter-spacing: 0;
}

.drop-btns-read a.n-btn-unread {
  background: #0e374d !important;
  color: #fff !important;
  border: 1px solid #0e374d;
}

.n-drop-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  height: 32px;
  padding: 0 10px;
}

.n-drop-row:nth-child(2n + 1) {
  background: #f5f5f5;
}

.hideElement {
  display: none !important;
}

.drop-display-text {
  font-weight: normal !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 12px !important;
}

.notify-Bold .drop-display-text {
  font-weight: 600 !important;
}

.a-req-btn {
  padding: 0 9px !important;
}

@media (max-width: 980px) {
  .notify-drop {
    width: calc(100% - 80px);
    position: fixed;
    z-index: 10000;
    left: 70px;
    top: 56px;
    min-width: 100px;
    padding: 5px;
  }

  .drop-display-text {
    font-size: 10px !important;
    line-height: 10px;
  }

  .n-drop-row {
    padding: 0 5px;
  }

  .notify-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .n-flex-left {
    width: 100%;
    margin: 5px 0 0 0;
  }

  .n-flex-right {
    width: 100%;
    margin: 0 0 5px 0;
  }
}

@media (max-width: 600px) {
  .n-flex-left {
    display: grid !important;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .title-notify {
    width: 100%;
    text-align: center !important;
  }

  .n-flex-right {
    justify-content: center;
    min-width: 100px;
  }

  .n-flex-right img {
    height: 15px;
    width: auto;
  }

  .notify-time {
    min-width: 100px;
    font-size: 10px;
  }
}

.notificationsalignment {
  margin-top: 10px;
  margin-right: 10px;
}

.notify-text {
  white-space: nowrap;
  display: flex;
  align-items: center;
  min-height: 36px;
  font-size: 13px;
  padding: 0 10px;
  justify-content: space-between;
  gap: 10px;
}

.notify-text:nth-child(2n + 1) {
  background: #f9f3ff !important;
}

.notify-text a {
  height: auto !important;
}

.btn-notify {
  padding: 10px !important;
}

.btn-notify a {
  padding: 0 6px !important;
  height: 29px !important;
  border-radius: 3px !important;
  font-size: 12px !important;
}

.notify-list {
  display: grid;
  max-height: 255px;
  overflow: auto;
}

/*Actions Required Ends*/
.label-color {
  color: #263a5d !important;
}

.wh-auto {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  margin: 0px !important;
  padding: 0px !important;
}

.link-btn {
  color: #8c8c8c !important;
  font-family: Montserrat;
  text-decoration: underline !important;
  font-size: 11px;
  font-weight: 700;
}

.reuse-table thead tr th.td-xxxs,
.reuse-table tbody tr td.td-xxxs {
  min-width: 70px !important;
  width: 70px !important;
}

.reuse-table thead tr th.td-xxs,
.reuse-table tbody tr td.td-xxs {
  min-width: 100px !important;
  width: 100px !important;
}

.reuse-table thead tr th.td-xs,
.reuse-table tbody tr td.td-xs {
  min-width: 150px !important;
  width: 150px !important;
}

.reuse-table thead tr th.td-sm,
.reuse-table tbody tr td.td-sm {
  min-width: 200px !important;
  width: 200px !important;
}

.reuse-table thead tr th.td-md,
.reuse-table tbody tr td.td-md {
  min-width: 250px !important;
  width: 250px !important;
}

.reuse-table thead tr th.td-lg,
.reuse-table tbody tr td.td-lg {
  min-width: 300px !important;
  width: 300px !important;
}

.data-boxes {
  display: flex;
  background: #bf7ace;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
  font-size: 18px;
  height: 34px;
  padding: 0 10px;
  border-radius: 5px;
  font-family: "Montserrat";
  font-weight: 700;
}

.data-txt {
  font-size: 14px;
  font-weight: 600;
}

.multi-select {
  height: 34px;
}

.multi-new .multi-ps {
  left: 0 !important;
  right: 0 !important;
  min-width: 100px !important;
}

.multi-new .multi-drop {
  top: 34px !important;
}

.check-list {
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 3px 0px #cacaca;
  border-radius: 5px;
  font-family: "Montserrat";
  font-size: 13px;
}

.input-search {
  border: 1px solid #cacaca;
  border-radius: 5px;
  height: 34px;
  font-size: 14px;
  color: #263a5d;
  padding: 0 12px;
  margin: 0 0 10px 0;
  font-family: "Montserrat";
  width: 100%;
}

.input-search::placeholder {
  color: #263a5d;
}

.main-body-area {
  min-height: 200px !important;
  height: auto !important;
  max-width: 650px !important;
  width: 100%;
}

th.th-white {
  background: #fff !important;
}

th.empty-space,
td.empty-space {
  background: #fff !important;
  width: 20px !important;
  min-width: 20px !important;
  border-bottom: none !important;
}

td.left-border {
  border-left: 1px solid #ddd !important;
}

.font-400 {
  font-weight: 400 !important;
}

.reuse-table tbody tr td.vc-1,
.reuse-table tbody tr:nth-child(2n + 1) td.vc-1 {
  background: #fff2cc;
}

.reuse-table tbody tr td.vc-2,
.reuse-table tbody tr:nth-child(2n + 1) td.vc-2 {
  background: #d9ead3;
}

.reuse-table tbody tr td.vc-3,
.reuse-table tbody tr:nth-child(2n + 1) td.vc-3 {
  background: #fce5cd;
}

/* cs for ckeditor textarea */
.ck-editor-container .ck-editor__editable_inline {
  min-height: 212px !important;
  /* max-height: 500px; */
  overflow-y: auto;
}

.text-editor-container {
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 10px;
}

.toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 2px;
  background: transparent;
  border-bottom: 1px solid #ddd;
}

.toolbar-group {
  display: flex;
  gap: 5px;
  padding-right: 10px;
  border-right: 1px solid #e0e0e0;
}

.toolbar-group:last-child {
  border-right: none;
}

.toolbar button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: 0.2s;
}

.toolbar button:hover {
  background: rgba(0, 0, 0, 0.05);
}

.toolbar select {
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 4px;
  background: white;
}

.source-toggle {
  margin-left: auto;
  background: #e1e1e1;
  color: black;
  border: 1px solid #575757;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
}

.source-toggle:hover {
  background: #575757;
}

.editor-content {
  max-height: 400px;
  padding: 12px;
  outline: none;
  overflow: auto;
}

.editor-content a {
  color: #0066cc;
  text-decoration: underline;
  display: inline !important;
  position: static !important;
}

.source-editor {
  width: 100%;
  min-height: 200px;
  padding: 12px;
  border: none;
  font-family: monospace;
  resize: vertical;
}

.icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  background: #bf7ace;
  border: 1px solid #bf7ace;
}

.small-input {
  width: 100px !important;
}

.input-find {
  width: 220px;
  border: 1px solid #cacaca;
  height: 34px;
  background: #fff;
  border-radius: 5px 0 0 5px;
  padding: 0 12px;
}

.rem-radius {
  border-radius: 0 5px 5px 0;
}

.error-index {
  z-index: 10000000000;
}

.close-help {
  display: flex;
}

.library-data {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border: 1px solid rgba(202, 202, 202, 0.4);
  border-radius: 5px;
  padding: 20px;
  flex-wrap: wrap;
}

.library-item {
  border: 1px solid rgba(202, 202, 202, 0.3);
  border-radius: 5px;
  width: 160px;
  height: 190px;
  min-width: 160px;
  position: relative;
}

.lib-controls {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px 5px;
  display: none !important;
}

.library-item:hover {
  border: 1px solid #bf7ace;
}

.library-item:hover .lib-controls {
  display: flex !important;
}

.lib-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 158px;
  height: 158px;
  overflow: hidden;
}

.lib-image img {
  width: auto;
  height: 158px;
}

.lib-title-box {
  padding: 5px 5px;
}

.lib-title {
  font-size: 13px;
  font-family: Montserrat;
  width: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 20px;
}

.wrap-flex {
  flex-wrap: wrap;
}

.flex-as {
  align-items: flex-start;
}

.gen-url {
  border: 1px solid #bf7ace;
  background: #bf7ace;
  border-radius: 5px;
  height: 34px;
  color: #fff !important;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
}

.field-input {
  position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 1;
  background-image: url(/images/calendar.svg);
  cursor: pointer;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 30px;
}

.library-btn {
  position: relative !important;
  right: auto !important;
}

th.min-col1 {
  min-width: 200px !important;
}

th.min-col2 {
  min-width: 400px !important;
}

.min-full-article {
  min-height: 100px;
}

.short-scroll {
  height: 100px;
  overflow: auto;
  display: inline-block;
}

.copy-dropdown {
  position: absolute;
  background: #fff;
  z-index: 10000;
  box-shadow: 0px 25.6px 57.6px rgba(27, 46, 66, 0.22),
    0px 4.8px 14.4px rgba(27, 46, 66, 0.18);
  right: 0;
  top: 20px;
  padding: 10px;
  font-size: 13px;
  font-family: "Montserrat";
}

.copy-tab {
  display: flex;
  align-items: center;
  border: 1px solid #bf7ace;
  border-radius: 5px;
}

.copy-tab a {
  color: #bf7ace;
  line-height: 14px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  font-size: 12px;
  min-width: 112px;
  padding: 0 12px;
}

.copy-tab a:hover {
  color: #bf7ace;
}

.copy-tab a:first-child {
  border-right: 1px solid #bf7ace;
}

.copy-tab a.selected {
  background: #bf7ace;
  color: #fff !important;
}

.copy-list {
  margin: 10px 0 5px 0;
}

.copy-list a {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 6px;
  font-size: 12px;
}

.copy-list a:hover {
  background: #BF7ACE;
  color: #fff !important;
}

.editor-content a {
  color: #BF7ACE !important;
  text-decoration: underline !important;
  cursor: pointer;
}

table a,
.editor-content a {
  color: #BF7ACE !important;
  text-decoration: underline !important;
  cursor: pointer;
}