@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
html, body {
  overflow-x: hidden !important;
}

html {
  scroll-behavior: smooth !important;
}

.orange {
  color: #EE851F !important;
}

.pr-blue {
  color: #20303C !important;
}

.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  background-color: #20303C !important;
  opacity: 1 !important;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #20303C !important;
  opacity: 1 !important;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
  border-top-color: #20303C !important;
  opacity: 1 !important;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
  border-top-color: #20303C !important;
  opacity: 1 !important;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
  border-top-color: #20303C !important;
  opacity: 1 !important;
}

.page-heading {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 3.4375rem;
  line-height: 145%;
  letter-spacing: -0.02em;
  color: #20303C;
}
@media screen and (max-width: 768px) {
  .page-heading {
    font-size: 2.25rem;
  }
}

.page-sub-heding {
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  font-size: 1.375rem;
  line-height: 171.19%;
  letter-spacing: -0.02em;
  color: #20303C;
}

.section-h {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 163%;
  color: #20303C;
}
.section-h--wh {
  color: white;
}

.section-sub-h {
  max-width: 500px;
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  line-height: 163%;
  color: #505050;
}

.basic-txt {
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  font-size: 1rem;
  line-height: 200%;
  color: #424242;
}
.basic-txt a {
  color: #EE851F;
}

.intro-image img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  box-shadow: 0px 12px 32px -20px #111;
}

.btns {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 14px 30px !important;
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  font-size: 1.125rem;
  line-height: 100% !important;
  border-radius: 44px;
  border: 2px;
  transition: all 0.2s ease-in-out;
}
.btns img {
  display: inline-block;
  height: 20px;
  margin: 0;
  margin-right: 16px;
}
.btns--orange {
  color: white;
  background-color: #EE851F;
  box-shadow: 0px 4px 10px 2px rgba(238, 133, 31, 0.2);
}
.btns--blue {
  color: white;
  background-color: #20303C;
  box-shadow: 0px 4px 10px 2px rgba(32, 48, 60, 0.2);
}
.btns--white {
  color: #EE851F;
  border: 2px solid #EE851F;
  background-color: white;
  box-shadow: 0px 4px 10px 2px rgba(238, 133, 31, 0.2);
}
.btns--to-blue:hover {
  background-color: #20303C;
  border: #20303C;
  color: white;
  box-shadow: none;
}
.btns--to-or:hover {
  background-color: #EE851F;
  border: #EE851F;
  color: white;
  box-shadow: none;
}
.btns--sm {
  font-size: 0.875rem;
  padding: 10px 24px !important;
}

.top-navv-arrow-btn {
  width: 190px;
  height: 41px !important;
  box-sizing: border-box;
  font-size: 1rem !important;
  border: 1px solid white;
  border-radius: 86px;
  padding: 8px 20px 8px 20px !important;
  transition: 0.2s !important;
}
.top-navv-arrow-btn .fa {
  margin-left: 10px;
  transition: 0.2s !important;
}
.top-navv-arrow-btn:hover {
  border-color: #EE851F;
  background-color: #EE851F;
  color: white;
}
.top-navv-arrow-btn:hover i {
  animation: moveRight 1s infinite;
}
@keyframes moveRight {
  0% {
    margin-left: 10px;
  }
  50% {
    margin-left: 25px;
  }
  100% {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .top-navv-arrow-btn {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .top-navv-arrow-btn:hover i {
    animation: none !important;
  }
}

.new-pill {
  width: fit-content;
  background-color: #6B67F5;
  padding: 10px 30px;
  border-radius: 58px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: white;
  font-size: 0.75rem;
  line-height: 175.69%;
}

.tabs-navigation {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  column-gap: 15px;
}
.tabs-navigation .tabs-line {
  height: 1px;
  background-color: #DEDEDE;
}
.tabs-navigation .nav {
  width: fit-content;
}
.tabs-navigation .nav-item .nav-link {
  padding: 10px 50px;
  border-radius: 47px;
  color: #20303C;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 171%;
  border: 1px solid #DEDEDE;
}
.tabs-navigation .nav-item .nav-link:hover {
  color: #EE851F;
  border: 1px solid #EE851F;
}
.tabs-navigation .nav-item:not(:last-child) {
  margin-right: 10px;
}
.tabs-navigation .nav-item .active {
  background-color: #EE851F;
  color: white;
  border: 1px solid #EE851F;
}
.tabs-navigation .nav-item .active:hover {
  color: white;
}

.tr-bullet-list {
  padding: 0;
  padding-left: 20px;
  list-style: none;
}
.tr-bullet-list li {
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  font-size: 1rem;
  line-height: 150%;
  color: #424242;
  position: relative;
  padding-left: 30px;
}
.tr-bullet-list li:not(:last-child) {
  margin-bottom: 25px;
}
.tr-bullet-list li::before {
  display: block;
  padding: 0;
  position: absolute;
  left: -17px;
  font-family: "Material Icons";
  content: "arrow_right";
  font-size: 2.6rem;
  line-height: 60% !important;
  color: #EE851F;
}

.play-btn {
  margin-top: 15px;
  position: relative;
  height: 57px;
}
.play-btn__btn {
  position: relative;
  bottom: 15px;
  width: 114px;
  height: 114px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  backdrop-filter: blur(8px);
  box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.05);
  padding: 22px;
  cursor: pointer;
}
.play-btn__btn .inner {
  background-color: white;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.3s ease-in-out;
}
.play-btn__btn i {
  font-size: 25px;
  color: #EE851F;
  margin-left: 5px;
  transition: color 0.5s ease-in-out;
}
.play-btn__btn:hover .inner {
  box-shadow: none;
}
.play-btn__btn:hover i {
  color: #20303C;
}
.play-btn__arrow {
  height: 33px;
  width: 65px;
  margin-bottom: 8px;
  margin-right: 15px;
  margin-left: 10px;
}
.play-btn__arrow img {
  width: 100%;
  max-width: 100%;
  max-height: 100;
  object-fit: contain;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.play-btn__text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 150%;
  color: #20303C;
}
@media screen and (max-width: 550px) {
  .play-btn {
    height: 30px;
  }
  .play-btn__btn {
    width: 60px;
    height: 60px;
    padding: 10px;
  }
  .play-btn__btn i {
    font-size: 1rem;
    margin-left: 3px;
  }
  .play-btn__arrow {
    height: 15px;
    width: 30px;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .play-btn__text {
    font-size: 0.875rem;
  }
}

#modalContainerenquire {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}
#modalContainerenquire #enquiresModal {
  width: 98% !important;
  max-width: 40rem !important;
  height: 95vh !important;
  max-height: 680px !important;
  overflow: auto !important;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
#modalContainerenquire #enquiresModal::-webkit-scrollbar {
  width: 0 !important;
}
#modalContainerenquire #closeEnquireModal {
  float: none !important;
  position: static !important;
}
@media screen and (max-width: 768px) {
  #modalContainerenquire #closeEnquireModal {
    float: none !important;
    position: static !important;
  }
}

.my-modal-container {
  z-index: 20000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  background-color: rgba(8, 7, 7, 0.5);
  transition: all 1s ease-in-out;
}

.my-modal {
  margin: 0;
  width: 90%;
  max-width: 80rem;
  height: fit-content;
  max-height: 90vh;
  overflow: auto;
  transform: translateY(-150%);
  transition: all 1.2s ease-in-out;
  background-color: white;
  padding: 3rem;
  border-radius: 6px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.4);
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
.my-modal::-webkit-scrollbar {
  width: 0 !important;
}

#myco-video-modal-container .video-modal {
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
#myco-video-modal-container .video-modal__head i {
  cursor: pointer;
  margin-left: auto;
  background-color: white;
  padding: 10px 15px;
  border-radius: 4px 4px 0 0;
  font-size: 1.25rem;
  color: #EE851F;
}
#myco-video-modal-container .video-modal__video {
  background-color: #20303C;
}

.my-form input {
  width: 100%;
  padding: 20px 50px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  font-size: 1.125rem;
  color: #505050;
  border: 0.5px solid #DEDEDE;
  border-radius: 4px;
  background-color: white;
  box-shadow: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.my-form input:focus {
  border-color: #EE851F;
}
.my-form input::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  font-size: 1.125rem;
  color: #979797;
}
.my-form input[type=submit] {
  width: fit-content;
  padding: 14px 30px !important;
  background-color: #EE851F;
  border-color: #EE851F;
  box-shadow: 0px 4px 10px 2px rgba(238, 133, 31, 0.2);
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  font-size: 1.125rem;
  line-height: 100% !important;
  color: white;
  border-radius: 44px;
  border: 2px;
  transition: all 0.2s ease-in-out;
}
.my-form input[type=submit]:hover {
  background-color: #20303C;
  border: #20303C;
  color: white;
  box-shadow: none;
}
.my-form textarea {
  width: 100%;
  height: 300px;
  padding: 20px 50px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  font-size: 1.125rem;
  color: #505050;
  border: 0.5px solid #DEDEDE;
  border-radius: 4px;
  box-shadow: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  resize: none;
  overflow: auto;
}
.my-form textarea:focus {
  border-color: #EE851F;
}
.my-form textarea::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  font-size: 1.125rem;
  color: #979797;
}
.my-form select {
  width: 100%;
  padding: 20px 80px 20px 50px;
  cursor: pointer;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  font-size: 1.125rem;
  color: #505050;
  border: 0.5px solid #DEDEDE;
  border-radius: 4px;
  background-color: white;
  box-shadow: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/chevron.svg"), linear-gradient(to bottom, transparent 100%, transparent 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 50px top 29px, 0 0;
  background-size: auto 13px, 100%;
}
.my-form select:focus {
  border-color: #EE851F;
}
.my-form select:invalid {
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  font-size: 1.125rem;
  color: #979797;
}
.my-form select option {
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  font-size: 1.125rem;
  color: #505050;
}
.my-form label {
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  line-height: 150%;
  color: #6A6A6A;
}
.my-form label span {
  color: #D72C4C;
}

.overlapping-squres {
  display: grid;
  grid-template-columns: 1fr 1fr 140px;
  grid-template-rows: max-content max-content max-content;
}
.overlapping-squres img {
  display: block;
  object-fit: contain;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.overlapping-squres .bottom {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
  border-radius: 11px;
  border: none;
}
.overlapping-squres .bottom img {
  display: block;
  object-fit: contain;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  border-radius: 11px;
  box-shadow: #111111 0px 12px 32px -20px;
}
.overlapping-squres .top {
  grid-column: 2/span 2;
  grid-row: 2/span 2;
  z-index: 500 !important;
  border-radius: 12px;
  padding: 25px 0 0 25px;
  background-color: white;
}
.overlapping-squres .top img {
  display: block;
  object-fit: contain;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 700px) {
  .overlapping-squres {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .overlapping-squres .top {
    padding: 10px 0 0 10px;
  }
}

.contact-form {
  background-color: #F2F3F3;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: max-content max-content max-content max-content max-content max-content;
  column-gap: 13px;
  row-gap: 24px;
}
.contact-form input {
  width: 100%;
  padding: 20px 50px;
  cursor: auto;
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  font-size: 1.125rem;
  color: #505050;
  border: 0.5px solid #DEDEDE;
  border-radius: 4px;
  background-color: white;
  box-shadow: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.contact-form input:focus {
  border-color: #EE851F;
}
.contact-form input::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  font-size: 1.125rem;
  color: #979797;
}
.contact-form textarea {
  width: 100%;
  height: 300px;
  padding: 20px 50px;
  cursor: auto;
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  font-size: 1.125rem;
  color: #505050;
  border: 0.5px solid #DEDEDE;
  border-radius: 4px;
  box-shadow: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  resize: none;
  overflow: auto;
}
.contact-form textarea:focus {
  border-color: #EE851F;
}
.contact-form textarea::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  font-size: 1.125rem;
  color: #979797;
}
.contact-form select {
  width: 100%;
  padding: 20px 80px 20px 50px;
  cursor: pointer;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  font-size: 1.125rem;
  color: #505050;
  border: 0.5px solid #DEDEDE;
  border-radius: 4px;
  background-color: white;
  box-shadow: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/chevron.svg"), linear-gradient(to bottom, transparent 100%, transparent 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 50px top 29px, 0 0;
  background-size: auto 13px, 100%;
}
.contact-form select:focus {
  border-color: #EE851F;
}
.contact-form select:invalid {
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  font-size: 1.125rem;
  color: #979797;
}
.contact-form select option {
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  font-size: 1.125rem;
  color: #505050;
}
.contact-form__name {
  grid-column: 1/span 1;
}
.contact-form__comp-name {
  grid-column: 2/span 1;
}
.contact-form__email {
  grid-column: 1/span 1;
}
.contact-form__reason {
  grid-column: 2/span 1;
}
.contact-form__phone {
  grid-column: 1/span 1;
}
.contact-form__message {
  grid-column: 1/span 2;
}
.contact-form__privacy {
  grid-column: 1/span 2;
}
.contact-form__submit {
  grid-column: 1/span 2;
}

.partners-contact-form {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: max-content max-content max-content max-content max-content;
}
.partners-contact-form__name {
  grid-column: 1/span 1;
}
.partners-contact-form__comp-name {
  grid-column: 2/span 1;
}
.partners-contact-form__email {
  grid-column: 1/span 1;
}
.partners-contact-form__phone {
  grid-column: 2/span 1;
}
.partners-contact-form__message {
  grid-column: 1/span 2 !important;
}
.partners-contact-form__privacy {
  grid-column: 1/span 2 !important;
}
.partners-contact-form__submit {
  grid-column: 1/span 2;
}

@media screen and (max-width: 1024px) {
  .contact-form__name {
    grid-column: 1/span 2;
  }
  .contact-form__comp-name {
    grid-column: 1/span 2;
  }
  .contact-form__email {
    grid-column: 1/span 2;
  }
  .contact-form__reason {
    grid-column: 1/span 2;
  }
  .contact-form__phone {
    grid-column: 1/span 2;
  }
  .contact-form__message {
    grid-column: 1/span 2;
  }
  .contact-form__privacy {
    grid-column: 1/span 2;
  }
  .contact-form__privacy p {
    text-align: right;
  }
  .contact-form__submit {
    grid-column: 1/span 2;
  }

  .partners-contact-form__name {
    grid-column: 1/span 2;
  }
  .partners-contact-form__comp-name {
    grid-column: 1/span 2;
  }
  .partners-contact-form__email {
    grid-column: 1/span 2;
  }
  .partners-contact-form__phone {
    grid-column: 1/span 2;
  }
  .partners-contact-form__privacy {
    grid-column: 1/span 2;
  }
  .partners-contact-form__submit {
    grid-column: 1/span 2;
  }
}
@media screen and (max-width: 767px) {
  input {
    padding: 10px 20px !important;
    font-size: 1rem !important;
  }
  input::placeholder {
    font-size: 1rem !important;
  }

  textarea {
    height: 200px !important;
    padding: 10px 20px !important;
    font-size: 1rem !important;
  }
  textarea::placeholder {
    font-size: 1rem !important;
  }

  select {
    padding: 10px 50px 10px 20px !important;
    font-size: 1rem !important;
    background-position: right 20px top 18px, 0 0 !important;
    background-size: auto 10px, 100% !important;
  }
  select:invalid {
    font-size: 1rem !important;
  }
  select option {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 787px) {
  #locations-tabs-wrap #locations-tab-nav .nav-item .nav-link {
    padding: 6px 20px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 1rem;
  }
}
@media screen and (max-width: 390px) {
  #locations-tabs-wrap #locations-tab-nav .nav-item .nav-link {
    padding: 4px 10px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 0.75rem;
  }
}
#locations-tabs-wrap .location-note {
  color: #20303C;
}
#locations-tabs-wrap .location-note span {
  font-weight: 600;
}
#locations-tabs-wrap .location-card {
  background-color: white;
  box-shadow: 0px 7px 22px 6px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  width: 360px;
  display: grid;
  grid-template-rows: max-content 1fr;
}
#locations-tabs-wrap .location-card__img {
  width: 100%;
  position: relative;
}
#locations-tabs-wrap .location-card__img img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#locations-tabs-wrap .location-card__img .new-pill {
  position: absolute;
  top: 40px;
  left: 20px;
}
#locations-tabs-wrap .location-card__info {
  padding: 0 20px 20px 20px;
  display: grid;
  grid-template-rows: max-content max-content max-content max-content 1fr max-content;
}
#locations-tabs-wrap .location-card__info .name {
  color: #20303C;
}
#locations-tabs-wrap .location-card__info .address {
  line-height: 171%;
  letter-spacing: -0.02em;
  color: #6A6A6A;
  border-bottom: 1px solid #DEDEDE;
}
#locations-tabs-wrap .location-card__info .tube img {
  width: 22px;
}
#locations-tabs-wrap .location-card__info .tube p {
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  font-size: 0.8125rem;
  line-height: 171.19%;
  letter-spacing: -0.02em;
  color: #6A6A6A;
}
#locations-tabs-wrap .location-card__info .amenities {
  padding: 11px 15px;
  background-color: #F2F3F3;
  border-radius: 61px;
}
#locations-tabs-wrap .location-card__info .amenities .m-rooms img {
  width: 18px;
}
#locations-tabs-wrap .location-card__info .amenities .m-rooms p {
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  font-size: 0.8125rem;
  line-height: 171.19%;
  letter-spacing: -0.02em;
  color: #6A6A6A;
}
#locations-tabs-wrap .location-card__info .amenities .other-amenities {
  line-height: 0;
  font-size: 0;
}
#locations-tabs-wrap .location-card__info .amenities .other-amenities p {
  line-height: 0;
  font-size: 0;
  display: inline-block;
}
#locations-tabs-wrap .location-card__info .amenities .other-amenities p span {
  line-height: 100%;
  font-size: 1.125rem;
  cursor: pointer;
  color: #EE851F;
  transition: all 0.2s ease-in-out;
}
#locations-tabs-wrap .location-card__info .amenities .other-amenities p span:hover {
  color: #20303C;
}
#locations-tabs-wrap .location-card__info .text {
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  font-size: 0.8125rem;
  line-height: 171.19%;
  color: #6A6A6A;
}
#locations-tabs-wrap .locations-tabs-maps {
  min-height: 300px;
}
#locations-tabs-wrap .locations-tabs-maps .map {
  width: 100%;
  height: 100%;
}
#locations-tabs-wrap #loc-tab-inner-lnd {
  display: grid;
  grid-template-columns: max-content max-content 1fr;
  grid-template-rows: max-content max-content max-content;
  column-gap: 70px;
  row-gap: 25px;
}
#locations-tabs-wrap #loc-tab-inner-lnd .location-note {
  grid-column: 1/span 3;
}
#locations-tabs-wrap #loc-tab-inner-lnd .location-card__lnd1 {
  grid-column: 1/span 1;
  grid-row: 2/span 1;
}
#locations-tabs-wrap #loc-tab-inner-lnd .location-card__lnd2 {
  grid-column: 2/span 1;
  grid-row: 2/span 1;
}
#locations-tabs-wrap #loc-tab-inner-lnd .location-card__lnd3 {
  grid-column: 1/span 1;
  grid-row: 3/span 1;
}
#locations-tabs-wrap #loc-tab-inner-lnd .location-card__lnd4 {
  grid-column: 2/span 1;
  grid-row: 3/span 1;
}
#locations-tabs-wrap #loc-tab-inner-lnd .locations-tabs-maps {
  grid-column: 3/span 1;
  grid-row: 2/span 2;
}
#locations-tabs-wrap #loc-tab-inner-ed {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-template-rows: max-content max-content;
  column-gap: 70px;
  row-gap: 25px;
}
#locations-tabs-wrap #loc-tab-inner-ed .location-note {
  grid-column: 1/span 2;
  grid-row: 1/span 1;
}
#locations-tabs-wrap #loc-tab-inner-ed .location-card {
  grid-column: 1/span 1;
  grid-row: 2/span 1;
}
#locations-tabs-wrap #loc-tab-inner-ed .locations-tabs-maps {
  grid-row: 2/span 1;
}
#locations-tabs-wrap #loc-tab-inner-ipsw {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-template-rows: max-content max-content;
  column-gap: 70px;
  row-gap: 25px;
}
#locations-tabs-wrap #loc-tab-inner-ipsw .location-note {
  grid-column: 1/span 2;
  grid-row: 1/span 1;
}
#locations-tabs-wrap #loc-tab-inner-ipsw .location-card {
  grid-column: 1/span 1;
  grid-row: 2/span 1;
}
#locations-tabs-wrap #loc-tab-inner-ipsw .locations-tabs-maps {
  grid-row: 2/span 1;
}

@media screen and (max-width: 1399px) {
  #locations-tabs-wrap #loc-tab-inner-lnd {
    column-gap: 25px !important;
  }
  #locations-tabs-wrap #loc-tab-inner-lnd .location-card {
    width: 342px;
  }
  #locations-tabs-wrap #loc-tab-inner-ed {
    column-gap: 25px !important;
  }
  #locations-tabs-wrap #loc-tab-inner-ipsw {
    column-gap: 25px !important;
  }
}
@media screen and (max-width: 1200px) {
  #locations-tabs-wrap #loc-tab-inner-lnd {
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: max-content max-content max-content max-content !important;
  }
  #locations-tabs-wrap #loc-tab-inner-lnd .location-card {
    width: 100% !important;
  }
  #locations-tabs-wrap #loc-tab-inner-lnd .location-note {
    grid-column: 1/span 2 !important;
  }
  #locations-tabs-wrap #loc-tab-inner-lnd .locations-tabs-maps {
    grid-column: 1/span 2;
    grid-row: 4/span 1;
  }
  #locations-tabs-wrap #loc-tab-inner-ed {
    grid-template-columns: 1fr 1fr !important;
  }
  #locations-tabs-wrap #loc-tab-inner-ed .location-card {
    width: 100% !important;
  }
  #locations-tabs-wrap #loc-tab-inner-ipsw {
    grid-template-columns: 1fr 1fr !important;
  }
  #locations-tabs-wrap #loc-tab-inner-ipsw .location-card {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  #loc-tab-inner-lnd {
    grid-template-rows: max-content max-content max-content max-content max-content 250px !important;
  }
  #loc-tab-inner-lnd .location-card {
    width: 100%;
  }
  #loc-tab-inner-lnd .location-card__lnd1 {
    grid-column: 1/span 2 !important;
    grid-row: 2/span 1 !important;
  }
  #loc-tab-inner-lnd .location-card__lnd2 {
    grid-column: 1/span 2 !important;
    grid-row: 3/span 1 !important;
  }
  #loc-tab-inner-lnd .location-card__lnd3 {
    grid-column: 1/span 2 !important;
    grid-row: 4/span 1 !important;
  }
  #loc-tab-inner-lnd .location-card__lnd4 {
    grid-column: 1/span 2 !important;
    grid-row: 5/span 1 !important;
  }
  #loc-tab-inner-lnd .locations-tabs-maps {
    grid-column: 1/span 2 !important;
    grid-row: 6/span 2 !important;
  }

  #loc-tab-inner-ed {
    grid-template-rows: max-content max-content max-content !important;
  }
  #loc-tab-inner-ed .location-note {
    grid-column: 1/span 2 !important;
    grid-row: 1/span 1 !important;
  }
  #loc-tab-inner-ed .location-card {
    grid-column: 1/span 2 !important;
    grid-row: 2/span 1 !important;
  }
  #loc-tab-inner-ed .locations-tabs-maps {
    grid-column: 1/span 2 !important;
    grid-row: 3/span 1 !important;
  }

  #loc-tab-inner-ipsw {
    grid-template-rows: max-content max-content max-content !important;
  }
  #loc-tab-inner-ipsw .location-note {
    grid-column: 1/span 2 !important;
    grid-row: 1/span 1 !important;
  }
  #loc-tab-inner-ipsw .location-card {
    grid-column: 1/span 2 !important;
    grid-row: 2/span 1 !important;
  }
  #loc-tab-inner-ipsw .locations-tabs-maps {
    grid-column: 1/span 2 !important;
    grid-row: 3/span 1 !important;
  }
}
#why-choose-us-wrap .benefits-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 1023px) {
  #why-choose-us-wrap .benefits-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 580px) {
  #why-choose-us-wrap .benefits-wrap {
    grid-template-columns: 1fr;
  }
}
#why-choose-us-wrap .why-benefit img {
  display: block;
  margin: 0 auto 20px auto;
  height: 88px;
}
#why-choose-us-wrap .why-benefit p {
  max-width: 260px;
  margin: auto;
  text-align: center;
  color: #20303C;
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  font-size: 1.25rem;
  line-height: 160.19%;
}

#pricing-tabs-wrap #pricing-tabs-main-btns .nav-item .nav-link {
  padding: 8px 30px;
  font-size: 1rem;
}
#pricing-tabs-wrap #pricing-tabs-main-btns #not-sure-btn {
  cursor: pointer;
  color: #EE851F !important;
  border-color: #EE851F !important;
}
@media screen and (max-width: 1400px) {
  #pricing-tabs-wrap #pricing-tabs-main-btns .nav-item--not-sure {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #pricing-tabs-wrap #pricing-tabs-main-btns .nav-item .nav-link {
    padding: 6px 15px;
    font-size: 0.9375rem;
  }
  #pricing-tabs-wrap #pricing-tabs-main-btns .nav-item:not(:last-child) {
    margin-right: 5px;
  }
}
@media screen and (max-width: 781px) {
  #pricing-tabs-wrap #pricing-tabs-main-btns .nav-item .nav-link {
    padding: 4px 10px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 500px) {
  #pricing-tabs-wrap #pricing-tabs-main-btns {
    margin-bottom: 24px;
    grid-template-columns: 1fr;
  }
  #pricing-tabs-wrap #pricing-tabs-main-btns .tabs-line {
    display: none;
  }
  #pricing-tabs-wrap #pricing-tabs-main-btns .nav {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch !important;
  }
  #pricing-tabs-wrap #pricing-tabs-main-btns .nav-item {
    min-height: 100% !important;
    padding: 8px;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    display: flex;
    align-items: center;
  }
  #pricing-tabs-wrap #pricing-tabs-main-btns .nav-item .nav-link {
    font-size: 0.625rem;
    text-align: center;
    border: none;
    background-color: transparent;
    padding: 0px;
  }
  #pricing-tabs-wrap #pricing-tabs-main-btns .active {
    color: #EE851F;
  }
  #pricing-tabs-wrap #pricing-tabs-main-btns .nav-item--not-sure {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #pricing-tabs-wrap .tab-text {
    display: none;
  }
}
#pricing-tabs-wrap .individual-or-combined-business-add {
  max-width: fit-content;
  position: absolute;
}
#pricing-tabs-wrap .individual-or-combined-business-add .switch-text {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #20303C;
}
#pricing-tabs-wrap .individual-or-combined-business-add .switch-box {
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  column-gap: 10px;
  align-items: center;
  max-width: 320px;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  padding: 20px 20px;
}
#pricing-tabs-wrap .individual-or-combined-business-add .switch-box__label {
  margin: 0;
  padding: 0;
  font-weight: 600;
}
#pricing-tabs-wrap .individual-or-combined-business-add .switch-box__label--active {
  color: #EE851F;
}
@media screen and (max-width: 1220px) {
  #pricing-tabs-wrap .individual-or-combined-business-add .switch-box {
    border: none;
    padding: 0px 0px;
    display: block;
  }
  #pricing-tabs-wrap .individual-or-combined-business-add .switch-box__label {
    display: none;
  }
  #pricing-tabs-wrap .individual-or-combined-business-add .switch-box .switch {
    margin: 0 0 0 0;
  }
}
@media screen and (max-width: 1154px) {
  #pricing-tabs-wrap .individual-or-combined-business-add {
    position: relative;
    max-width: 100% !important;
    width: 100%;
  }
  #pricing-tabs-wrap .individual-or-combined-business-add .switch-text {
    text-align: center;
  }
  #pricing-tabs-wrap .individual-or-combined-business-add .switch-box {
    border: none;
    padding: 0px 0px;
    display: grid;
    margin: 0 auto 30px auto;
  }
  #pricing-tabs-wrap .individual-or-combined-business-add .switch-box__label {
    display: block;
  }
  #pricing-tabs-wrap .individual-or-combined-business-add .switch-box .switch {
    margin: 0 10px 0 10px;
  }
}
#pricing-tabs-wrap .tabs-navigation-small .nav-item .nav-link {
  padding: 6px 20px;
  font-size: 0.875rem;
}
@media screen and (max-width: 991px) {
  #pricing-tabs-wrap .tabs-navigation-small .nav-item .nav-link {
    padding: 5px 15px;
    font-size: 0.8125rem;
  }
  #pricing-tabs-wrap .tabs-navigation-small .nav-item:not(:last-child) {
    margin-right: 5px;
  }
}
@media screen and (max-width: 781px) {
  #pricing-tabs-wrap .tabs-navigation-small .nav-item .nav-link {
    padding: 4px 10px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 500px) {
  #pricing-tabs-wrap .tabs-navigation-small {
    grid-template-columns: 1fr;
  }
  #pricing-tabs-wrap .tabs-navigation-small .tabs-line {
    display: none;
  }
  #pricing-tabs-wrap .tabs-navigation-small .nav {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch !important;
  }
  #pricing-tabs-wrap .tabs-navigation-small .nav-item {
    min-height: 100% !important;
    padding: 8px;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    display: flex;
    align-items: center;
  }
  #pricing-tabs-wrap .tabs-navigation-small .nav-item .nav-link {
    font-size: 0.625rem;
    text-align: center;
    border: none;
    background-color: transparent;
    padding: 0px;
  }
  #pricing-tabs-wrap .tabs-navigation-small .active {
    color: #EE851F;
  }
}
#pricing-tabs-wrap .pricing-table {
  display: grid;
  align-items: stretch;
}
#pricing-tabs-wrap .pricing-table .table-header {
  width: 230px;
  padding: 50px 10px 20px 10px;
  border-top: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 48px 32px 35px 34px;
}
#pricing-tabs-wrap .pricing-table .table-header--last {
  border-right: 1px solid #E5E5E5;
}
#pricing-tabs-wrap .pricing-table .table-header--most-pop {
  background: rgba(238, 133, 31, 0.06);
  position: relative;
}
#pricing-tabs-wrap .pricing-table .table-header .most {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  min-width: 100%;
  background-color: #EE851F;
  color: white;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 180%;
  text-align: center;
}
#pricing-tabs-wrap .pricing-table .table-header .service-name {
  grid-row: 1/span 1;
  margin-bottom: 10px;
  display: grid;
  grid-template-rows: 1fr max-content;
}
#pricing-tabs-wrap .pricing-table .table-header .service-name p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 160.19%;
  text-align: center;
  margin-bottom: 5px;
}
#pricing-tabs-wrap .pricing-table .table-header .service-name__sm {
  display: none;
}
#pricing-tabs-wrap .pricing-table .table-header .service-name__subheading {
  height: 45px;
  font-size: 0.75rem !important;
  font-weight: 400;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pricing-tabs-wrap .pricing-table .table-header .service-price {
  grid-row: 2/span 1 !important;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 2.875rem;
  line-height: 100%;
  color: #EE851F;
  margin: 0;
}
#pricing-tabs-wrap .pricing-table .table-header .service-price .sm {
  font-size: 1.75rem;
}
#pricing-tabs-wrap .pricing-table .table-header .service-price .vat {
  font-size: 0.875rem;
  color: #BDBDBD;
}
#pricing-tabs-wrap .pricing-table .table-header .price-period {
  grid-row: 3/span 1 !important;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  color: #EE851F;
  text-align: center;
}
#pricing-tabs-wrap .pricing-table .table-header .postal-deposit {
  grid-row: 4/span 1 !important;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #828282;
  margin: 0;
}
#pricing-tabs-wrap .pricing-table .table-header .postal-deposit p {
  margin: 0;
}
#pricing-tabs-wrap .pricing-table .table-header .postal-deposit__sm {
  display: none;
}
#pricing-tabs-wrap .pricing-table .table-header .service-more {
  grid-row: 5/span 1 !important;
  margin: 0 auto;
}
#pricing-tabs-wrap .pricing-table .feature {
  border-top: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
}
#pricing-tabs-wrap .pricing-table .feature--last {
  border-bottom: 1px solid #E5E5E5;
}
#pricing-tabs-wrap .pricing-table .feature--even {
  background-color: #FAFAFA;
}
#pricing-tabs-wrap .pricing-table .feature .feature__name {
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
#pricing-tabs-wrap .pricing-table .feature .feature__name .name {
  padding: 0;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 180.19%;
  color: #666666;
  cursor: pointer;
}
#pricing-tabs-wrap .pricing-table .feature .feature__name .info {
  padding: 0;
  margin: 0;
  margin-left: 10px;
  font-size: 1.3125px;
  cursor: pointer;
}
#pricing-tabs-wrap .pricing-table .feature .yes-no {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #E5E5E5;
}
#pricing-tabs-wrap .pricing-table .feature .yes-no--most-pop {
  background: rgba(238, 133, 31, 0.06);
}
#pricing-tabs-wrap .pricing-table .feature .yes-no--yes span {
  font-size: 1.25rem;
  padding: 3px;
  border-radius: 50%;
  background-color: #F7E1CC;
  color: #EE851F;
}
#pricing-tabs-wrap .pricing-table .feature .yes-no--no span {
  font-size: 1.75rem;
  color: #C4C4C4;
}
#pricing-tabs-wrap .pricing-table .table-footer {
  width: 230px;
  padding: 20px 5px 20px 5px;
  border-bottom: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 50px 32px 21px 70px;
}
#pricing-tabs-wrap .pricing-table .table-footer--last {
  border-right: 1px solid #E5E5E5;
}
#pricing-tabs-wrap .pricing-table .table-footer--most-pop {
  background: rgba(238, 133, 31, 0.06);
  position: relative;
}
#pricing-tabs-wrap .pricing-table .table-footer .service-name {
  grid-row: 1/span 1;
  margin-bottom: 10px;
}
#pricing-tabs-wrap .pricing-table .table-footer .service-name p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 160.19%;
  text-align: center;
  margin-bottom: 5px;
}
#pricing-tabs-wrap .pricing-table .table-footer .service-name__sm {
  display: none;
}
#pricing-tabs-wrap .pricing-table .table-footer .service-price {
  grid-row: 2/span 1 !important;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 2.875rem;
  line-height: 100%;
  color: #EE851F;
  margin: 0;
}
#pricing-tabs-wrap .pricing-table .table-footer .service-price .sm {
  font-size: 1.75rem;
}
#pricing-tabs-wrap .pricing-table .table-footer .service-price .vat {
  font-size: 0.875rem;
  color: #BDBDBD;
}
#pricing-tabs-wrap .pricing-table .table-footer .price-period {
  grid-row: 3/span 1 !important;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  color: #EE851F;
  text-align: center;
}
#pricing-tabs-wrap .pricing-table .table-footer .postal-deposit {
  grid-row: 4/span 1 !important;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #828282;
  margin: 0;
}
#pricing-tabs-wrap .pricing-table .table-footer .postal-deposit p {
  margin: 0;
}
#pricing-tabs-wrap .pricing-table .table-footer .postal-deposit__sm {
  display: none;
}
#pricing-tabs-wrap .pricing-table .table-footer a {
  grid-row: 5/span 1 !important;
  font-size: 0.875rem;
  padding: 15px 40px !important;
  border-radius: 44px;
  color: white;
  background-color: #20303C;
  box-shadow: 0px 4px 10px 2px rgba(32, 48, 60, 0.2);
  margin: auto;
}
#pricing-tabs-wrap .pricing-table .table-footer a:hover {
  background-color: #EE851F;
  border: #EE851F;
  color: white;
  box-shadow: none;
}
#pricing-tabs-wrap .pricing-table .gap {
  height: 20px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1400px) {
  #pricing-tabs-wrap .pricing-table .table-header {
    width: 170px;
    padding: 35px 10px 20px 10px;
    grid-template-rows: 1fr 30px 28px 30px 34px !important;
  }
  #pricing-tabs-wrap .pricing-table .table-header .service-name p {
    font-size: 1rem;
  }
  #pricing-tabs-wrap .pricing-table .table-header .service-price {
    font-size: 1.5rem;
  }
  #pricing-tabs-wrap .pricing-table .table-header .service-price .sm {
    font-size: 1.25rem;
  }
  #pricing-tabs-wrap .pricing-table .table-header .service-price .vat {
    font-size: 0.75rem;
  }
  #pricing-tabs-wrap .pricing-table .table-header .price-period {
    font-size: 0.75rem;
  }
  #pricing-tabs-wrap .pricing-table .table-header .postal-deposit {
    grid-row: 4/span 1 !important;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    color: #828282;
  }
  #pricing-tabs-wrap .pricing-table .table-footer {
    width: 170px;
    grid-template-rows: 1fr 25px 28px 20px 70px !important;
  }
  #pricing-tabs-wrap .pricing-table .table-footer .service-name p {
    font-size: 1rem;
  }
  #pricing-tabs-wrap .pricing-table .table-footer .service-price {
    font-size: 1.5rem;
  }
  #pricing-tabs-wrap .pricing-table .table-footer .service-price .sm {
    font-size: 1.25rem;
  }
  #pricing-tabs-wrap .pricing-table .table-footer .service-price .vat {
    font-size: 0.75rem;
  }
  #pricing-tabs-wrap .pricing-table .table-footer .price-period {
    font-size: 0.75rem;
  }
  #pricing-tabs-wrap .pricing-table .table-footer .postal-deposit {
    grid-row: 4/span 1 !important;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    color: #828282;
  }
}
@media screen and (max-width: 1154px) {
  #pricing-tabs-wrap .pricing-table .feature {
    border-left: none;
  }
  #pricing-tabs-wrap .pricing-table .feature .feature__name {
    border-left: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 10px;
    justify-content: center;
  }
  #pricing-tabs-wrap .pricing-table .feature .feature__name .name {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 1rem;
  }
  #pricing-tabs-wrap .pricing-table .feature .yes-no {
    padding: 7px;
  }
}
@media screen and (max-width: 898px) {
  #pricing-tabs-wrap .pricing-table .table-header .service-name__lg {
    display: none;
  }
  #pricing-tabs-wrap .pricing-table .table-header .service-name__sm {
    display: block;
    font-size: 1rem !important;
    margin-bottom: 5px;
  }
  #pricing-tabs-wrap .pricing-table .table-header .service-name__sm span {
    display: block;
  }
  #pricing-tabs-wrap .pricing-table .table-footer .service-name__lg {
    display: none;
  }
  #pricing-tabs-wrap .pricing-table .table-footer .service-name__sm {
    display: block;
    font-size: 1rem !important;
    margin-bottom: 5px;
  }
  #pricing-tabs-wrap .pricing-table .table-footer .service-name__sm span {
    display: none;
  }
}
@media screen and (max-width: 788px) {
  #pricing-tabs-wrap .pricing-table .table-header {
    padding: 20px 5px 15px 5px;
    grid-template-rows: 1fr 40px 28px 30px 20px !important;
  }
  #pricing-tabs-wrap .pricing-table .table-header .service-price .vat {
    display: block;
    line-height: 100%;
  }
  #pricing-tabs-wrap .pricing-table .table-header .postal-deposit__lg {
    display: none;
  }
  #pricing-tabs-wrap .pricing-table .table-header .postal-deposit__sm {
    display: block;
  }
  #pricing-tabs-wrap .pricing-table .table-header .service-more {
    padding: 0px 0px !important;
    background-color: transparent;
    box-shadow: none;
    color: #EE851F;
  }
  #pricing-tabs-wrap .pricing-table .table-header .most {
    font-size: 0.625rem;
  }
  #pricing-tabs-wrap .pricing-table .table-footer {
    grid-template-rows: 1fr 45px 30px max-content !important;
  }
  #pricing-tabs-wrap .pricing-table .table-footer .service-price .vat {
    display: block;
    line-height: 100%;
  }
  #pricing-tabs-wrap .pricing-table .table-footer .postal-deposit__lg {
    display: none;
  }
  #pricing-tabs-wrap .pricing-table .table-footer .postal-deposit__sm {
    display: block;
  }
  #pricing-tabs-wrap .pricing-table .table-footer a {
    padding: 0px 0px !important;
    background-color: transparent;
    box-shadow: none;
    color: #EE851F;
  }
  #pricing-tabs-wrap .pricing-table .table-footer a:hover {
    background-color: transparent;
    color: #EE851F;
  }
  #pricing-tabs-wrap .pricing-table .table-footer .most {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 480px) {
  #pricing-tabs-wrap .pricing-table .table-header {
    grid-template-rows: 1fr 25px 25px 25px max-content !important;
  }
  #pricing-tabs-wrap .pricing-table .table-header .service-name {
    margin-bottom: 0;
  }
  #pricing-tabs-wrap .pricing-table .table-header .service-name__sm {
    font-size: 0.75rem !important;
  }
  #pricing-tabs-wrap .pricing-table .table-header .service-name__sm span {
    display: none;
  }
  #pricing-tabs-wrap .pricing-table .table-header .service-name__subheading {
    display: none;
  }
  #pricing-tabs-wrap .pricing-table .table-header .service-price {
    font-size: 0.75rem !important;
  }
  #pricing-tabs-wrap .pricing-table .table-header .service-price .sm {
    font-size: 0.625rem;
  }
  #pricing-tabs-wrap .pricing-table .table-header .service-price .vat {
    font-size: 0.625rem;
  }
  #pricing-tabs-wrap .pricing-table .table-header .price-period {
    font-size: 0.625rem;
  }
  #pricing-tabs-wrap .pricing-table .table-header .postal-deposit {
    font-size: 0.625rem;
  }
  #pricing-tabs-wrap .pricing-table .table-header .service-more {
    font-size: 0.625rem;
    text-align: center;
  }
  #pricing-tabs-wrap .pricing-table .table-header .most {
    display: none;
  }
  #pricing-tabs-wrap .pricing-table .table-footer {
    grid-template-rows: 1fr 25px 25px 25px max-content !important;
  }
  #pricing-tabs-wrap .pricing-table .table-footer .service-name {
    margin-bottom: 0;
  }
  #pricing-tabs-wrap .pricing-table .table-footer .service-name__sm {
    font-size: 0.75rem !important;
  }
  #pricing-tabs-wrap .pricing-table .table-footer .service-name__sm span {
    display: none;
  }
  #pricing-tabs-wrap .pricing-table .table-footer .service-price {
    font-size: 0.75rem !important;
  }
  #pricing-tabs-wrap .pricing-table .table-footer .service-price .sm {
    font-size: 0.625rem;
  }
  #pricing-tabs-wrap .pricing-table .table-footer .service-price .vat {
    font-size: 0.625rem;
  }
  #pricing-tabs-wrap .pricing-table .table-footer .price-period {
    font-size: 0.625rem;
  }
  #pricing-tabs-wrap .pricing-table .table-footer .postal-deposit {
    font-size: 0.625rem;
  }
  #pricing-tabs-wrap .pricing-table .table-footer .service-more {
    font-size: 0.625rem;
    text-align: center;
  }
  #pricing-tabs-wrap .pricing-table .table-footer .most {
    display: none;
  }
}
#pricing-tabs-wrap .pricing-table-4-col {
  grid-template-columns: 1fr 230px 230px 230px;
}
#pricing-tabs-wrap .pricing-table-4-col .table-header--1 {
  grid-column: 2/span 1;
}
#pricing-tabs-wrap .pricing-table-4-col .table-header--2 {
  grid-column: 3/span 1;
}
#pricing-tabs-wrap .pricing-table-4-col .table-header--3 {
  grid-column: 4/span 1;
}
#pricing-tabs-wrap .pricing-table-4-col .feature {
  grid-column: 1/span 4;
  display: grid;
  grid-template-columns: 1fr 230px 230px 229px;
}
#pricing-tabs-wrap .pricing-table-4-col .gap {
  grid-column: 1/span 4;
}
#pricing-tabs-wrap .pricing-table-4-col .table-footer--1 {
  grid-column: 2/span 1;
}
#pricing-tabs-wrap .pricing-table-4-col .table-footer--2 {
  grid-column: 3/span 1;
}
#pricing-tabs-wrap .pricing-table-4-col .table-footer--3 {
  grid-column: 4/span 1;
}
@media screen and (max-width: 1400px) {
  #pricing-tabs-wrap .pricing-table-4-col {
    grid-template-columns: 1fr 170px 170px 170px !important;
  }
  #pricing-tabs-wrap .pricing-table-4-col .feature {
    grid-template-columns: 1fr 170px 170px 169px !important;
  }
}
@media screen and (max-width: 1154px) {
  #pricing-tabs-wrap .pricing-table-4-col {
    grid-template-columns: 1fr 1fr 1fr 0px !important;
  }
  #pricing-tabs-wrap .pricing-table-4-col .table-header {
    width: 100% !important;
    min-width: 100%;
  }
  #pricing-tabs-wrap .pricing-table-4-col .table-header--1 {
    grid-column: 1/span 1 !important;
  }
  #pricing-tabs-wrap .pricing-table-4-col .table-header--2 {
    grid-column: 2/span 1 !important;
  }
  #pricing-tabs-wrap .pricing-table-4-col .table-header--3 {
    grid-column: 3/span 1 !important;
  }
  #pricing-tabs-wrap .pricing-table-4-col .feature {
    display: grid;
    grid-template-rows: max-content max-content;
    grid-template-columns: 1fr 1fr 1fr !important;
  }
  #pricing-tabs-wrap .pricing-table-4-col .feature .feature__name {
    grid-column: 1/span 3 !important;
    grid-row: 1/span 1;
  }
  #pricing-tabs-wrap .pricing-table-4-col .feature .yes-no {
    grid-row: 2/span 1 !important;
  }
  #pricing-tabs-wrap .pricing-table-4-col .table-footer {
    width: 100% !important;
    min-width: 100%;
  }
  #pricing-tabs-wrap .pricing-table-4-col .table-footer--1 {
    grid-column: 1/span 1 !important;
  }
  #pricing-tabs-wrap .pricing-table-4-col .table-footer--2 {
    grid-column: 2/span 1 !important;
  }
  #pricing-tabs-wrap .pricing-table-4-col .table-footer--3 {
    grid-column: 3/span 1 !important;
  }
}
#pricing-tabs-wrap .pricing-table-5-col {
  grid-template-columns: 1fr 230px 230px 230px 230px;
}
#pricing-tabs-wrap .pricing-table-5-col .table-header--1 {
  grid-column: 2/span 1;
}
#pricing-tabs-wrap .pricing-table-5-col .table-header--2 {
  grid-column: 3/span 1;
}
#pricing-tabs-wrap .pricing-table-5-col .table-header--3 {
  grid-column: 4/span 1;
}
#pricing-tabs-wrap .pricing-table-5-col .table-header--4 {
  grid-column: 5/span 1;
}
#pricing-tabs-wrap .pricing-table-5-col .feature {
  grid-column: 1/span 5;
  display: grid;
  grid-template-columns: 1fr 230px 230px 230px 229px;
}
#pricing-tabs-wrap .pricing-table-5-col .gap {
  grid-column: 1/span 5;
}
#pricing-tabs-wrap .pricing-table-5-col .table-footer--1 {
  grid-column: 2/span 1;
}
#pricing-tabs-wrap .pricing-table-5-col .table-footer--2 {
  grid-column: 3/span 1;
}
#pricing-tabs-wrap .pricing-table-5-col .table-footer--3 {
  grid-column: 4/span 1;
}
#pricing-tabs-wrap .pricing-table-5-col .table-footer--4 {
  grid-column: 5/span 1;
}
@media screen and (max-width: 1400px) {
  #pricing-tabs-wrap .pricing-table-5-col {
    grid-template-columns: 1fr 170px 170px 170px 170px !important;
  }
  #pricing-tabs-wrap .pricing-table-5-col .feature {
    grid-template-columns: 1fr 170px 170px 170px 169px !important;
  }
}
@media screen and (max-width: 1154px) {
  #pricing-tabs-wrap .pricing-table-5-col {
    grid-template-columns: 1fr 1fr 1fr 1fr 0px !important;
  }
  #pricing-tabs-wrap .pricing-table-5-col .table-header {
    width: 100% !important;
    min-width: 100%;
  }
  #pricing-tabs-wrap .pricing-table-5-col .table-header--1 {
    grid-column: 1/span 1 !important;
  }
  #pricing-tabs-wrap .pricing-table-5-col .table-header--2 {
    grid-column: 2/span 1 !important;
  }
  #pricing-tabs-wrap .pricing-table-5-col .table-header--3 {
    grid-column: 3/span 1 !important;
  }
  #pricing-tabs-wrap .pricing-table-5-col .table-header--4 {
    grid-column: 4/span 1 !important;
  }
  #pricing-tabs-wrap .pricing-table-5-col .feature {
    display: grid;
    grid-template-rows: max-content max-content;
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
  }
  #pricing-tabs-wrap .pricing-table-5-col .feature .feature__name {
    grid-column: 1/span 4 !important;
    grid-row: 1/span 1;
  }
  #pricing-tabs-wrap .pricing-table-5-col .feature .yes-no {
    grid-row: 2/span 1 !important;
  }
  #pricing-tabs-wrap .pricing-table-5-col .table-footer {
    width: 100% !important;
    min-width: 100%;
  }
  #pricing-tabs-wrap .pricing-table-5-col .table-footer--1 {
    grid-column: 1/span 1 !important;
  }
  #pricing-tabs-wrap .pricing-table-5-col .table-footer--2 {
    grid-column: 2/span 1 !important;
  }
  #pricing-tabs-wrap .pricing-table-5-col .table-footer--3 {
    grid-column: 3/span 1 !important;
  }
  #pricing-tabs-wrap .pricing-table-5-col .table-footer--4 {
    grid-column: 4/span 1 !important;
  }
}
#pricing-tabs-wrap .pricing-table-2-col {
  width: 1008px;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 350px;
}
#pricing-tabs-wrap .pricing-table-2-col .table-header {
  grid-column: 2/span 1 !important;
  width: 100%;
  padding: 30px 10px 30px 10px;
  border: 1px solid #E5E5E5;
  border-bottom: none;
}
#pricing-tabs-wrap .pricing-table-2-col .table-header .service-name p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 160.19%;
  text-align: center;
  margin-bottom: 20px;
}
#pricing-tabs-wrap .pricing-table-2-col .table-header .service-name__sm {
  display: none;
}
#pricing-tabs-wrap .pricing-table-2-col .table-header .service-price {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 2.875rem;
  line-height: 100%;
  color: #EE851F;
  margin: 0;
}
#pricing-tabs-wrap .pricing-table-2-col .table-header .service-price .sm {
  font-size: 1.75rem;
}
#pricing-tabs-wrap .pricing-table-2-col .table-header .service-price .vat {
  font-size: 0.875rem;
  color: #BDBDBD;
}
#pricing-tabs-wrap .pricing-table-2-col .table-header .price-period {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  color: #EE851F;
  text-align: center;
}
#pricing-tabs-wrap .pricing-table-2-col .table-header .postal-deposit {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #20303C;
  margin: 0;
}
#pricing-tabs-wrap .pricing-table-2-col .table-header .postal-deposit p {
  margin: 0;
}
#pricing-tabs-wrap .pricing-table-2-col .table-header .postal-deposit__sm {
  display: none;
}
#pricing-tabs-wrap .pricing-table-2-col .table-header .service-more {
  margin: 20px auto 0 auto;
}
#pricing-tabs-wrap .pricing-table-2-col .feature {
  grid-column: 1/span 2;
  border: 1px solid #E5E5E5;
  border-bottom: none;
  display: grid;
  grid-template-columns: 1fr 349px;
}
#pricing-tabs-wrap .pricing-table-2-col .feature--last {
  border-bottom: 1px solid #E5E5E5;
}
#pricing-tabs-wrap .pricing-table-2-col .feature--even {
  background-color: #FAFAFA;
}
#pricing-tabs-wrap .pricing-table-2-col .feature .feature__name {
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
#pricing-tabs-wrap .pricing-table-2-col .feature .feature__name .name {
  padding: 0;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 180.19%;
  color: #666666;
  cursor: pointer;
}
#pricing-tabs-wrap .pricing-table-2-col .feature .feature__name .info {
  padding: 0;
  margin: 0;
  margin-left: 10px;
  font-size: 1.3125px;
  cursor: pointer;
}
#pricing-tabs-wrap .pricing-table-2-col .feature .yes-no {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #E5E5E5;
  padding: 10px 20px;
}
#pricing-tabs-wrap .pricing-table-2-col .feature .yes-no--most-pop {
  background: rgba(238, 133, 31, 0.06);
}
#pricing-tabs-wrap .pricing-table-2-col .feature .yes-no span {
  font-size: 1.75rem;
}
#pricing-tabs-wrap .pricing-table-2-col .feature .yes-no--yes span {
  font-size: 1.25rem;
  padding: 3px;
  border-radius: 50%;
  background-color: #F7E1CC;
  color: #EE851F;
}
#pricing-tabs-wrap .pricing-table-2-col .feature .yes-no--no {
  color: #C4C4C4;
}
#pricing-tabs-wrap .pricing-table-2-col .table-footer {
  grid-column: 2/span 1;
  padding: 20px 5px 20px 5px;
  border: 1px solid #E5E5E5;
  border-top: none;
}
#pricing-tabs-wrap .pricing-table-2-col .table-footer .service-name {
  margin-bottom: 20px;
}
#pricing-tabs-wrap .pricing-table-2-col .table-footer .service-name p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 160.19%;
  text-align: center;
  margin-bottom: 5px;
}
#pricing-tabs-wrap .pricing-table-2-col .table-footer .service-name__sm {
  display: none;
}
#pricing-tabs-wrap .pricing-table-2-col .table-footer .service-price {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 2.875rem;
  line-height: 100%;
  color: #EE851F;
  margin: 0;
}
#pricing-tabs-wrap .pricing-table-2-col .table-footer .service-price .sm {
  font-size: 1.75rem;
}
#pricing-tabs-wrap .pricing-table-2-col .table-footer .service-price .vat {
  font-size: 0.875rem;
  color: #BDBDBD;
}
#pricing-tabs-wrap .pricing-table-2-col .table-footer .price-period {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  color: #EE851F;
  text-align: center;
}
#pricing-tabs-wrap .pricing-table-2-col .table-footer .postal-deposit {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #20303C;
  margin: 0;
}
#pricing-tabs-wrap .pricing-table-2-col .table-footer .postal-deposit p {
  margin: 0;
}
#pricing-tabs-wrap .pricing-table-2-col .table-footer .postal-deposit__sm {
  display: none;
}
#pricing-tabs-wrap .pricing-table-2-col .table-footer a {
  font-size: 0.875rem;
  padding: 15px 40px !important;
  border-radius: 44px;
  color: white;
  background-color: #20303C;
  box-shadow: 0px 4px 10px 2px rgba(32, 48, 60, 0.2);
  margin: 20px auto 0 auto;
}
#pricing-tabs-wrap .pricing-table-2-col .table-footer a:hover {
  background-color: #EE851F;
  border: #EE851F;
  color: white;
  box-shadow: none;
}
#pricing-tabs-wrap .pricing-table-2-col .gap {
  height: 20px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1400px) {
  #pricing-tabs-wrap .pricing-table-2-col {
    margin: auto;
  }
}
@media screen and (max-width: 1154px) {
  #pricing-tabs-wrap .pricing-table-2-col .feature .feature__name .name {
    font-size: 1rem;
  }
}
@media screen and (max-width: 800px) {
  #pricing-tabs-wrap .pricing-table-2-col {
    grid-template-columns: 1fr 250px;
  }
  #pricing-tabs-wrap .pricing-table-2-col .feature {
    grid-template-columns: 1fr 249px;
  }
}
@media screen and (max-width: 590px) {
  #pricing-tabs-wrap .pricing-table-2-col {
    grid-template-columns: 1fr 1fr !important;
  }
  #pricing-tabs-wrap .pricing-table-2-col .table-header {
    grid-column: 1/span 2 !important;
  }
  #pricing-tabs-wrap .pricing-table-2-col .table-footer {
    grid-column: 1/span 2 !important;
  }
  #pricing-tabs-wrap .pricing-table-2-col .feature {
    grid-template-columns: 1fr max-content;
  }
}

.small-section-tabs {
  background-color: #F2F3F3;
  padding: 80px 0;
}
.small-section-tabs .nav .nav-link {
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  color: #BDBDBD;
  line-height: 171.19%;
  letter-spacing: -0.02em;
  padding: 0;
  padding-bottom: 7px;
}
.small-section-tabs .nav .nav-link:not(:last-child) {
  margin-right: 30px;
}
.small-section-tabs .nav .active {
  color: #20303C;
  border-bottom: 2px solid #EE851F;
  padding-bottom: 5px;
}

#home-page-apps .app-img-and-btns {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: end;
  column-gap: 10px;
}
#home-page-apps .app-img-and-btns .app-btns {
  padding-bottom: 80px;
}
#home-page-apps .app-img-and-btns .app-btns a {
  display: block;
  width: 160px;
  margin-bottom: 10px;
}
#home-page-apps .app-img-and-btns .app-btns a img {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
#home-page-apps .app-img-and-btns .app-img {
  grid-column: 2/span 1;
  max-width: 100%;
}
#home-page-apps .app-img-and-btns .app-img img {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  #home-page-apps .app-img-and-btns {
    display: block;
    margin-top: 40px;
  }
  #home-page-apps .app-img-and-btns .app-btns {
    width: 100%;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  #home-page-apps .app-img-and-btns .app-btns a:not(:last-child) {
    margin-right: 20px;
  }
}

.coming-soon-meeting-rooms .coming-soon-box .top {
  border-radius: 12px 12px 0 0;
  padding: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 290px;
  display: grid;
  grid-template-columns: max-content 1fr;
}
.coming-soon-meeting-rooms .coming-soon-box .top .circle {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.coming-soon-meeting-rooms .coming-soon-box .top .circle .circle-inner {
  background-color: white;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.coming-soon-meeting-rooms .coming-soon-box .top .circle .circle-txt {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.coming-soon-meeting-rooms .coming-soon-box .top .circle .circle-txt__1 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #20303C;
  font-size: 0.9375rem;
  line-height: 200%;
  letter-spacing: -0.02em;
}
.coming-soon-meeting-rooms .coming-soon-box .top .circle .circle-txt__2 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #EE851F;
  font-size: 1.75rem;
  line-height: 100%;
  letter-spacing: -0.02em;
}
.coming-soon-meeting-rooms .coming-soon-box .top .coming-soon-text {
  margin-bottom: 0;
  align-self: center;
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  font-size: 1.25rem;
  line-height: 135%;
  color: white;
  text-align: center;
}
.coming-soon-meeting-rooms .coming-soon-box .top--ed1 {
  background-image: url("../img/ed-3.jpg");
}
.coming-soon-meeting-rooms .coming-soon-box .top--ed2 {
  background-image: url("../img/ed-4.png");
}
.coming-soon-meeting-rooms .coming-soon-box .top--ed3 {
  background-image: url("../img/ed-5.png");
}
.coming-soon-meeting-rooms .coming-soon-box .top--ipsw1 {
  background-image: url("../img/ipsw-4.jpg");
}
.coming-soon-meeting-rooms .coming-soon-box .top--ipsw2 {
  background-image: url("../img/ipsw-5.jpg");
}
.coming-soon-meeting-rooms .coming-soon-box .top--ipsw3 {
  background-image: url("../img/ipsw-6.jpg");
}
@media screen and (max-width: 1250px) {
  .coming-soon-meeting-rooms .coming-soon-box .top {
    display: block;
  }
  .coming-soon-meeting-rooms .coming-soon-box .top .circle {
    margin: 0 auto 20px auto;
  }
}
.coming-soon-meeting-rooms .coming-soon-box .bottom {
  min-height: 200px;
  background-color: white;
  border: 1px solid #DEDEDE;
  border-top: none;
  border-radius: 0 0 12px 12px;
  padding: 20px;
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 5px;
}
.coming-soon-meeting-rooms .coming-soon-box .bottom h5 {
  grid-column: 1/span 2;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #EE851F;
}
.coming-soon-meeting-rooms .coming-soon-box .bottom .feature {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.coming-soon-meeting-rooms .coming-soon-box .bottom .feature img {
  display: inline-block;
  width: 20px;
  margin-right: 8px;
}
.coming-soon-meeting-rooms .coming-soon-box .bottom .feature p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  font-size: 0.9375rem;
  line-height: 188%;
  color: #20303C;
  white-space: nowrap;
}
.coming-soon-meeting-rooms .coming-soon-box .bottom .view-photos-btn {
  grid-column: 1/span 2;
  margin-top: 15px;
}
.coming-soon-meeting-rooms .coming-soon-box .bottom .view-photos-btn img {
  height: 22px;
  margin-right: 8px;
}
@media screen and (max-width: 1440px) {
  .coming-soon-meeting-rooms .coming-soon-box .bottom .feature {
    grid-column: 1/span 2;
  }
}

.top__phone-num a {
  color: white;
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  white-space: nowrap;
}
.top__phone-num a i {
  color: #EE851F;
  margin-right: 10px;
}
@media only screen and (max-width: 1199px) {
  .top__phone-num {
    display: none;
  }
}

.unsure-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/unsure-banner-bg.png");
}
.unsure-banner p {
  color: white;
  width: 100%;
  max-width: 690px;
}
.unsure-banner a {
  box-shadow: none;
  border: 2px solid #EE851F;
}
.unsure-banner a:hover {
  box-shadow: none;
  background-color: #20303C;
  border: 2px solid white;
}
@media screen and (max-width: 850px) {
  .unsure-banner h1 {
    font-size: 1.25rem;
  }
}

.company_formation_learn-more {
  display: grid;
  grid-template-columns: 1fr 270px;
  background-color: white;
  border-radius: 12px;
  padding: 20px 40px 20px 40px;
  width: 100%;
  max-width: 630px;
}
.company_formation_learn-more .text {
  align-self: center;
}
.company_formation_learn-more .text h6 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #20303C;
  font-size: 1.625rem;
}
.company_formation_learn-more .text h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #20303C;
  font-size: 2.125rem;
}
.company_formation_learn-more .image img {
  display: block;
  object-fit: contain;
  max-width: 100%;
  position: relative;
  bottom: -22px;
}
@media screen and (max-width: 784px) {
  .company_formation_learn-more {
    padding: 10px 20px 10px 20px;
  }
  .company_formation_learn-more .text h6 {
    font-size: 1.25rem;
  }
  .company_formation_learn-more .text h3 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #20303C;
    font-size: 1.75rem;
  }
  .company_formation_learn-more .image img {
    bottom: -12px;
  }
}
@media screen and (max-width: 519px) {
  .company_formation_learn-more {
    padding: 20px 10px 20px 10px;
    display: block;
  }
  .company_formation_learn-more .text h6 {
    text-align: center;
  }
  .company_formation_learn-more .text h3 {
    text-align: center;
  }
  .company_formation_learn-more .text a {
    margin: auto;
  }
  .company_formation_learn-more .image {
    display: none;
  }
}

#trusted-by-clients {
  background: linear-gradient(90deg, #20303c 50%, #ee851f 50%);
}
#trusted-by-clients .col {
  display: grid;
  grid-template-columns: 2fr 4fr 3fr 3fr;
}
#trusted-by-clients .trusted-col {
  background-color: #20303C;
  display: flex;
  align-items: center;
}
#trusted-by-clients .trusted-col--2 {
  justify-content: center !important;
}
#trusted-by-clients .trusted-col--4 {
  position: relative;
  background-color: #EE851F;
}
#trusted-by-clients .trusted-col__img {
  margin-right: 15px;
}
#trusted-by-clients .trusted-col__img img {
  height: 65px;
}
#trusted-by-clients .trusted-col__text h6 {
  color: white;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  margin-bottom: 4px;
}
#trusted-by-clients .trusted-col__text p {
  color: white;
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  font-size: 0.875rem;
  margin-bottom: 0;
}
#trusted-by-clients .trusted-col__btn {
  z-index: 100;
  position: absolute;
  left: -43px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.09);
  padding: 8px;
  border-radius: 50%;
}
#trusted-by-clients .trusted-col__btn .inner {
  transition: all 0.2s ease-in-out;
  background-color: #34434E;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#trusted-by-clients .trusted-col__btn .inner .chat-bubble {
  position: relative;
  height: 30px;
  opacity: 1;
}
#trusted-by-clients .trusted-col__btn:hover .inner {
  background-color: #EE851F;
}
@media screen and (max-width: 1415px) {
  #trusted-by-clients .trusted-col__img {
    margin-right: 10px;
  }
  #trusted-by-clients .trusted-col__img img {
    width: 50px;
  }
  #trusted-by-clients .trusted-col__text h6 {
    font-size: 1.25rem;
  }
  #trusted-by-clients .trusted-col__text p {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1200px) {
  #trusted-by-clients {
    background: linear-gradient(0deg, #20303c 50%, #20303c 50%);
    background: linear-gradient(180deg, #20303c 53%, #ee851f 47%);
  }
  #trusted-by-clients .trusted-col--1 {
    justify-content: center !important;
    height: 100px;
  }
  #trusted-by-clients .trusted-col--2 {
    height: 100px;
  }
  #trusted-by-clients .trusted-col--3 {
    justify-content: center !important;
    height: 100px;
    margin-bottom: 38px;
  }
  #trusted-by-clients .trusted-col--4 {
    justify-content: center !important;
    align-items: flex-end;
    height: 120px;
  }
  #trusted-by-clients .trusted-col__btn {
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  #trusted-by-clients {
    background: linear-gradient(180deg, #20303c 74%, #ee851f 26%);
  }
  #trusted-by-clients .trusted-col--3 {
    margin-bottom: 0px;
    height: 141px;
    padding-bottom: 62px !important;
  }
}

.vediomodal {
  width: 100%;
  height: 100%;
}

.cartProgressWrap .cartProgress {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 90px 46px 90px 1fr 90px 46px 90px 1fr 90px 46px 90px !important;
}
@media screen and (max-width: 1010px) {
  .cartProgressWrap .cartProgress {
    grid-template-columns: 50px 46px 50px 1fr 50px 46px 50px 1fr 50px 46px 50px !important;
    row-gap: 20px;
  }
  .cartProgressWrap .cartProgress__stageName p {
    font-size: 0.875rem !important;
  }
}
@media screen and (max-width: 500px) {
  .cartProgressWrap .cartProgress {
    grid-template-columns: 0px 46px 0px 1fr 0px 46px 0px 1fr 0px 46px 0px !important;
    row-gap: 0px;
  }
  .cartProgressWrap .cartProgress__stageName {
    display: none !important;
  }
}

.header__wrap .top__headerMain {
  background-color: #20303c;
  padding: 15px 0;
}

.header__wrap .top__headerMain .top__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__wrap .top__headerMain .top__header .top__link ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__wrap .top__headerMain .top__header .top__link ul li a {
  color: #fff;
  font-size: 13px;
}

.header__wrap .top__headerMain .top__header .top__link ul li a:hover {
  color: #ee851f;
}

.header__wrap .top__headerMain .top__header .top__link ul li .dropdown {
  margin-left: 2rem;
}

.header__wrap .top__headerMain .top__header .top__link ul li .dropdown .dropdown-toggle {
  border: none;
  background-color: transparent;
  color: #fff;
  padding: 0px;
  font-size: 13px;
}

.header__wrap .top__headerMain .top__header .top__link ul li .dropdown .dropdown-toggle:hover {
  color: #ee851f;
}

.header__wrap .top__headerMain .top__header .top__link ul li .dropdown .dropdown-toggle::after {
  margin: 0px 0 -2px 10px;
}

.header__wrap .top__headerMain .top__header .top__link ul li .dropdown .dropdown-toggle:active, .header__wrap .top__headerMain .top__header .top__link ul focus, .header__wrap .top__headerMain .top__header .top__link ul visited, .header__wrap .top__headerMain .top__header .top__link ul focus-visited, .header__wrap .top__headerMain .top__header .top__link ul focus-within {
  background-color: transparent !important;
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.header__wrap .top__headerMain .top__header .top__link ul li .dropdown .dropdown-menu {
  background-color: #20303c;
  -webkit-box-shadow: 0px -5px 10px #ffffff2e;
  box-shadow: 0px -5px 10px #ffffff2e;
}

.header__wrap .top__headerMain .top__header .top__link ul li .dropdown .dropdown-menu .dropdown-item:active {
  background-color: #fff;
  color: #ee851f;
}

.header__wrap .top__headerMain .top__header .top__discountBar p {
  color: #fff;
  font-size: 13px;
  margin: 0px;
  font-weight: 500;
}

.header__wrap .top__headerMain .top__header .top__discountBar p a {
  color: #ee851f;
}

.header__wrap .top__headerMain .top__header .top__contactInfo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__wrap .top__headerMain .top__header .top__contactInfo ul .contact {
  margin-right: 2rem;
  padding-left: 0px;
}

.header__wrap .top__headerMain .top__header .top__contactInfo ul .contact p {
  margin: 0px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}

.header__wrap .top__headerMain .top__header .top__contactInfo ul .contact p img {
  margin: -1px 5px 0 0;
  width: 18px;
}

.header__wrap .top__headerMain .top__header .top__contactInfo ul li {
  padding-left: 15px;
}

.header__wrap .top__headerMain .top__header .top__contactInfo ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__wrap .top__headerMain .top__header .top__contactInfo ul li a .fa {
  color: #fff;
  font-size: 20px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.header__wrap .top__headerMain .top__header .top__contactInfo ul li a .fa:hover {
  color: #ee851f;
}

.header__wrap .center__headerMain {
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 0;
}

.header__wrap .center__headerMain .center__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__wrap .center__headerMain .center__header .center__logo img {
  width: auto;
}

.header__wrap .center__headerMain .center__header .center_cartLogin ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__wrap .center__headerMain .center__header .center_cartLogin ul li .client__login {
  background: #EE851F;
  -webkit-box-shadow: 0px 10px 21px rgba(236, 126, 43, 0.4);
  box-shadow: 0px 10px 21px rgba(236, 126, 43, 0.4);
  border-radius: 44px;
  color: #fff;
  padding: 9px 16px;
  margin-left: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 15px;
  line-height: 171.19%;
  text-align: center;
  letter-spacing: -0.02em;
  border: 1px solid #ee851f;
}

.header__wrap .center__headerMain .center__header .center_cartLogin ul li .client__login:hover {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #EE851F;
  color: #EE851F;
}

.header__wrap .center__headerMain .center__header .center_cartLogin ul li .white_color {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #EE851F;
  color: #EE851F;
}

.header__wrap .center__headerMain .center__header .center_cartLogin ul li .white_color:hover {
  color: #fff;
  background: #EE851F;
}

@media only screen and (max-width: 768px) {
  .header__wrap .center__headerMain .center__header .center_cartLogin ul li .client__login {
    background-color: #ee851f;
    color: #fff;
    font-size: 12px;
    padding: 9px 8px;
    border-radius: 50px;
    margin-left: 15px;
    -webkit-box-shadow: 0px 10px 15px #ee851f59;
    box-shadow: 0px 10px 15px #ee851f59;
  }
}
@media only screen and (max-width: 575px) {
  .header__wrap .center__headerMain .center__header .center_cartLogin ul li .client__login {
    margin-left: 8px;
    -webkit-box-shadow: 0px 4px 8px #ee851f59;
    box-shadow: 0px 4px 8px #ee851f59;
  }
}
@media only screen and (max-width: 400px) {
  .header__wrap .center__headerMain .center__header .center_cartLogin ul li a {
    padding: 0 0 0 0 !important;
    background-color: white !important;
    border: none !important;
    color: #ee851f !important;
    box-shadow: none !important;
  }

  .header__wrap .center__headerMain .center__header .center_cartLogin ul li a .log-in-hide {
    display: none !important;
  }

  .header__wrap .center__headerMain .center__header .center_cartLogin ul li a:hover {
    color: #20303C !important;
  }
}
@media only screen and (max-width: 768px) {
  .header__wrap .center__headerMain .center__header .center__logo img {
    width: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .header__wrap .top__headerMain {
    display: none;
  }
}
.bg_fff {
  background: #fff;
}

.nav_mobile_menu {
  padding: 20px 0 0;
}

.footer_logos {
  width: 100%;
  float: left;
  padding: 80px 0;
}

.footer_logos img {
  width: 100%;
}

.footer_top_wrapp {
  width: 100%;
  float: left;
  padding: 40px 0;
  background: #20303c;
  color: #fff;
}

.footer_top_wrapp .top_fotter_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: 1px solid #434e57;
  padding-right: 40px;
}

.footer_top_wrapp .top_fotter_icon .rpeat_icons-ftr p {
  margin: 20px 0 20px;
  color: #fff;
}

.footer_top_wrapp .top_fotter_icon .rpeat_icons-ftr h4 {
  font-size: 17px;
  color: #fff;
}

.footer_top_wrapp .top_fotter_icon .rpeat_icons-ftr h6 {
  font-weight: 300;
  color: #fff;
}

.footer_top_wrapp .percntage_off {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0 0;
}

.footer_top_wrapp .percntage_off p {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
}

.footer_top_wrapp .percntage_off p span {
  font-size: 20px;
  display: block;
  font-weight: 400;
}

.footer_top_wrapp .percntage_off button {
  background: #ee851f;
  color: #fff;
  padding: 12px 35px;
  font-weight: 500;
  border: 1px solid #ee851f;
  outline: none;
  cursor: pointer;
  border-radius: 50px;
  -webkit-box-shadow: 0px 10px 21px rgba(236, 126, 43, 0.15);
  box-shadow: 0px 10px 21px rgba(236, 126, 43, 0.15);
  margin: 30px 0 20px;
  font-size: 18px;
  line-height: 171.19%;
  letter-spacing: -0.02em;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.footer_top_wrapp .percntage_off button:hover {
  background: transparent;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #fff;
}

.footer_wrapp {
  width: 100%;
  float: left;
  padding: 60px 0;
  background: #20303c;
  border-top: 1px solid #434e57;
  border-bottom: 1px solid #434e57;
}

.footer_wrapp .footer1AboutUs img {
  width: 100%;
  max-width: 400px;
}

.footer_wrapp .footer1AboutUs p {
  color: #fff;
  font-size: 15px;
  margin: 30px 0 25px;
}

.footer_wrapp .footer1AboutUs .social_icons a .fa {
  font-size: 20px;
  color: #fff;
  padding-right: 20px;
  cursor: pointer;
}

.footer_wrapp .footer_links_wrapp .footer1Services__block h2 {
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 16px;
  color: #fff;
  font-weight: 400;
}

.footer_wrapp .footer_links_wrapp .footer1Services__block a {
  color: #fff;
  margin-bottom: 15px;
  display: block;
  font-size: 14px;
}

.footer_wrapp .footer_links_wrapp .footer1Services__block p {
  color: #fff;
}

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

.footer2Wrapper {
  width: 100%;
  float: left;
  background: #20303c;
  padding: 15px 0;
}

.footer2Wrapper .footer2Copy p {
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding-top: 20px;
}

.footer2Wrapper .footer2Links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer2Wrapper .footer2Links .footer2Links__link {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}

.footer2Wrapper .footer2Links .footer2Links__vl {
  margin: 1rem 0.8rem;
  border-left: 1px solid #f9f9f9;
  height: 1.5rem;
}

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

.nav_menu .navbar {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.nav_menu .navbar ul {
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: right;
}

.nav_menu .navbar ul li {
  display: inline-block;
}

.nav_menu .navbar ul li a {
  padding: 0 0 18px 18px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 171.19%;
  letter-spacing: -0.02em;
  color: #20303C;
}

.nav_menu .navbar ul li a:hover {
  color: #ee851f;
}

.nav_menu .navbar ul li a .fa {
  font-size: 10px;
  position: relative;
  top: -1px;
  left: 2px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.nav_menu .navbar ul li .custm {
  position: relative;
}

.nav_menu .navbar ul li .custm .btn.btn-primary.dropdown-toggle {
  background: none;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
}

.nav_menu .navbar ul li .custm .dropdown-menu.dropdown-primary.show {
  background-color: #20303c;
  -webkit-box-shadow: 0px -5px 10px #ffffff2e;
  box-shadow: 0px -5px 10px #ffffff2e;
}

.nav_menu .navbar ul li .custm .dropdown-menu.dropdown-primary.show .dropdown-item {
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
}

.nav_menu .navbar ul li .custm .dropdown-menu.dropdown-primary.show .dropdown-item:hover {
  color: #ee851f;
}

.nav_menu .navbar ul .close {
  display: none;
  text-align: right;
  padding: 10px;
  color: #fff;
  opacity: 1;
  outline: none;
  border: none;
}

.nav_menu .navbar ul .close span {
  font-size: 40px;
  display: inline-block;
  border: 0px solid #ccc;
  padding: 0 10px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
}

.navbar .icon-bar {
  padding: 18px 8px;
  width: 50px;
  height: 60px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.navbar .icon-bar i {
  background-color: #000;
  height: 3px;
}

.nav_menu .navbar #nav-lists li .hideDropDown {
  display: none !important;
}

.nav_menu .navbar #nav-lists li .dropDown1 {
  z-index: 999;
  position: absolute;
  right: 170px;
  margin-top: 0.5rem;
  border-radius: 0px 0px 15px 15px;
  width: 57%;
  max-width: 100%;
  background: #182e42;
  padding: 2rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
  border-top: 2px solid #EE851F;
  -webkit-animation: slideDown 1s;
  animation: slideDown 1s;
}

.nav_menu .navbar #nav-lists li .dropDown1 .dropDown1__column {
  text-align: left;
}

.nav_menu .navbar #nav-lists li .dropDown1 .dropDown1__column li {
  display: block;
}

.nav_menu .navbar #nav-lists li .dropDown1 .dropDown1__column li a {
  color: #fff;
  padding: 0 0 8px;
  display: block;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.nav_menu .navbar #nav-lists li .dropDown1 .dropDown1__column li a:hover {
  color: #ee851f;
}

.nav_menu .navbar #nav-lists li .dropDown1 .dropDown1__column .dropDown1__heading {
  color: #ee851f;
  margin-bottom: 20px;
}

.nav_menu .navbar #nav-lists li .dropDown2 {
  z-index: 999;
  position: absolute;
  right: 160px;
  margin-top: 0.5rem;
  border-radius: 0px 0px 15px 15px;
  width: 36%;
  max-width: 100%;
  background: #182e42;
  padding: 2rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
  border-top: 2px solid #EE851F;
  -webkit-animation: slideDown 1s;
  animation: slideDown 1s;
}

.nav_menu .navbar #nav-lists li .dropDown2 .dropDown1__column {
  text-align: left;
}

.nav_menu .navbar #nav-lists li .dropDown2 .dropDown1__column li {
  display: block;
}

.nav_menu .navbar #nav-lists li .dropDown2 .dropDown1__column li a {
  color: #fff;
  padding: 0 0 8px;
  display: block;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.nav_menu .navbar #nav-lists li .dropDown2 .dropDown1__column li a:hover {
  color: #ee851f;
}

.nav_menu .navbar #nav-lists li .dropDown2 .dropDown1__column .dropDown1__heading {
  color: #ee851f;
  margin-bottom: 20px;
}

.nav_menu .navbar #nav-lists li .dropDown3 {
  z-index: 999;
  position: absolute;
  right: 160px;
  margin-top: 0.5rem;
  border-radius: 0px 0px 15px 15px;
  width: 36%;
  max-width: 100%;
  background: #182e42;
  padding: 2rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
  border-top: 2px solid #EE851F;
  -webkit-animation: slideDown 1s;
  animation: slideDown 1s;
}

.nav_menu .navbar #nav-lists li .dropDown3 .dropDown1__column {
  text-align: left;
}

.nav_menu .navbar #nav-lists li .dropDown3 .dropDown1__column li {
  display: block;
}

.nav_menu .navbar #nav-lists li .dropDown3 .dropDown1__column li a {
  color: #fff;
  padding: 0 0 8px;
  display: block;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.nav_menu .navbar #nav-lists li .dropDown3 .dropDown1__column li a:hover {
  color: #ee851f;
}

.nav_menu .navbar #nav-lists li .dropDown3 .dropDown1__column .dropDown1__heading {
  color: #ee851f;
  margin-bottom: 20px;
}

.nav_menu .navbar #nav-lists li .dropDown4 {
  z-index: 99;
  position: absolute;
  left: 0;
  margin-top: 0.5rem;
  border-radius: 0px 0px 15px 15px;
  width: 100%;
  max-width: 100%;
  background: #182e42;
  padding: 2rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  border-top: 2px solid #EE851F;
  -webkit-animation: slideDown 1s;
  animation: slideDown 1s;
}

.nav_menu .navbar #nav-lists li .dropDown4 .dropDown1__column {
  text-align: left;
  width: auto;
}

.nav_menu .navbar #nav-lists li .dropDown4 .dropDown1__column .menu_image_add {
  width: 220px;
}

.nav_menu .navbar #nav-lists li .dropDown4 .dropDown1__column .menu_image_add img {
  width: 100%;
}

.nav_menu .navbar #nav-lists li .dropDown4 .dropDown1__column li {
  display: block;
}

.nav_menu .navbar #nav-lists li .dropDown4 .dropDown1__column li a {
  color: #fff;
  padding: 0 0 8px;
  display: block;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.nav_menu .navbar #nav-lists li .dropDown4 .dropDown1__column li a:hover {
  color: #ee851f;
}

.nav_menu .navbar #nav-lists li .dropDown4 .dropDown1__column .dropDown1__heading {
  color: #ee851f;
  margin-bottom: 20px;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.basket__dropDown {
  position: absolute;
  background-color: #27343f;
  width: 350px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 5px #00000026;
  box-shadow: 0px 0px 5px #00000026;
  right: -25px;
  top: 40px;
  -webkit-animation: slideDown 0.5s;
  animation: slideDown 0.5s;
  display: none;
  z-index: 9;
}
.basket__dropDown::before {
  content: "";
  position: absolute;
  right: 18px;
  top: -28px;
  width: 0px;
  height: 0px;
  border: 15px solid;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #27343f;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.basket__dropDown .bascket__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  padding: 20px 20px;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.basket__dropDown .bascket__item img {
  margin-right: 5px;
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(100%) invert(100%);
}

.basket__dropDown .bascket__item b {
  font-size: 18px;
  margin-right: 4px;
}

.basket__dropDown table {
  width: 100%;
  border-collapse: collapse;
}

.basket__dropDown table tr {
  background-color: #27343f;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.basket__dropDown table tr:last-child {
  border: none;
  background-color: #27343f;
}

.basket__dropDown table tr:last-child td {
  font-weight: 600;
}

.basket__dropDown table tr td {
  font-size: 16px;
  padding: 15px 20px;
  color: #fff;
}

#carticon__hover:hover .basket__dropDown {
  display: block;
}

#carticon__hover1:hover .basket__dropDown {
  display: block;
}

.basket_btn {
  margin: 10px 20px 20px;
}

.basket_btn button {
  width: 100%;
  border: none;
  background-color: transparent;
}

.basket_btn button a {
  width: 100%;
  padding: 10px 0;
  background-color: #ee851f;
  border: none;
  font-size: 16px;
  color: #fff;
  border-radius: 50px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  text-decoration: none;
  float: left;
  font-weight: 500;
}

.basket_btn button:focus {
  outline: none;
}

@media only screen and (max-width: 525px) {
  .basket__dropDown {
    width: 280px;
    right: -90px;
  }
  .basket__dropDown::before {
    right: 83px;
  }

  .bascket__item {
    font-size: 0.875rem !important;
  }
  .bascket__item b {
    margin-left: 10px !important;
  }
  .bascket__item img {
    margin-bottom: 6px;
  }

  .basket__dropDown table tr td {
    font-size: 0.875rem !important;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }

  .navbar ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: fixed;
    left: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #2c3b58;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    z-index: 999;
    top: 0;
    height: 100%;
    margin: 0;
  }

  .navbar ul li {
    display: block !important;
    text-align: center;
    padding: 0 0 20px;
  }

  .navbar ul li a {
    padding: 0px !important;
    font-size: 16px !important;
    height: auto !important;
    line-height: normal !important;
    color: #fff !important;
    text-align: center;
  }

  .navbar ul .close {
    display: block;
  }

  .navbar .icon-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar ._Menus-show {
    left: 0;
    padding-top: 100px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .nav_menu .navbar #nav-lists li .dropDown1 {
    position: unset;
    width: 60%;
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: transparent;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .nav_menu .navbar #nav-lists li .dropDown1 .dropDown1__column {
    text-align: left;
    position: unset;
  }

  .nav_menu .navbar #nav-lists li .dropDown1 .dropDown1__column li {
    font-weight: 400;
  }

  .nav_menu .navbar #nav-lists li .dropDown1 .dropDown1__column .dropDown1__heading {
    margin-bottom: 12px;
    padding-bottom: 0;
  }

  .nav_menu .navbar #nav-lists li .dropDown2 {
    position: unset;
    width: 60%;
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: transparent;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .nav_menu .navbar #nav-lists li .dropDown2 .dropDown1__column {
    text-align: left;
    position: unset;
  }

  .nav_menu .navbar #nav-lists li .dropDown2 .dropDown1__column li {
    font-weight: 400;
  }

  .nav_menu .navbar #nav-lists li .dropDown2 .dropDown1__column .dropDown1__heading {
    margin-bottom: 12px;
    padding-bottom: 0;
  }

  .nav_menu .navbar #nav-lists li .dropDown3 {
    position: unset;
    width: 60%;
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: transparent;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .nav_menu .navbar #nav-lists li .dropDown3 .dropDown1__column {
    text-align: left;
    position: unset;
  }

  .nav_menu .navbar #nav-lists li .dropDown3 .dropDown1__column li {
    font-weight: 400;
  }

  .nav_menu .navbar #nav-lists li .dropDown3 .dropDown1__column .dropDown1__heading {
    margin-bottom: 12px;
    padding-bottom: 0;
  }

  .nav_menu .navbar #nav-lists li .dropDown4 {
    position: unset;
    width: 60%;
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: transparent;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .nav_menu .navbar #nav-lists li .dropDown4 .dropDown1__column {
    text-align: left;
    position: unset;
  }

  .nav_menu .navbar #nav-lists li .dropDown4 .dropDown1__column li {
    font-weight: 400;
  }

  .nav_menu .navbar #nav-lists li .dropDown4 .dropDown1__column .dropDown1__heading {
    margin-bottom: 12px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .nav_menu .navbar #nav-lists li .dropDown4 hr {
    display: none;
  }

  .nav_menu .navbar #nav-lists li .dropDown4 .dropDown1__column .dropDown1__heading::after {
    border: 0px solid #696969;
  }

  .nav_menu .navbar #nav-lists li .dropDown4 .dropDown1__column .menu_image_add {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar ul li {
    padding: 0 0 10px;
  }

  .col-12.col-md-12.col-xl-5.mega-menu-column.px-4.py-5 {
    padding-bottom: 0 !important;
    padding-top: 10px !important;
  }

  .col-12.col-md-12.col-xl-5.mega-menu-column.px-4.py-5 ul {
    margin-top: 0 !important;
  }

  .padding_zero_mobile {
    padding-bottom: 0 !important;
    padding-top: 10px !important;
  }

  .padding_zero_mobile ul {
    margin: 0 !important;
  }

  .bg-deep-blue {
    background: #1a2731 !important;
    margin: 0 auto 20px;
    display: block;
    border-radius: 0px 0px 10px 10px;
  }

  .mega-menu .column-header h5 {
    text-align: center;
  }

  .mega-menu .column-header .text-white {
    text-align: center;
    padding: 0 50px;
  }

  .nav_menu .navbar #nav-lists li ul {
    flex-wrap: unset;
    height: auto;
    left: 0;
    position: unset !important;
  }

  .nav_menu .navbar #nav-lists li .dropDown5 {
    position: unset;
    width: 60%;
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: transparent;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .nav_menu .navbar #nav-lists li .dropDown5 .dropDown1__column {
    text-align: left;
    position: unset;
  }

  .nav_menu .navbar #nav-lists li .dropDown5 .dropDown1__column li {
    font-weight: 400;
  }

  .navbar ul li a {
    padding: 0px !important;
    font-size: 16px !important;
    height: auto !important;
    line-height: normal !important;
    color: #fff !important;
    text-align: center;
  }

  .mega-menu-offer-sidebar-wrap {
    display: none !important;
  }
}
@media only screen and (max-width: 1200px) {
  .nav_menu .navbar #nav-lists li .dropDown5 {
    width: 100%;
  }

  .nav_menu .navbar #nav-lists li .dropDown3 {
    width: 100%;
  }

  .nav_menu .navbar #nav-lists li .dropDown1 {
    width: 100%;
  }

  .nav_menu .navbar #nav-lists li .dropDown2 {
    width: 100%;
  }

  .nav_menu .navbar #nav-lists li .dropDown4 .dropDown1__column.menu_logo_bgs {
    width: 50%;
    margin: auto;
  }

  .nav_menu .navbar #nav-lists li .dropDown4 .dropDown1__column.menu_logo_bgs p {
    text-align: center;
  }

  .nav_menu .navbar #nav-lists li .dropDown5 .dropDown1__column.menu_logo_bgs {
    width: 50%;
    margin: auto;
  }

  .nav_menu .navbar #nav-lists li .dropDown5 .dropDown1__column.menu_logo_bgs p {
    text-align: center;
  }

  .nav_menu .navbar #nav-lists li .dropDown1 .dropDown1__column.menu_logo_bgs {
    width: 50%;
    margin: auto;
  }

  .nav_menu .navbar #nav-lists li .dropDown1 .dropDown1__column.menu_logo_bgs p {
    text-align: center;
  }

  .nav_menu .navbar #nav-lists li .dropDown3 .dropDown1__column.menu_logo_bgs {
    width: 50%;
    margin: auto;
  }

  .nav_menu .navbar #nav-lists li .dropDown3 .dropDown1__column.menu_logo_bgs p {
    text-align: center;
  }

  .nav_menu .navbar #nav-lists li .dropDown2 .dropDown1__column.menu_logo_bgs {
    width: 50%;
    margin: auto;
  }

  .nav_menu .navbar #nav-lists li .dropDown2 .dropDown1__column.menu_logo_bgs p {
    text-align: center;
  }

  .nav_menu .navbar #nav-lists li .dropDown4 .contact_us_menu {
    position: unset;
    width: 90%;
    margin: 0 auto;
  }

  .nav_menu .navbar #nav-lists li .dropDown5 .contact_us_menu {
    position: unset;
    width: 90%;
    margin: 0 auto;
  }

  .nav_menu .navbar #nav-lists li .dropDown1 .contact_us_menu {
    position: unset;
    width: 90%;
    margin: 0 auto;
  }

  .nav_menu .navbar #nav-lists li .dropDown3 .contact_us_menu {
    position: unset;
    width: 90%;
    margin: 0 auto;
  }

  .nav_menu .navbar #nav-lists li .dropDown2 .contact_us_menu {
    position: unset;
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .footer_top_wrapp .top_fotter_icon {
    display: block;
    border-right: 0px solid #434e57;
    padding-right: 0;
  }

  .footer_top_wrapp .top_fotter_icon .rpeat_icons-ftr {
    width: 50%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer_top_wrapp .top_fotter_icon .rpeat_icons-ftr img {
    height: 46px;
  }

  .footer_wrapp .footer1Links__worldPay {
    text-align: center;
    margin-top: 20px;
  }

  .footer_wrapp .footer1Links__worldPay img {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .header__wrap .center__headerMain .center__header .center__logo img {
    width: 130px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.nav_menu .navbar #nav-lists li .dropDown4 .dropDown1__column .dropDown1__heading {
  color: #ee851f;
  margin-bottom: 32px;
  position: relative;
  min-height: 30px;
}

.nav_menu .navbar #nav-lists li .dropDown4 .dropDown1__column .dropDown1__heading::after {
  position: absolute;
  content: "";
  border-bottom: 0px solid #696969;
  width: 100%;
  left: 0px;
  bottom: -8px;
}

.nav_menu .navbar #nav-lists li .dropDown4 hr {
  position: absolute;
  top: 51px;
  width: 94%;
  border: 3px solid #696969;
}

.nav_menu .navbar #nav-lists li .dropDown4 {
  border-top: 0px solid #EE851F;
}

.nav_menu .navbar #nav-lists li .dropDown1 {
  border-top: 0px solid #EE851F;
}

.nav_menu .navbar #nav-lists li .dropDown3 {
  border-top: 0px solid #EE851F;
}

.nav_menu .navbar #nav-lists li .dropDown2 {
  border-top: 0px solid #EE851F;
}

.nav_menu .navbar #nav-lists li .dropDown4 hr {
  border: 1px solid #696969;
}

.nav_menu .navbar #nav-lists li .dropDown1__column li a {
  font-weight: normal !important;
}

.nav_menu .navbar #nav-lists li .dropDown4 {
  z-index: 9999 !important;
}

.nav_menu .navbar #nav-lists li .dropDown5 {
  z-index: 999;
  position: absolute;
  left: 220px;
  margin-top: 0.5rem;
  border-radius: 0px 0px 15px 15px;
  width: 55%;
  max-width: 100%;
  background: #243440f5;
  box-shadow: 0px 10px 28px -8px #243440;
  padding: 2rem 2rem;
  display: flex;
  justify-content: space-evenly !important;
  border-top: 0px solid #EE851F;
  -webkit-animation: slideDown 1s;
  animation: slideDown 1s;
}

.nav_menu .navbar #nav-lists li .dropDown5 .dropDown1__column li {
  display: block;
}

.nav_menu .navbar #nav-lists li .dropDown5 .dropDown1__column li a {
  color: #fff;
  padding: 0 0 8px;
  display: block;
  transition: 0.7s;
}

.nav_menu .navbar #nav-lists li .dropDown5 .dropDown1__column {
  text-align: left;
}

.nav_menu .navbar #nav-lists li .dropDown1 {
  right: 0px;
  width: 60%;
  background: #243440f5;
  box-shadow: 0px 10px 28px -8px #243440;
  border-top: 0px solid #EE851F;
}

.nav_menu .navbar #nav-lists li .dropDown3 {
  right: 0;
  width: 78%;
  background: #243440f5;
  box-shadow: 0px 10px 28px -8px #243440;
}

.nav_menu .navbar #nav-lists li .dropDown4 {
  background: #243440f5;
  box-shadow: 0px 10px 28px -8px #243440;
}

.nav_menu .navbar #nav-lists li .dropDown2 {
  background: #243440f5;
  box-shadow: 0px 10px 28px -8px #243440;
}

@media only screen and (max-width: 768px) {
  .mega-menu-call-to-action.bg-white.d-flex.justify-content-between.align-content-center.rounded {
    display: block !important;
  }

  .mega-menu .mega-menu-call-to-action .call-to-action-text {
    font-size: 16px !important;
    margin-bottom: 6px !important;
  }

  .mega-menu-call-to-action.bg-white.d-flex.justify-content-between.align-content-center.rounded a {
    display: block;
    width: 100% !important;
  }

  .mega-menu-call-to-action.bg-white.d-flex.justify-content-between.align-content-center.rounded a button {
    width: 100%;
    margin-top: 10px;
  }
}
@-webkit-keyframes slideDown1000 {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideDown1000 {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.header__wrap .top__headerMain .top__header .top__contactInfo ul .contact p {
  margin: 0px;
  color: #fff;
  font-size: 16px;
}

.header__wrap .top__headerMain .top__header .top__contactInfo ul li a .fa.fa-linkedin:hover {
  color: #3B5998;
}

.header__wrap .top__headerMain .top__header .top__contactInfo ul li a .fa.fa-facebook-f:hover {
  color: #3B5998;
}

.header__wrap .top__headerMain .top__header .top__contactInfo ul li a .fa.fa-twitter:hover {
  color: #55ACEE;
}

.header__wrap .top__headerMain .top__header .top__contactInfo ul li a .fa.fa-instagram:hover {
  color: #d6249f;
}

.header__wrap .top__headerMain .top__header .top__contactInfo ul li a .fa.fa-youtube:hover {
  color: #D72C4C;
}

.footer_wrapp .footer1AboutUs .social_icons a .fa.fa-linkedin:hover {
  color: #3B5998;
}

.footer_wrapp .footer1AboutUs .social_icons a .fa.fa-facebook-f:hover {
  color: #3B5998;
}

.footer_wrapp .footer1AboutUs .social_icons a .fa.fa-twitter:hover {
  color: #55ACEE;
}

.footer_wrapp .footer1AboutUs .social_icons a .fa.fa-instagram:hover {
  color: #d6249f;
}

.footer_wrapp .footer1AboutUs .social_icons a .fa.fa-youtube:hover {
  color: #D72C4C;
}

#button {
  display: inline-block;
  background-color: #ee851f;
  font-size: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #2c3b58;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.nav_menu .navbar ul li .active {
  color: #EE851F !important;
}

.nav_menu .navbar #nav-lists li .dropDown1__column li .active {
  color: #ee851f !important;
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.footer_wrapp .footer_links_wrapp .footer1Services__block a {
  transition: all 0.5s ease;
  font-size: 15px;
}

.footer_wrapp .footer_links_wrapp .footer1Services__block a:hover {
  color: #ee851f;
}

.nav_menu .navbar #nav-lists li .dropDown4 .dropDown1__column .dropDown1__heading {
  margin-bottom: -5px;
}

.nav_menu .navbar #nav-lists li .dropDown1__column .dropDown1__heading p {
  color: #eff1f4;
  font-size: 13px;
  margin: 10px 0 10px;
  padding: 0 0px;
}

.nav_menu .navbar #nav-lists li .dropDown1__column li {
  transition: 0.7s;
  padding: 9px 10px;
}

.nav_menu .navbar #nav-lists li .dropDown1__column li:hover {
  background: transparent;
}

.nav_menu .navbar #nav-lists li .dropDown1__column li a {
  padding: 0 0 0px !important;
  font-size: 15px;
}

.nav_menu .navbar #nav-lists li .dropDown1__column li a:hover {
  color: #ee851f !important;
}

.nav_menu .navbar #nav-lists li .dropDown4 {
  width: 100%;
  max-width: 100%;
  padding: 0;
  right: 0;
  left: auto;
}

.nav_menu .navbar #nav-lists li .dropDown4 .dropDown1__column {
  padding: 20px 20px;
}

.nav_menu .navbar #nav-lists li .dropDown4 .dropDown1__column.menu_logo_bgs {
  background: #1a2731;
  padding: 4px 26px;
  width: 280px;
}

.nav_menu .navbar #nav-lists li ul .dropDown1__column.menu_logo_bgs {
  width: 320px;
}

.nav_menu .navbar #nav-lists li .dropDown4 .dropDown1__column.menu_logo_bgs h2 {
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.nav_menu .navbar #nav-lists li .dropDown4 .dropDown1__column.menu_logo_bgs p {
  color: #fff;
  font-size: 14px;
  margin: 28px 0;
}

.nav_menu .navbar #nav-lists li .dropDown4 .dropDown1__column .menu_image_add {
  width: 220px;
  text-align: center;
  margin: 0 auto 40px;
}

.nav_menu .navbar #nav-lists li .dropDown4 .contact_us_menu {
  position: absolute;
  bottom: 25px;
  background: #fff;
  left: 30px;
  display: flex;
  justify-content: space-between;
  padding: 12px 25px;
  align-items: center;
  width: 66%;
}

.nav_menu .navbar #nav-lists li .dropDown4 .contact_us_menu p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  margin-right: 20px;
}

.nav_menu .navbar #nav-lists li .dropDown4 .contact_us_menu button {
  outline: none;
  box-shadow: none;
  background: #ee851f;
  border: none;
  color: #fff;
  padding: 8px 28px;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
}

.nav_menu .navbar #nav-lists li .dropDown1__column .dropDown1__heading {
  color: #ee851f;
  margin-bottom: 0px !important;
  position: relative;
  min-height: 30px;
}

.nav_menu .navbar #nav-lists li .dropDown2 {
  right: 0;
  width: 55%;
}

.nav_menu .navbar #nav-lists li .dropDown5 {
  width: 100%;
  max-width: 100%;
  padding: 0;
  right: auto;
  left: 0px;
}

.nav_menu .navbar #nav-lists li .dropDown5 .dropDown1__column {
  padding: 20px 20px;
}

.nav_menu .navbar #nav-lists li .dropDown5 .dropDown1__column.menu_logo_bgs {
  background: #1a2731;
  padding: 4px 26px;
}

.nav_menu .navbar #nav-lists li .dropDown5 .dropDown1__column.menu_logo_bgs h2 {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.nav_menu .navbar #nav-lists li .dropDown5 .dropDown1__column.menu_logo_bgs p {
  color: #fff;
  font-size: 14px;
  margin: 28px 0;
}

.nav_menu .navbar #nav-lists li .dropDown5 .dropDown1__column .menu_image_add {
  width: 220px;
  text-align: center;
  margin: 0 auto 40px;
}

.nav_menu .navbar #nav-lists li .dropDown5 .dropDown1__column .menu_image_add img {
  width: 100%;
}

.nav_menu .navbar #nav-lists li .dropDown5 .contact_us_menu {
  position: absolute;
  bottom: 25px;
  background: #fff;
  left: 30px;
  display: flex;
  justify-content: space-between;
  padding: 12px 25px;
  align-items: center;
  width: 70%;
}

.nav_menu .navbar #nav-lists li .dropDown5 .contact_us_menu p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  margin-right: 15px;
}

.nav_menu .navbar #nav-lists li .dropDown5 .contact_us_menu button {
  outline: none;
  box-shadow: none;
  background: #ee851f;
  border: none;
  color: #fff;
  padding: 8px 15px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}

.nav_menu .navbar #nav-lists li .dropDown1 {
  width: 100%;
  max-width: 100%;
  padding: 0;
  right: 0;
  left: auto;
}

.nav_menu .navbar #nav-lists li .dropDown1 .dropDown1__column {
  padding: 20px 20px;
}

.nav_menu .navbar #nav-lists li .dropDown1 .dropDown1__column.menu_logo_bgs {
  background: #1a2731;
  padding: 4px 26px;
}

.nav_menu .navbar #nav-lists li .dropDown1 .dropDown1__column.menu_logo_bgs h2 {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.nav_menu .navbar #nav-lists li .dropDown1 .dropDown1__column.menu_logo_bgs p {
  color: #fff;
  font-size: 14px;
  margin: 28px 0;
}

.nav_menu .navbar #nav-lists li .dropDown1 .dropDown1__column .menu_image_add {
  width: 220px;
  text-align: center;
  margin: 0 auto 40px;
}

.nav_menu .navbar #nav-lists li .dropDown1 .dropDown1__column .menu_image_add img {
  width: 100%;
}

.nav_menu .navbar #nav-lists li .dropDown1 .contact_us_menu {
  position: absolute;
  bottom: 25px;
  background: #fff;
  left: 30px;
  display: flex;
  justify-content: space-between;
  padding: 12px 25px;
  align-items: center;
  width: 70%;
}

.nav_menu .navbar #nav-lists li .dropDown1 .contact_us_menu p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  margin-right: 15px;
}

.nav_menu .navbar #nav-lists li .dropDown1 .contact_us_menu button {
  outline: none;
  box-shadow: none;
  background: #ee851f;
  border: none;
  color: #fff;
  padding: 8px 15px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}

.nav_menu .navbar #nav-lists li .dropDown3 {
  width: 100%;
  max-width: 100%;
  padding: 0;
  right: 0;
  left: auto;
}

.nav_menu .navbar #nav-lists li .dropDown3 .dropDown1__column {
  padding: 20px 20px;
}

.nav_menu .navbar #nav-lists li .dropDown3 .dropDown1__column.menu_logo_bgs {
  background: #1a2731;
  padding: 4px 24px;
}

.nav_menu .navbar #nav-lists li .dropDown3 .dropDown1__column.menu_logo_bgs h2 {
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.nav_menu .navbar #nav-lists li .dropDown3 .dropDown1__column.menu_logo_bgs p {
  color: #fff;
  font-size: 13px;
  margin: 28px 0;
}

.nav_menu .navbar #nav-lists li .dropDown3 .dropDown1__column .all_locations_under_menu {
  position: relative;
  top: 21%;
  color: #ee851f;
}

.nav_menu .navbar #nav-lists li .dropDown3 .dropDown1__column .all_locations_under_menu .fa {
  margin-left: 10px;
}

.nav_menu .navbar #nav-lists li .dropDown3 .dropDown1__column .menu_image_add {
  width: 220px;
  text-align: center;
  margin: 0 auto 40px;
}

.nav_menu .navbar #nav-lists li .dropDown3 .dropDown1__column .menu_image_add img {
  width: 100%;
}

.nav_menu .navbar #nav-lists li .dropDown3 .contact_us_menu {
  position: absolute;
  bottom: 25px;
  background: #fff;
  left: 30px;
  display: flex;
  justify-content: space-between;
  padding: 12px 25px;
  align-items: center;
  width: 70%;
}

.nav_menu .navbar #nav-lists li .dropDown3 .contact_us_menu p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  margin-right: 20px;
}

.nav_menu .navbar #nav-lists li .dropDown3 .contact_us_menu button {
  outline: none;
  box-shadow: none;
  background: #ee851f;
  border: none;
  color: #fff;
  padding: 8px 28px;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
}

.nav_menu .navbar #nav-lists li .dropDown2 {
  width: 100%;
  max-width: 100%;
  padding: 0;
  right: 0;
  left: auto;
}

.nav_menu .navbar #nav-lists li .dropDown2 .dropDown1__column {
  padding: 20px 20px;
}

.nav_menu .navbar #nav-lists li .dropDown2 .dropDown1__column.menu_logo_bgs {
  background: #1a2731;
  padding: 4px 26px;
}

.nav_menu .navbar #nav-lists li .dropDown2 .dropDown1__column.menu_logo_bgs h2 {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.nav_menu .navbar #nav-lists li ul .dropDown1__column.menu_logo_bgs h2 {
  font-size: 15px;
}

.nav_menu .navbar #nav-lists li .dropDown2 .dropDown1__column.menu_logo_bgs p {
  color: #fff;
  font-size: 14px;
  margin: 28px 0;
}

.nav_menu .navbar #nav-lists li .dropDown2 .dropDown1__column .menu_image_add {
  width: 220px;
  text-align: center;
  margin: 0 auto 40px;
}

.nav_menu .navbar #nav-lists li .dropDown2 .dropDown1__column .menu_image_add img {
  width: 100%;
}

.nav_menu .navbar #nav-lists li .dropDown2 .contact_us_menu {
  position: absolute;
  bottom: 25px;
  background: #fff;
  left: 30px;
  display: flex;
  justify-content: space-between;
  padding: 12px 25px;
  align-items: center;
  width: 70%;
}

.nav_menu .navbar #nav-lists li .dropDown2 .contact_us_menu p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  margin-right: 15px;
}

.nav_menu .navbar #nav-lists li .dropDown2 .contact_us_menu button {
  outline: none;
  box-shadow: none;
  background: #ee851f;
  border: none;
  color: #fff;
  padding: 8px 15px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}

@media only screen and (max-width: 580px) {
  .nav_menu .navbar #nav-lists li .dropDown4 .dropDown1__column.menu_logo_bgs {
    width: 100%;
    margin: auto;
  }

  .nav_menu .navbar #nav-lists li .dropDown5 .dropDown1__column.menu_logo_bgs {
    width: 100%;
    margin: auto;
  }

  .nav_menu .navbar #nav-lists li .dropDown1 .dropDown1__column.menu_logo_bgs {
    width: 100%;
    margin: auto;
  }

  .nav_menu .navbar #nav-lists li .dropDown3 .dropDown1__column.menu_logo_bgs {
    width: 100%;
    margin: auto;
  }

  .nav_menu .navbar #nav-lists li .dropDown2 .dropDown1__column.menu_logo_bgs {
    width: 100%;
    margin: auto;
  }

  .nav_menu .navbar #nav-lists li .dropDown4 .contact_us_menu {
    position: unset;
    width: 100%;
    margin: 0 auto;
  }

  .nav_menu .navbar #nav-lists li .dropDown5 .contact_us_menu {
    position: unset;
    width: 100%;
    margin: 0 auto;
  }

  .nav_menu .navbar #nav-lists li .dropDown1 .contact_us_menu {
    position: unset;
    width: 100%;
    margin: 0 auto;
  }

  .nav_menu .navbar #nav-lists li .dropDown3 .contact_us_menu {
    position: unset;
    width: 100%;
    margin: 0 auto;
  }

  .nav_menu .navbar #nav-lists li .dropDown2 .contact_us_menu {
    position: unset;
    width: 100%;
    margin: 0 auto;
  }
}
.nav_menu .navbar #nav-lists li .dropDown1__column .dropDown1__heading:hover {
  background: transparent;
}

.header__wrap .top__headerMain .top__header .top__discountBar p {
  font-size: 16px;
}

.rpeat_icons-ftr img {
  width: 46px;
  height: 48px;
}

.nav_menu .navbar #nav-lists li ul .dropDown1__column .height_custom_nav {
  height: 140px;
}

.nav_menu .navbar #nav-lists li ul .dropDown1__column.menu_logo_bgs p .no_padding_nav {
  padding: 0 0 0 4px;
  font-size: 14px;
  font-weight: 400;
}

.ten_percentage_off {
  padding: 25px 0 0;
}

.ten_percentage_off p {
  font-size: 15px;
}

.input_search_off {
  display: flex;
}

.input_search_off input {
  width: 70%;
  padding: 15px 20px;
  border: none;
  outline: none;
  box-shadow: none;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.input_search_off button {
  background: #ee851f;
  color: #fff;
  border: 1px solid #ee851f;
  padding: 0 30px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  cursor: pointer;
  outline: none;
  transition: 0.7s;
}

.input_search_off button:hover {
  border: 1px solid #cf751b;
  background-color: #cf751b;
}

@media screen and (min-width: 991px) {
  .footer_wrapp .footer_links_wrapp .footer1Services__block h2 {
    margin-bottom: 50px;
    margin-top: 26px;
  }
}
@media screen and (min-width: 1400px) {
  .footer_wrapp .footer_links_wrapp .footer1Services__block h2 {
    margin-bottom: 56px;
    margin-top: 26px;
  }

  .nav_menu .navbar #nav-lists li .dropDown4 .dropDown1__column.max_three_hundred {
    max-width: 300px;
  }

  .nav_menu .navbar #nav-lists li .dropDown3 .dropDown1__column.first_location {
    max-width: 330px;
  }

  .nav_menu .navbar #nav-lists li .dropDown3 .dropDown1__column.two_location {
    max-width: 290px;
  }

  .nav_menu .navbar #nav-lists li .dropDown3 .dropDown1__column.three_location {
    max-width: 240px;
  }
}
.nav_menu .navbar #nav-lists li .dropDown1__column li a .fa.fa-sort-up {
  font-size: 16px;
  top: -4px;
  left: -7px;
  transform: rotate(90deg);
  padding: 0 0 0 6px;
}

.nav_menu .navbar #nav-lists li ul .dropDown1__column .dropDown1__heading {
  font-size: 18px;
}

.mega-menu .mega-menu-call-to-action a {
  padding: 0 !important;
  box-shadow: none !important;
}

.mega-menu .mega-menu-call-to-action .call-to-action-text {
  flex-grow: 2;
  text-align: center !important;
  padding: 5px;
}

.header__wrap .top__headerMain .top__header .top__link ul li .dropdown .dropdown-toggle::after {
  margin: 0px 0 -2px 10px;
  border: none;
}

.header__wrap .top__headerMain .top__header .top__link ul li .dropdown {
  margin: 0px;
}

.header__wrap .top__headerMain .top__header .top__link ul li .dropdown .dropdown-toggle .fa {
  padding-left: 6px;
}

.header__wrap .top__headerMain .top__header .top__link ul li .dropdown.show .dropdown-toggle .fa {
  padding-left: 0;
  transform: rotate(180deg);
  padding-right: 6px;
}

.header__wrap .top__headerMain .top__header .top__link ul li .dropdown .dropdown-menu {
  background-color: #20303c;
  top: 20px !important;
  box-shadow: none;
  left: -10px !important;
}

.header__wrap .top__headerMain .top__header .top__link ul li .dropdown .dropdown-toggle {
  font-size: 16px;
  font-weight: 500;
}

.header__wrap .top__headerMain .top__header .top__link ul li a:hover {
  color: #ee851f;
  background: none;
}

.header__wrap .top__headerMain .top__header .top__link ul li .dropdown .add_class {
  display: block;
  z-index: 9999;
}

.footer_wrapp .footer1Links__worldPay .stripe-logo {
  padding-top: 18px;
}

/* ADDED AFTER 03/03/22  */
.footer1Services__block .footer-contact {
  position: relative;
  padding-left: 25px;
}

.footer1Services__block .footer-contact span {
  color: white;
  font-size: 1rem;
  line-height: 1rem;
}

.footer1Services__block .footer-contact i {
  color: #EE851F;
  position: absolute;
  top: 2px;
  left: 0;
}

/** Helper classes - these should ideally be create via the utilities API in Bootstrap, but as we're not using SCSS for some reason, its hardcoded. **/
.text-orange {
  color: #ee851f !important;
}

.rotate-clockwise-90 {
  transform: rotate(90deg);
}

.btn-orange {
  background: #EE851F;
}

.bg-deep-blue {
  background: #1a2731 !important;
}

.bg-orange {
  background: #ee851f !important;
}

.app-max-width {
  max-width: 1320px;
}

/** Menu Styling **/
.mega-menu {
  top: 27px;
  background: #243440f5;
  box-shadow: 0px 10px 28px -8px #243440;
  max-width: 100%;
  right: auto;
  left: 0px;
  z-index: 999;
  border-radius: 0px 0px 15px 15px;
  background: #243440f5;
  display: flex;
  justify-content: space-evenly !important;
  border-top: 0px solid #EE851F;
  -webkit-animation: slideDown 1s;
  animation: slideDown 1s;
}

.mega-menu p, .mega-menu a {
  font-size: calc(1rem * 0.875) !important;
}

.mega-menu .column-header {
  min-height: 7rem;
}

.mega-menu .mega-menu-call-to-action .call-to-action-text {
  font-size: 1.125rem !important;
}

.mega-menu-link {
  transition: 0.2s !important;
}

.mega-menu-link:hover {
  color: #ee851f !important;
  transition: 0.2s !important;
}

.mega-menu-link .fa {
  transition: 0.2s !important;
}

.mega-menu-link-animation {
  transition: 0.2s !important;
}

.mega-menu-link-animation:hover {
  color: #ee851f !important;
  transition: 0.2s !important;
}

.mega-menu-link-animation:hover .fa {
  animation: moveArrow 1s infinite;
}

.mega-menu-link-animation .fa {
  transition: 0.2s !important;
}

@keyframes moveArrow {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 15px;
  }
  100% {
    margin-left: 0;
  }
}
.our-numbers .number p {
  text-align: center;
  padding: 0;
  margin: 0;
}
.our-numbers .number__top {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 100%;
  color: #EE851F;
}
.our-numbers .number__bottom {
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  font-size: 2rem;
  line-height: 180%;
  color: #20303C;
}
@media only screen and (max-width: 767px) {
  .our-numbers .number__top {
    font-size: 2rem;
  }
  .our-numbers .number__bottom {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 400px) {
  .our-numbers .number__top {
    font-size: 1.125rem;
  }
  .our-numbers .number__bottom {
    font-size: 0.9375rem;
  }
}

.application-form {
  max-width: 800px;
}
.application-form__logo {
  background-color: #20303C;
  border-radius: 6px 6px 0 0;
}
.application-form__logo img {
  display: block;
  width: 100%;
  max-width: 250px;
}
.application-form__logo #close-application-modal {
  font-size: 1.5rem;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.application-form__logo #close-application-modal:hover {
  color: #EE851F;
}
.application-form__title {
  text-align: center;
  color: #EE851F;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
}
.application-form__form #upload-CV {
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  font-size: 1rem;
  line-height: 150%;
  color: #20303C;
  cursor: pointer;
  display: block;
}
.application-form__form #applicant_CV {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 0px;
  height: 0px;
}

.image-and-text-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.image-and-text-banner h2 {
  color: white;
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  line-height: 100%;
  font-size: 3.75rem;
}
.image-and-text-banner p {
  color: white;
  width: 100%;
  max-width: 690px;
  font-size: 1.75rem;
  line-height: 180%;
}
.image-and-text-banner a {
  box-shadow: none;
  border: 2px solid #EE851F;
}
.image-and-text-banner a:hover {
  box-shadow: none;
  background-color: #20303C;
  border: 2px solid white;
}
@media screen and (max-width: 850px) {
  .image-and-text-banner h2 {
    font-size: 2.5rem;
  }
  .image-and-text-banner p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 450px) {
  .image-and-text-banner h2 {
    font-size: 1.25rem;
  }
  .image-and-text-banner p {
    font-size: 1rem;
  }
}

#join-team-banner {
  background-image: url("../img/careers-banner.jpg");
}

#notSureWhich {
  background-color: #F2F3F3;
}
#notSureWhich .which-service-chart {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: max-content;
}
#notSureWhich p {
  padding: 0;
  margin: 0;
}
#notSureWhich .box1 {
  grid-column: 2/span 4;
  grid-row: 1/span 1;
  justify-self: center;
  width: fit-content;
  max-width: 100%;
  padding: 20px;
  background-color: #f2f3f3;
  border: 2px dotted #868484;
  overflow: hidden;
  z-index: 99;
}
#notSureWhich .box1 p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #20303C;
  font-size: 1.375rem;
  line-height: 160%;
  text-align: center;
}
#notSureWhich .arrow {
  background-color: transparent;
  width: 2px;
  height: 80px;
  position: relative;
  border-right: 2px dotted #8e9499;
}
#notSureWhich .arrow::after {
  position: absolute;
  bottom: -1px;
  right: -4px;
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #23303b;
}
#notSureWhich .arrow--2 {
  height: 40px;
  margin-top: 40px;
}
#notSureWhich .arrow--4 {
  height: 23px;
}
#notSureWhich .arrow--5 {
  height: 23px;
}
#notSureWhich .arrow--6 {
  height: 23px;
}
#notSureWhich .box1-after {
  grid-column: 2/span 4;
  grid-row: 2/span 1;
  justify-self: stretch;
  padding-bottom: 2px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: -1fr 0fr;
  position: relative;
  margin-top: -40px;
}
#notSureWhich .box1-after .arrow--1 {
  grid-column: 1/span 1;
  grid-row: 2/span 1;
  justify-self: start;
}
#notSureWhich .box1-after .arrow--2 {
  grid-column: 2/span 1;
  grid-row: 1/span 2;
  justify-self: center;
}
#notSureWhich .box1-after .arrow--3 {
  grid-column: 3/span 1;
  grid-row: 2/span 1;
  justify-self: end;
}
#notSureWhich .box1-after .horizontal {
  grid-column: 1/span 3;
  grid-row: 1/span 1;
  align-self: end;
  z-index: 2;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  border-top: 2px dotted #8e9499;
}
#notSureWhich .mailBox {
  min-height: 80px;
  padding: 30px 10px;
  margin: 0 15px;
  position: relative;
}
#notSureWhich .mailBox p {
  grid-column: 2/span 1;
  grid-row: 1/span 2;
  align-self: center;
  z-index: 2;
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  font-size: 1.125rem;
  line-height: 120%;
  text-align: center;
  color: white;
}
#notSureWhich .mailBox__tooltip {
  cursor: pointer;
  position: absolute;
  text-align: end;
  top: 10px;
  right: 10px;
}
#notSureWhich .mailBox__tooltip i {
  font-size: 1.125rem;
  color: white;
}
#notSureWhich .mailBox--1 {
  grid-row: 3/span 1;
  grid-column: 1/span 2;
  background-color: #b8b7f3;
  border-radius: 6px;
}
#notSureWhich .mailBox--1 p {
  color: #2f2ead;
}
#notSureWhich .mailBox--2 {
  grid-row: 3/span 1;
  grid-column: 3/span 2;
  background-color: #a9cfa5;
  border-radius: 6px;
}
#notSureWhich .mailBox--2 p {
  color: #3d7433;
}
#notSureWhich .mailBox--3 {
  grid-row: 3/span 1;
  grid-column: 5/span 2;
  background-color: #e6b37d;
  border-radius: 6px;
}
#notSureWhich .mailBox--3 p {
  color: #bc6629;
}
#notSureWhich .arrow--4 {
  grid-row: 4/span 1;
  grid-column: 2/span 1;
  justify-self: start;
  margin-bottom: 2px;
  height: 80px;
}
#notSureWhich .arrow--5 {
  grid-row: 4/span 1;
  grid-column: 3/span 2;
  justify-self: center;
  margin-bottom: 2px;
  height: 80px;
}
#notSureWhich .arrow--6 {
  grid-row: 4/span 1;
  grid-column: 5/span 1;
  justify-self: end;
  margin-bottom: 2px;
  height: 80px;
}
#notSureWhich .box2 {
  grid-column: 1/span 6;
  grid-row: 5/span 1;
  justify-self: center;
  width: 100%;
  max-width: 960px;
  padding: 20px;
  background-color: transparent;
  border: 2px dotted #8e9499;
}
#notSureWhich .box2 p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #232f3a;
  font-size: 1.375rem;
  line-height: 160%;
  text-align: center;
}
#notSureWhich .arrow--7 {
  grid-row: 6/span 1;
  grid-column: 2/span 1;
  justify-self: start;
  margin-bottom: 2px;
}
#notSureWhich .arrow--8 {
  grid-row: 6/span 1;
  grid-column: 3/span 2;
  justify-self: center;
  margin-bottom: 2px;
}
#notSureWhich .arrow--9 {
  grid-row: 6/span 1;
  grid-column: 5/span 1;
  justify-self: end;
  margin-bottom: 2px;
}
#notSureWhich .sBox {
  min-height: 80px;
  padding: 10px;
  text-decoration: none;
  transition: all 0.5s ease;
  position: relative;
  margin: 0 15px 60px 15px;
}
#notSureWhich .sBox p {
  width: fit-content;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  font-size: 1.0625rem;
  color: white;
  line-height: 120%;
}
#notSureWhich .sBox--green {
  background-color: #4CAF50;
}
#notSureWhich .sBox--green:hover {
  background-color: #38813a;
}
#notSureWhich .sBox--purple {
  background-color: #a9cfa5;
  border-radius: 6px;
}
#notSureWhich .sBox--purple p {
  color: #3d7433;
}
#notSureWhich .sBox--blue {
  background-color: #e6b37d;
  border-radius: 6px;
}
#notSureWhich .sBox--blue p {
  color: #bc6629;
}
#notSureWhich .sBox--or::after {
  position: absolute;
  bottom: -28px;
  content: "Or";
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #20303C;
}
#notSureWhich .sBox--1 {
  grid-row: 7/span 1;
  grid-column: 1/span 2;
  justify-self: stretch;
  align-self: stretch;
}
#notSureWhich .sBox--2 {
  grid-row: 8/span 1;
  grid-column: 1/span 2;
  justify-self: stretch;
  align-self: stretch;
}
#notSureWhich .sBox--3 {
  grid-row: 7/span 1;
  grid-column: 3/span 2;
  justify-self: stretch;
  align-self: stretch;
}
#notSureWhich .sBox--4 {
  grid-row: 8/span 1;
  grid-column: 3/span 2;
  justify-self: stretch;
  align-self: stretch;
}
#notSureWhich .sBox--5 {
  grid-row: 7/span 1;
  grid-column: 5/span 2;
  justify-self: stretch;
  align-self: stretch;
}
#notSureWhich .sBox--6 {
  grid-row: 8/span 1;
  grid-column: 5/span 2;
  justify-self: stretch;
  align-self: stretch;
}
#notSureWhich .sBox--7 {
  grid-row: 9/span 1;
  grid-column: 5/span 2;
  justify-self: stretch;
  align-self: stretch;
}
#notSureWhich .sBox--8 {
  grid-row: 10/span 1;
  grid-column: 5/span 2;
  justify-self: stretch;
  align-self: stretch;
}
@media screen and (max-width: 800px) {
  #notSureWhich .box1 {
    padding: 20px 10px;
  }
  #notSureWhich .box1 p {
    font-size: 1.125rem;
  }
  #notSureWhich .mailBox p {
    font-size: 0.875rem;
  }
  #notSureWhich .box2 {
    padding: 20px 10px;
  }
  #notSureWhich .box2 p {
    font-size: 1.125rem;
  }
  #notSureWhich .sBox p {
    font-size: 0.875rem;
  }
  #notSureWhich .sBox--or::after {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  #notSureWhich .box1 p {
    font-size: 1rem;
  }
  #notSureWhich .mailBox {
    margin: 0 10px;
  }
  #notSureWhich .mailBox p {
    font-size: 0.75rem;
  }
  #notSureWhich .box2 p {
    font-size: 1rem;
  }
  #notSureWhich .sBox {
    margin: 0 10px 30px 10px;
  }
  #notSureWhich .sBox p {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 350px) {
  #notSureWhich .box1 p {
    font-size: 0.875rem;
  }
  #notSureWhich .mailBox {
    margin: 0 5px;
  }
  #notSureWhich .mailBox p {
    font-size: 0.625rem;
  }
  #notSureWhich .box2 p {
    font-size: 0.875rem;
  }
  #notSureWhich .sBox {
    margin: 0 5px 30px 5px;
  }
  #notSureWhich .sBox p {
    font-size: 0.625rem;
  }
}

#notSureWhich .which-service-chart .sBox--green {
  background-color: #b8b7f3;
  border-radius: 6px;
}
#notSureWhich .which-service-chart .sBox--green p {
  color: #2f2ead;
}
#notSureWhich .which-service-chart .sBox--1::after {
  position: absolute;
  bottom: -39px;
  content: "Or";
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #4948ba;
  background-color: #b8b7f3;
  padding: 0px 10px;
  border-radius: 15px;
  border: 2px dotted #7a78d2;
  height: 22px;
  line-height: 17px;
  cursor: auto;
}
#notSureWhich .which-service-chart .sBox--3::after {
  position: absolute;
  bottom: -39px;
  content: "Or";
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #508448;
  background-color: #a9cfa5;
  padding: 0px 10px;
  border-radius: 15px;
  border: 2px dotted #8bad86;
  height: 22px;
  line-height: 17px;
  cursor: auto;
}
#notSureWhich .which-service-chart .sBox--5::after {
  position: absolute;
  bottom: -39px;
  content: "Or";
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #ba6429;
  background-color: #e6b37d;
  padding: 0px 10px;
  border-radius: 15px;
  border: 2px dotted #d69b66;
  height: 22px;
  line-height: 17px;
  cursor: auto;
}
#notSureWhich .which-service-chart .sBox--6::after {
  position: absolute;
  bottom: -39px;
  content: "Or";
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #ba6429;
  background-color: #e6b37d;
  padding: 0px 10px;
  border-radius: 15px;
  border: 2px dotted #d69b66;
  height: 22px;
  line-height: 17px;
  cursor: auto;
}
#notSureWhich .which-service-chart .sBox--7::after {
  position: absolute;
  bottom: -39px;
  content: "Or";
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #ba6429;
  background-color: #e6b37d;
  padding: 0px 10px;
  border-radius: 15px;
  border: 2px dotted #d69b66;
  height: 22px;
  line-height: 17px;
  cursor: auto;
  display: none;
}
#notSureWhich .which-service-chart .arrow--vertical {
  position: absolute;
  border-left: 2px dotted #687178;
  width: 2px;
  height: 58px;
  bottom: -56px;
}
#notSureWhich .which-service-chart .arrow--vertical::after {
  position: absolute;
  bottom: -2px;
  right: -2px;
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #23303b;
}

@media screen and (max-width: 600px) {
  #notSureWhich .which-service-chart .sBox--1::after {
    bottom: -27px;
  }
  #notSureWhich .which-service-chart .sBox--3::after {
    bottom: -27px;
  }
  #notSureWhich .which-service-chart .sBox--5::after {
    bottom: -27px;
  }
  #notSureWhich .which-service-chart .sBox--6::after {
    bottom: -27px;
  }
  #notSureWhich .which-service-chart .sBox--7::after {
    bottom: -27px;
  }
}
@media screen and (max-width: 800px) {
  .table_summry, .add_optnl-wrpp, .upgrade_pro {
    max-width: 100%;
    width: 100%;
  }
  .table_summry .table-responsive, .add_optnl-wrpp .table-responsive, .upgrade_pro .table-responsive {
    max-width: 100% !important;
  }
  .table_summry .table-responsive .table, .add_optnl-wrpp .table-responsive .table, .upgrade_pro .table-responsive .table {
    max-width: 100% !important;
  }
  .table_summry .table-responsive .table .cartprice, .add_optnl-wrpp .table-responsive .table .cartprice, .upgrade_pro .table-responsive .table .cartprice {
    display: none !important;
  }
  .table_summry .table-responsive .table .cartItem, .add_optnl-wrpp .table-responsive .table .cartItem, .upgrade_pro .table-responsive .table .cartItem {
    max-width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    padding-bottom: 20px !important;
  }
  .table_summry .table-responsive .table .cartItem__price, .add_optnl-wrpp .table-responsive .table .cartItem__price, .upgrade_pro .table-responsive .table .cartItem__price {
    width: fit-content !important;
    padding: 0px 0 0px 111px !important;
    border: none !important;
  }
  .table_summry .table-responsive .table .cartItem__delete, .add_optnl-wrpp .table-responsive .table .cartItem__delete, .upgrade_pro .table-responsive .table .cartItem__delete {
    width: 50% !important;
    padding: 0px 0 0px 0 !important;
    border: none !important;
    text-align: center !important;
    vertical-align: middle !important;
  }
  .table_summry .table-responsive .table .cartItem__delete a, .add_optnl-wrpp .table-responsive .table .cartItem__delete a, .upgrade_pro .table-responsive .table .cartItem__delete a {
    width: 100% !important;
  }
  .table_summry .table-responsive .table .cartItem__delete a img, .add_optnl-wrpp .table-responsive .table .cartItem__delete a img, .upgrade_pro .table-responsive .table .cartItem__delete a img {
    margin: auto !important;
  }
  .table_summry .table-responsive .table .cartItem__btn, .add_optnl-wrpp .table-responsive .table .cartItem__btn, .upgrade_pro .table-responsive .table .cartItem__btn {
    width: 50% !important;
    padding: 0px 0 0px 0 !important;
    text-align: center !important;
    vertical-align: middle !important;
    border: none !important;
  }
  .table_summry .table-responsive .table .cartItem__itemName, .add_optnl-wrpp .table-responsive .table .cartItem__itemName, .upgrade_pro .table-responsive .table .cartItem__itemName {
    width: 100% !important;
    padding: 20px 0 0px 0 !important;
  }
}
@media screen and (max-width: 450px) {
  .table_summry .table-responsive .table .cartItem__price, .add_optnl-wrpp .table-responsive .table .cartItem__price, .upgrade_pro .table-responsive .table .cartItem__price {
    padding: 0px 0 0px 0px !important;
  }
  .table_summry .table-responsive .table .cartItem__itemName img, .add_optnl-wrpp .table-responsive .table .cartItem__itemName img, .upgrade_pro .table-responsive .table .cartItem__itemName img {
    display: none !important;
  }
}
/* <!-- modal css start --> */
@-webkit-keyframes "slideDown1000" {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes "slideDown1000" {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* DISCOUNT MODAL CSS START */
/* DISCOUNT MODAL CSS END */
/* discount modal css */
/* discount modal css end */
/* 14/12/2021 myco-amends css  */
/* The mailing check */
/* Hide the browser's default checkbox */
/* Create a custom checkbox */
/* On mouse-over, add a grey background color */
/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
/* Show the checkmark when checked */
/* Style the checkmark/indicator */
/* The mailing check end */
/* loader css */
@keyframes "lds-dual-ring" {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* loader css end*/
/* myco-amends css end */
/* thankyou css */
@keyframes "slideDown" {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* thankyou css end */
/* google review button css start */
/* google review button css end */
/* .cartProgressWrap .cartProgress {
  width: 100%;
  max-width: 90%;
  margin: 0 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: max-content 40px max-content 1fr max-content 40px max-content 1fr max-content 40px max-content;
      grid-template-columns: -webkit-max-content 40px -webkit-max-content 1fr -webkit-max-content 40px -webkit-max-content 1fr -webkit-max-content 40px -webkit-max-content;
      grid-template-columns: max-content 40px max-content 1fr max-content 40px max-content 1fr max-content 40px max-content;
  -ms-grid-rows: max-content max-content;
      grid-template-rows: -webkit-max-content -webkit-max-content;
      grid-template-rows: max-content max-content;
  grid-row-gap: 2rem;
} */
/* .cartProgressWrap .cartProgress__stageName p {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    text-align: center;
    font-size: 15px;
  } */
/* .cartProgressWrap .cartProgress {
  width: 100%;
  max-width: 100%;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: max-content 40px max-content 1fr max-content 40px max-content 1fr max-content 40px max-content;
  grid-template-columns: -webkit-max-content 40px -webkit-max-content 1fr -webkit-max-content 40px -webkit-max-content 1fr -webkit-max-content 40px -webkit-max-content;
  grid-template-columns: max-content 40px max-content 1fr max-content 40px max-content 1fr max-content 40px max-content;
  -ms-grid-rows: max-content max-content;
  grid-template-rows: -webkit-max-content -webkit-max-content;
  grid-template-rows: max-content max-content;
  grid-row-gap: 2rem;
} */
/* Rounded sliders */
/* switch1 */
/* Rounded sliders */
/* The container */
/* Hide the browser's default checkbox */
/* Create a custom checkbox */
/* On mouse-over, add a grey background color */
/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
/* Show the checkmark when checked */
/* Style the checkmark/indicator */
/* The container */
/* Hide the browser's default checkbox */
/* Create a custom checkbox */
/* On mouse-over, add a grey background color */
/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
/* Show the checkmark when checked */
/* Style the checkmark/indicator */
/* CODE ADDED AFTER 26/04/2022  */
.location_wrapp .color_bg_location_white .map_box p {
  text-align: left;
  color: #7d7d7d;
  margin-bottom: 0px;
  border-bottom: 0px solid #f2f3f3;
  padding-bottom: 10px;
  line-height: 20px;
  margin-bottom: 6px;
  padding-bottom: 0px;
  border: none !important;
}
.location_wrapp .color_bg_location_white .map_box p span {
  cursor: pointer;
}
.location_wrapp .color_bg_location_white .map_box .map_bxx {
  margin-top: 40px;
}
.location_wrapp .color_bg_location_white .map_box .expandmap {
  background: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  color: #ee851f;
  margin-top: -11px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.location_wrapp .color_bg_location_white .map_box .expandmap.down_arrow::after {
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  color: #ee851f;
  position: relative;
  top: 3px;
  left: 8px;
}
.location_wrapp .color_bg_location_white .map_box .expandmap.top_arrow::after {
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  color: #ee851f;
  position: relative;
  top: 3px;
  left: 8px;
}
.location_wrapp .color_bg_location .locationss_box .location_rpeat {
  width: 85%;
  margin-bottom: 0;
  margin-top: 20px;
  margin-top: 25px;
  width: 86%;
}
.location_wrapp .color_bg_location .locationss_box p span {
  padding: 0 15px;
}
.location_wrapp .color_bg_location .locationss_box .location_rpeat.active {
  border: 1px solid #EE851F;
}
.location_wrapp .color_bg_location .locationss_box .location_rpeat.active p {
  color: #000;
}
.location_wrapp .color_bg_location .locationss_box .active {
  border: 1px solid #EE851F;
}
.location_wrapp .color_bg_location .locationss_box .active p {
  color: #000;
}

.address__wrap .address__contant .price__locationBTN .our_locatins {
  background-color: transparent !important;
  box-shadow: none !important;
  border: 1px solid #EE851F !important;
  color: #EE851F !important;
}
.address__wrap .address__contant .price__locationBTN .our_locatins:hover {
  color: #FFF !important;
  background: #ee851f !important;
}
.address__wrap .address__contant .price__locationBTN a:first-child {
  border: 1px solid #ee851f;
  background-color: #ee851f;
  padding: 14px 35px;
  border-radius: 50px;
  margin-right: 2rem;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #FFF;
  -webkit-box-shadow: 0px 10px 21px rgba(236, 126, 43, 0.4);
  box-shadow: 0px 10px 21px rgba(236, 126, 43, 0.4);
}
.address__wrap .address__contant .price__locationBTN a:first-child:hover {
  background-color: #20303C;
  border-color: #20303C;
  color: #fff;
  box-shadow: none;
}
.address__wrap .address__contant p a {
  color: #ee851f;
}
.address__wrap .address__image .video_arrow {
  position: absolute;
  bottom: -40px;
  left: 30px;
}
.address__wrap .address__image .video_arrow .arrow_img {
  width: auto;
  position: relative;
  top: 60px;
  left: 120px;
}
.address__wrap .address__image .video_arrow .arrow_img .find_out {
  margin: 0;
  line-height: 0;
  position: relative;
  left: 100px;
  top: -20px;
}

#cf {
  position: relative;
  top: -40px;
  margin: 0px auto 0;
}
#cf img {
  position: absolute;
  left: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  -o-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}
#cf img.top:hover {
  opacity: 0;
}

.popular_services .virtual_boxs .bottom_sctn button:hover {
  background: #20303C;
  color: #fff;
  box-shadow: none;
  border: 1px solid #20303C;
}
.popular_services .view_all button:hover {
  background: #ee851f;
  color: #fff !important;
  border: 1px solid #ee851f !important;
  box-shadow: 0px 10px 21px rgba(236, 126, 43, 0.4) !important;
}
.popular_services .most_popular {
  text-align: center;
  margin-bottom: 60px;
  background: transparent;
  padding-bottom: 0;
  padding-top: 60px;
}

.meetingRoomMapModal .modal {
  width: 806px;
  left: auto;
  right: auto;
  height: 630px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.meetingRoomMapModal__close {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.meetingRoomMapModal__close p {
  font-weight: 400;
  font-size: 22px;
  color: #4D4C4C;
  color: #2c3b58;
  -webkit-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
  margin: 0 0 0;
}
.meetingRoomMapModal__close i {
  color: #EE851F;
  font-size: 26px;
  margin-left: 1rem;
}
.meetingRoomMapModal__close:hover {
  cursor: pointer;
}
.meetingRoomMapModal__close:hover p {
  color: #EE851F;
}

.meetingRoomMapModal__h1 {
  font-weight: 500;
  font-size: 20px;
  color: #EE851F;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}

.meetingRoomMapModal__p1 {
  font-weight: 400;
  font-size: 16px;
  color: #4D4C4C;
  line-height: 160%;
  text-align: center;
  max-width: 45rem;
  margin: auto;
  margin-bottom: 1rem;
}

.meetingRoomMapModal__p2 {
  font-weight: 400;
  font-size: 16px;
  color: #4D4C4C;
  line-height: 160%;
  text-align: center;
  color: #EE851F;
  margin: auto;
  margin-bottom: 2rem;
}

.meetingRoomMapModal__map {
  width: 100%;
  height: 320px;
}
.meetingRoomMapModal__map .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 100%;
  width: 100%;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 375px;
  width: 100%;
}

.gm-style-iw-d {
  overflow: hidden !important;
  padding: 0 0px 0px 0;
  text-align: left;
}

.info_content h3 {
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 0;
}
.info_content p {
  font-size: 12px;
  text-align: left !important;
  margin: 8px 0 0 !important;
  padding: 0 !important;
  border: none !important;
}

.service_pricing__wrapp .pricing_table .table tbody tr td {
  vertical-align: middle;
}
.service_pricing__wrapp .pricing_table .table tbody tr td .table__buyBtn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #20303C;
  color: #fff;
  box-shadow: none;
  border: none;
}
.service_pricing__wrapp .pricing_table .table tbody tr td h5 {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130.69%;
  text-align: center;
  color: #20303C;
  margin-top: 10px;
}
.service_pricing__wrapp .pricing_table .table tbody tr td .bottom_rate {
  width: 100%;
  font-family: Inter;
  text-align: center;
  margin-top: 20px;
  padding-left: 0;
  float: none;
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 160.19%;
  color: #EE851F;
}
.service_pricing__wrapp .pricing_table .table tbody tr td .bottom_rate small {
  font-size: 24px;
  font-weight: 500;
}
.service_pricing__wrapp .pricing_table .table tbody tr td .bottom_rate .vat_plus {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160.19%;
  color: #828282;
}
.service_pricing__wrapp .pricing_table .table tbody tr td p {
  width: 80%;
}
.service_pricing__wrapp .pricing_table .table tbody tr td span {
  width: 10%;
}
.service_pricing__wrapp .pricing_table .table tbody tr td .blue_plus_orange {
  background: #20303C;
  box-shadow: none;
}
.service_pricing__wrapp .pricing_table .table tbody tr td .blue_plus_orange:hover {
  background: #ee851f;
  box-shadow: none;
}
.service_pricing__wrapp .pricing_table .table tbody .new_table_iner_spacing td {
  background: #fff;
  height: 60px;
  border-right: 0;
}
.service_pricing__wrapp .pricing_table .table thead tr th h3 {
  margin-bottom: 18px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 171.19%;
  letter-spacing: -0.02em;
  color: #20303C;
}
.service_pricing__wrapp .pricing_table .table thead tr th .address__text_registered .table_learn_more {
  margin: 0 0 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160.19%;
  padding: 8px 30px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  transition: all 0.2s ease-in-out;
  background: #EE851F;
  box-shadow: 0px 23px 28px -15px rgba(238, 133, 31, 0.46);
  border-radius: 38px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: none;
  cursor: pointer;
}
.service_pricing__wrapp .pricing_table .table thead tr th .address__text_registered .table_learn_more:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #20303C;
  color: #fff;
  box-shadow: none;
  border: none;
}
.service_pricing__wrapp .pricing_table .table thead tr .most__pop {
  background: #EE851F;
  padding: 4px !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.service_pricing__wrapp .pricing_table .table thead tr .most__pop p {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 160.19%;
  color: #FFFFFF;
  margin: 0;
}
.service_pricing__wrapp .pricing_table.company_pack_two .table thead tr .vpa_first p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 27px;
  color: #6A6A6A;
  margin: 0;
  visibility: hidden;
}
.service_pricing__wrapp .pricing_table.company_pack_two .table thead tr .vpa_first .toggle_style {
  margin-top: 50px;
  display: inline-block;
  width: 100%;
}
.service_pricing__wrapp .pricing_table.company_pack_two .table thead tr .vpa_first .toggle_style p {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 27px;
  color: #20303C;
  margin-right: 30px;
  float: left;
  visibility: visible;
}
.service_pricing__wrapp .pricing_table.company_pack_two .table thead tr .vpa_first .toggle_style .small_boxxx {
  float: left;
  position: relative;
  top: 20px;
  width: 100%;
}
.service_pricing__wrapp .pricing_table.company_pack_two .table thead tr .vpa_first .toggle_style .small_boxxx .toggle_cstom {
  display: flex;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  box-sizing: border-box;
  border-radius: 12px;
  width: fit-content;
  padding: 16px 20px;
  display: flex;
}
.service_pricing__wrapp .pricing_table.company_pack_two .table thead tr .vpa_first .toggle_style .small_boxxx .toggle_cstom span {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #20303C;
}
.service_pricing__wrapp .pricing_table.company_pack_two .table thead tr .vpa_first .toggle_style .small_boxxx .toggle_cstom .active {
  color: #EE851F;
}
.service_pricing__wrapp .pricing_table.company_pack_two .table thead tr .vpa_first .toggle_style .small_boxxx1 {
  float: left;
  position: relative;
  top: 20px;
  width: 100%;
}
.service_pricing__wrapp .pricing_table.company_pack_two .table thead tr .vpa_first .toggle_style .small_boxxx1 .toggle_cstom {
  display: flex;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  box-sizing: border-box;
  border-radius: 12px;
  width: fit-content;
  padding: 16px 20px;
  display: flex;
}
.service_pricing__wrapp .pricing_table.company_pack_two .table thead tr .vpa_first .toggle_style .small_boxxx1 .toggle_cstom span {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #20303C;
}
.service_pricing__wrapp .pricing_table.company_pack_two .table thead tr .vpa_first .toggle_style .small_boxxx1 .toggle_cstom .active {
  color: #EE851F;
}
.service_pricing__wrapp .pricing_table.company_pack_two .table thead tr .vpa_first .toggle_style .small_boxxx2 {
  float: left;
  position: relative;
  top: -20px;
  width: 50%;
}
.service_pricing__wrapp .pricing_table.company_pack_two .table thead tr .vpa_first .toggle_style .small_boxxx2 .toggle_cstom {
  display: flex;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  box-sizing: border-box;
  border-radius: 12px;
  width: fit-content;
  padding: 16px 20px;
  display: flex;
}
.service_pricing__wrapp .pricing_table.company_pack_two .table thead tr .vpa_first .toggle_style .small_boxxx2 .toggle_cstom span {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #20303C;
}
.service_pricing__wrapp .pricing_table.company_pack_two .table thead tr .vpa_first .toggle_style .small_boxxx2 .toggle_cstom .active {
  color: #EE851F;
}
.service_pricing__wrapp .pricing_table.company_pack_two .table thead tr .vpa_first .toggle_style .small_boxxx3 {
  float: left;
  position: relative;
  top: -20px;
  width: 50%;
}
.service_pricing__wrapp .pricing_table.company_pack_two .table thead tr .vpa_first .toggle_style .small_boxxx3 .toggle_cstom {
  display: flex;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  box-sizing: border-box;
  border-radius: 12px;
  width: fit-content;
  padding: 16px 20px;
  display: flex;
}
.service_pricing__wrapp .pricing_table.company_pack_two .table thead tr .vpa_first .toggle_style .small_boxxx3 .toggle_cstom span {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #20303C;
}
.service_pricing__wrapp .pricing_table.company_pack_two .table thead tr .vpa_first .toggle_style .small_boxxx3 .toggle_cstom .active {
  color: #EE851F;
}
.service_pricing__wrapp .pricing_table.company_pack_two .table thead tr th {
  width: auto;
  vertical-align: top;
}
.service_pricing__wrapp .pricing_table.company_pack_two .table thead tr th .locatio__text li {
  font-size: 18px;
}
.service_pricing__wrapp .pricing_table.company_pack_two .table thead tr th .address__text_registered li p .yllow {
  font-size: 14px;
  font-weight: 500;
}
.service_pricing__wrapp .pricing_table.company_pack_two .table thead tr th .address__text_registered.vrtual_spacing {
  margin-top: 82px !important;
}
.service_pricing__wrapp .pricing_table.company_pack_two .table thead tr th .trade_plus_business {
  font-size: 14px;
  font-weight: 500;
  color: #20303c;
  margin: -8px 0 4px;
  display: block;
  cursor: unset;
}
.service_pricing__wrapp .pricing_table.regidtered_table {
  overflow-x: hidden;
}
.service_pricing__wrapp .pricing_table.regidtered_table.Switch_table_custom {
  overflow-x: hidden;
}
.service_pricing__wrapp .pricing_table.company_formations_tables .table thead tr th {
  width: 70%;
}
.service_pricing__wrapp .pricing_table.company_formations_tables .table thead tr th .locatio__text {
  margin: 40px 0 20px;
}
.service_pricing__wrapp .pricing_table.company_formations_tables .table thead tr th .locatio__text li {
  font-size: 22px;
}
.service_pricing__wrapp .pricing_table.company_formations_tables .table thead tr th .address__text_registered li p span {
  font-size: 34px;
}
.service_pricing__wrapp .pricing_table.company_formations_tables .table thead tr th .address__text_registered li p span small {
  font-size: 26px;
  font-weight: 500;
}
.service_pricing__wrapp .pricing_table.company_formations_tables .table thead tr th .address__text_registered li p span .vat_plus {
  color: #878787;
  font-size: 16px;
}
.service_pricing__wrapp .pricing_table.company_formations_tables .table thead tr th .address__text_registered li p .yllow {
  font-size: 16px;
}
.service_pricing__wrapp .pricing_table.company_pack_one .table thead tr .blang_white_space {
  width: 300px;
}
.service_pricing__wrapp .pricing_table.company_pack_one .table thead tr th {
  width: min-content;
}
.service_pricing__wrapp .pricing_table.company_pack_one .table thead tr th:nth-child(2) {
  padding: 0 10px;
}
.service_pricing__wrapp .pricing_table.company_pack_one .table thead tr th:nth-child(3) {
  padding: 0 10px;
}
.service_pricing__wrapp .pricing_table.company_pack_one .table thead tr th:last-child {
  padding: 0 10px;
}
.service_pricing__wrapp .pricing_table.company_pack_one .table thead tr th .locatio__text {
  margin: 25px 0 20px;
}
.service_pricing__wrapp .pricing_table.company_pack_one .table thead tr th .locatio__text li {
  font-size: 22px;
}
.service_pricing__wrapp .pricing_table.company_pack_one .table thead tr th .locatio__text li .ready_trade {
  display: block;
  font-size: 14px;
  margin: 4px 0 0;
}
.service_pricing__wrapp .pricing_table.company_pack_one .table thead tr th .address__text_registered li p span {
  font-size: 35px;
}
.service_pricing__wrapp .pricing_table.company_pack_one .table thead tr th .address__text_registered li p span small {
  font-size: 24px;
  font-weight: 500;
}
.service_pricing__wrapp .pricing_table.company_pack_one .table thead tr th .address__text_registered li p span .vat_plus {
  color: #878787;
  font-size: 16px;
}
.service_pricing__wrapp .pricing_table.company_pack_one .table thead tr th .address__text_registered a {
  display: block;
  margin-top: -10px;
  margin-bottom: 0px;
  font-size: 14px;
  color: #20303c;
  font-weight: 500;
  cursor: unset;
}
.service_pricing__wrapp .pricing_table.company_pack_one .table thead tr th .address__text_registered a.learn-more-table {
  display: inline-block;
  margin: 20px 0 40px;
}
.service_pricing__wrapp .pricing_table.regidtered_table.company_pack_one.company_pack_two.virtual_biseness.custom_table_width {
  overflow-x: scroll;
}
.service_pricing__wrapp .pricing_table.regidtered_table.company_pack_one.company_pack_two.virtual_biseness.custom_table_width .table {
  width: 1500px;
  max-width: 1500px;
}
.service_pricing__wrapp .pricing_table.regidtered_table.company_pack_one.company_pack_two.virtual_biseness.custom_table_width .table tr .bg-white.blang_white_spacetwo {
  width: unset;
  min-width: 480px;
}
.service_pricing__wrapp .pricing_table.regidtered_table.company_pack_one.custom_table_width {
  overflow-x: scroll;
}
.service_pricing__wrapp .pricing_table.regidtered_table.company_pack_one.custom_table_width .table {
  width: 1500px;
  max-width: 1500px;
}
.service_pricing__wrapp .pricing_table.regidtered_table.company_pack_one.custom_table_width .table tr .bg-white.blang_white_space {
  min-width: 480px;
  width: unset;
}

.how_it_wrks .hows_wrk_wrpp .vectorimg {
  position: absolute;
  left: 17%;
  top: 0px;
  width: 64%;
}
.how_it_wrks .hows_wrk_wrpp .parteners_wrp img {
  border: 4px solid #fff;
}

.helping_hand_wrapp.prtns .ndd_wrp {
  text-align: center;
}

.ready_to_jion {
  padding-bottom: 60px;
  padding-top: 30px;
}
.ready_to_jion .smal_cnt_Frm {
  background: #20303c;
}
.ready_to_jion .smal_cnt_Frm .captcha_btn {
  text-align: right;
  margin-top: 60px;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  margin-top: 0px;
}
.ready_to_jion .smal_cnt_Frm .captcha_btn button {
  border-radius: 50px;
  margin-left: 20px;
}
.ready_to_jion p {
  margin-bottom: 30px;
}

.addres_service_wrapper .details_aboutus .tab .tablinks.active {
  -webkit-animation: slideDown 1s;
  animation: slideDown 1s;
}
.addres_service_wrapper .details_aboutus .tab .tablinks1.active {
  -webkit-animation: slideDown 1s;
  animation: slideDown 1s;
}
.addres_service_wrapper .details_aboutus .tab .tablinks2.active {
  -webkit-animation: slideDown 1s;
  animation: slideDown 1s;
}
.addres_service_wrapper .details_aboutus .tab .tablinks3.active {
  -webkit-animation: slideDown 1s;
  animation: slideDown 1s;
}
.addres_service_wrapper .details_aboutus .tab .tablinks4.active {
  -webkit-animation: slideDown 1s;
  animation: slideDown 1s;
}
.addres_service_wrapper .details_aboutus .entire_txt p {
  display: flex;
}
.addres_service_wrapper .details_aboutus .entire_txt p img {
  margin-right: 20px;
}

.max_map.content {
  height: 100%;
}
.max_map.content .locations1Map.locations1Map--visible.locations1Map--1 {
  height: 100%;
}
.max_map.content .locations1Map.locations1Map--visible.locations1Map--1 .hndrd {
  height: 100%;
}

span#phplive_btn_1421304743 img {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}

.make_payment .in_txt_pay button {
  background: #ee851f;
  color: #fff;
  padding: 10px 40px;
  border: 1px solid #ee851f;
  outline: none;
  cursor: pointer;
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 171.19%;
  letter-spacing: -0.02em;
  box-shadow: 0px 10px 21px rgba(236, 126, 43, 0.4);
  margin-top: 40px;
}
.make_payment .in_txt_pay button:hover {
  background: transparent;
  color: #ee851f;
  box-shadow: none;
  border: 1px solid #ee851f;
}

.right_bussiness.nAme_ChEkeD .nav.nav-tabs.flex_cmpny_names {
  display: flex;
  justify-content: flex-start;
  border: none;
  border-bottom: 1px solid #ebebeb;
}
.right_bussiness.nAme_ChEkeD .nav.nav-tabs.flex_cmpny_names .nav-item.cmpny_nms {
  background: #20303c;
  border-radius: 6px;
  width: auto;
  display: flex;
  align-items: center;
  height: auto;
  justify-content: center;
  margin: 0 4px 0 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
}
.right_bussiness.nAme_ChEkeD .nav.nav-tabs.flex_cmpny_names .nav-item.cmpny_nms .nav-link {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #FFF;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  border-radius: 6px;
  border: none;
  padding: 15px 30px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 100%;
  transition: all 0s ease;
}
.right_bussiness.nAme_ChEkeD .nav.nav-tabs.flex_cmpny_names .nav-item.cmpny_nms .nav-link.active {
  background: #fff;
  box-shadow: none;
  color: #20303c;
  position: relative;
  z-index: 9;
  bottom: -3px;
  border: 1px solid #ebebeb;
  border-bottom: 0;
  margin: 0;
}
.right_bussiness.nAme_ChEkeD .nav.nav-tabs.flex_cmpny_names .nav-item.cmpny_nms .nav-link.active::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 101%;
  height: 25px;
  top: -12px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border: 1px solid #ebebeb;
  border-bottom: 0;
}
.right_bussiness.nAme_ChEkeD .nav.nav-tabs.flex_cmpny_names .nav-item.cmpny_nms .not_secure_fiffer {
  background: #ee851f;
}

.mst_pp {
  display: block;
  background: #ee851f;
  position: absolute;
  top: -28px;
  color: #fff;
  z-index: -1;
  padding: 4px 15px 10px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 15px;
}

.most_popular_tr th {
  border-bottom: none !important;
}

.card.tab-pane.fade {
  border: none;
}

.pricing_table.regidtered_table.company_pack_one.company_pack_two.virtual_bisenessadd .table {
  max-width: 100%;
  border: 1px solid #DEDEDE;
  width: 100%;
  border-radius: 0;
  background: #fff;
}

.pricing_table.regidtered_table.company_pack_one.company_pack_two.virtual_bisenessadd.Switch_table_custom .table {
  max-width: 100%;
  border: 1px solid #DEDEDE;
  width: 100%;
  border-radius: 0;
  overflow-y: hidden;
}

.right_bussiness.nAme_ChEkeD.swicth_pricings .tab-content .card .service_pricing__wrapp.registered__wrapp.roa_wr .pricing_table .table thead tr .vpa_first {
  width: 470px;
}
.right_bussiness.nAme_ChEkeD.swicth_pricings .tab-content .card .service_pricing__wrapp.registered__wrapp.roa_wr .pricing_table .table thead tr th .locatio__text li {
  font-size: 16px;
}
.right_bussiness.nAme_ChEkeD.swicth_pricings .tab-content .card .service_pricing__wrapp .pricing_table .table thead tr th .address__text_registered li p .yllow {
  font-weight: 500 !important;
  font-size: 15px !important;
}
.right_bussiness.nAme_ChEkeD.swicth_pricings .tab-content .card .service_pricing__wrapp .pricing_table.regidtered_table .table {
  max-width: 1300px;
  width: 1300px;
}

.swicth_tables {
  display: flex;
  justify-content: center;
}

.inline_flexx_toggle {
  background: #ee851f;
  padding: 3px 3px;
  margin: 20px 0 40px;
  border-radius: 50px;
  display: inline-flex;
}
.inline_flexx_toggle a {
  color: #fff;
  padding: 14px 40px;
  border-radius: 50px;
}
.inline_flexx_toggle .active {
  background: #fff;
  color: #ee851f;
}

.modalContainer {
  background-color: rgba(44, 59, 88, 0.86);
  z-index: 20000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-width: 100vw;
  min-height: 100vh;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 2s ease-in 1s;
  transition: all 2s ease-in 1s;
  padding: 20px;
}

.modal.location_modal {
  padding: 0px;
  position: relative;
  background-color: transparent;
  box-shadow: none;
  width: 35rem;
  max-width: 100%;
}

.location_modal .modal__head2 i {
  margin: 0 0 8px 0;
  font-size: 30px;
  color: #fff;
}

.location_modal_slide {
  position: relative;
}
.location_modal_slide button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}
.location_modal_slide button:focus {
  outline: none;
}
.location_modal_slide .w3-display-left {
  position: absolute;
  top: 38%;
  left: 5px;
}
.location_modal_slide .w3-display-right {
  position: absolute;
  top: 38%;
  right: 5px;
}

.modal {
  background-color: white;
  padding: 3rem;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.4);
  width: fit-content;
  max-width: 100%;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  display: block !important;
  bottom: auto;
  top: auto;
}

.modal__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.modal__head h1 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #2c3b58;
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 160%;
}
.modal__head i {
  color: #EE851F;
  font-size: 2rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: 5rem;
}
.modal__head i:hover {
  color: #2c3b58;
  cursor: pointer;
}

.modal__head2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.modal__head2 i {
  color: #EE851F;
  font-size: 2rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 3rem;
}
.modal__head2 i:hover {
  color: #2c3b58;
  cursor: pointer;
}
.modal__head2 h1 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #2c3b58;
  font-size: 2rem;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  line-height: 160%;
}

.closeModal {
  display: none;
}

.openModal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.openModal .modal {
  -webkit-animation: slideDown1000 1.5s;
  animation: slideDown1000 1.5s;
}

.modal.modal--thank.thankyou_modal {
  display: block !important;
  bottom: auto;
  top: auto;
  left: auto;
  right: auto;
  text-align: center;
  position: relative;
}
.modal.modal--thank.thankyou_modal .modal__head {
  display: block;
  position: absolute;
  right: -28%;
  top: 8%;
}

.readymadeModal {
  position: unset;
  margin-top: 0%;
  overflow-y: scroll;
}
.readymadeModal .modal__head2 p {
  line-height: 26px;
}
.readymadeModal .readymademodal_contant .myForms .readymade__sub .close {
  float: none;
  outline: none;
  box-shadow: none;
}

.myForms__input {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px;
  border: 1px solid #F5F5F5;
  border-radius: 5px;
  background-color: #F5F5F5;
  outline: none;
  color: #4D4C4C;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.myForms__input:focus {
  border: 1px solid #EE851F;
}

.myForms__textarea {
  width: 100%;
  height: 15rem;
  margin-bottom: 2rem;
  padding: 1rem;
  border: 1px solid #F5F5F5;
  border-radius: 5px;
  background-color: #F5F5F5;
  outline: none;
  color: #4D4C4C;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 17px;
  resize: none;
  overflow: scroll;
}
.myForms__textarea:focus {
  border: 1px solid #EE851F;
}

button.enquire__btn.readymade_enquire_btn {
  border: none;
  outline: none;
  box-shadow: none;
}

button.buy__btn.readymadeBuyNow {
  border: none;
  outline: none;
  box-shadow: none;
}

.readymadeThankyou {
  position: unset;
}
.readymadeThankyou .readymadeThankyou_contant .thankyou__thumb {
  margin-bottom: 30px;
}
.readymadeThankyou .readymadeThankyou_contant p {
  margin-bottom: 2rem;
}
.readymadeThankyou .modal__head2 p {
  margin-bottom: 30px;
  font-size: 2rem;
}

.myForms__submit {
  display: block;
  margin: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 10px 10px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #f9f9f9;
  border-radius: 0.4rem;
  border: 2px solid #EE851F;
  background-color: #EE851F;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.myForms__submit:hover {
  background-color: transparent;
  color: #EE851F;
  border: 2px solid #EE851F;
  cursor: pointer;
}

.myForms__submit--1 {
  width: 100%;
}

.myForms__submit--2 {
  margin: 0 0 0 0;
}

.myForms__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.myForms__checkbox input {
  margin-right: 10px;
}
.myForms__checkbox label {
  color: #4D4C4C;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}
.myForms__checkbox a {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #EE851F;
  text-decoration: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.myForms__checkbox a:hover {
  color: #2c3b58;
}

.myForms__select {
  display: inline-block;
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #b1b1b1;
  line-height: 160%;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 26rem;
  max-width: 90%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  border: 1px solid #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #F5F5F5;
  background-image: url("../img/angle-down-solid.svg"), -webkit-gradient(linear, left top, left bottom, color-stop(100%, #F5F5F5), to(#F5F5F5));
  background-image: url("../img/angle-down-solid.svg"), linear-gradient(to bottom, #F5F5F5 100%, #F5F5F5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 1.2rem auto, 100%;
}
.myForms__select:focus {
  border: 1px solid #EE851F;
}

.myForms__select2 {
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #b1b1b1;
  line-height: 160%;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 2rem;
  border: 1px solid #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #F5F5F5;
  background-image: url("../img/angle-down-solid.svg"), -webkit-gradient(linear, left top, left bottom, color-stop(100%, #F5F5F5), to(#F5F5F5));
  background-image: url("../img/angle-down-solid.svg"), linear-gradient(to bottom, #F5F5F5 100%, #F5F5F5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 1.2rem auto, 100%;
}
.myForms__select2:focus {
  border: 1px solid #EE851F;
}

.myForms__option2 {
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 160%;
}

.logInModal .forgottenPassBtn {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #EE851F;
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  margin: 10px 0;
}
.logInModal .forgottenPassBtn:hover {
  color: #2c3b58;
  cursor: pointer;
}
.logInModal .logInSubmit {
  width: 100%;
}

.forgottenPassModal {
  width: fit-content;
  left: auto;
  right: auto;
}
.forgottenPassModal .backToLogInBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #2c3b58;
  font-size: 16px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.forgottenPassModal .backToLogInBtn:hover {
  color: #EE851F;
  cursor: pointer;
}
.forgottenPassModal .backToLogInBtn i {
  color: #EE851F;
  font-size: 18px;
  margin-right: 1rem;
}

.discountModal10 {
  padding: 12px;
  width: 100%;
  left: auto;
  right: auto;
  max-width: 850px;
  height: fit-content;
}
.discountModal10 .modal__head2 {
  position: relative;
  height: 0px;
}
.discountModal10 .modal__head2 i {
  margin: 0px;
  font-size: 14px;
}
.discountModal10 .discount10__contant {
  display: flex;
  justify-content: space-between;
}
.discountModal10 .discount10__contant .discount__leftArea {
  background-image: url(https://mycoworks.co.uk/assets/img/roa/roa.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 46%;
}
.discountModal10 .discount10__contant .discount__leftArea .discount-inner__contant {
  background: #2d3a47d4;
  padding: 35px 14px;
  border: 12px solid #23303b;
  height: 100%;
}
.discountModal10 .discount10__contant .discount__leftArea .discount-inner__contant .help_your_business {
  font-size: 31px;
  color: #fff;
  margin-bottom: 46px;
  line-height: 46px;
  text-align: center;
}
.discountModal10 .discount10__contant .discount__leftArea .discount-inner__contant .help_your_business b {
  font-size: 33px;
}
.discountModal10 .discount10__contant .discount__leftArea .discount-inner__contant .why_choose {
  background: white;
  color: #1c2a35;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 40px;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
}
.discountModal10 .discount10__contant .discount__leftArea .discount-inner__contant .Satisfied_clients {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.discountModal10 .discount10__contant .discountModal__submit {
  width: 50%;
  margin-right: 10px;
}
.discountModal10 .discount10__contant .discountModal__submit h1 {
  font-weight: 400;
  color: #2c3b58;
  font-size: 32px;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 0rem;
  line-height: 90%;
  padding-top: 40px;
}
.discountModal10 .discount10__contant .discountModal__submit h1 b {
  font-size: 40px;
}
.discountModal10 .discount10__contant .discountModal__submit h1 span {
  color: #ee851f;
  font-size: 25px;
  display: block;
  margin-top: 12px;
}
.discountModal10 .discount10__contant .discountModal__submit p {
  text-align: center;
  font-size: 16px;
  color: #2c3b58;
  margin-bottom: 35px;
}
.discountModal10 .discount10__contant .discountModal__submit input {
  font-size: 18px;
  background-color: transparent;
  border: 2px solid #adadad9e;
  color: #2c3b58;
  margin-bottom: 30px;
  padding: 12px 12px;
  width: 100%;
  border-radius: 5px;
  text-align: center;
}
.discountModal10 .discount10__contant .discountModal__submit input::placeholder {
  color: #2c3b58;
}
.discountModal10 .discount10__contant .discountModal__submit .submit {
  width: 100%;
  margin-bottom: 30px;
  background-color: #ee851f;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 15px 0;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 500;
}
.discountModal10 .discount10__contant .discountModal__submit .submit:hover {
  background-color: #2c3b58;
}
.discountModal10 .discount10__contant .discountModal__submit .no__thanks {
  width: 100%;
  background-color: transparent;
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: #2c3b58;
  text-decoration: underline;
  margin-bottom: 2rem;
  cursor: pointer;
}
.discountModal10 .discount10__contant .discountModal__submit .discountModal__text {
  color: #1d2a47;
  font-size: 16px;
  margin-bottom: 0;
}
.discountModal10 .discount10__contant .discountModal__submit .discountModal__text a {
  color: #25324d;
  text-decoration: underline;
}

.discountModal_success {
  width: 100%;
  max-width: 500px;
  left: auto;
  height: auto;
  right: auto;
}
.discountModal_success .modal__head2 i {
  margin: -20px -12px 0 0;
}
.discountModal_success .modal__head2 h1 {
  margin: 0 0 30px;
  font-size: 35px;
  line-height: 45px;
  color: #ee851f;
}
.discountModal_success .modal__head2 p {
  margin: 0 0 0 0;
  padding: 0;
  width: 100%;
  font-size: 14px;
  color: #848484;
  text-align: center;
}

.freeCompanyFModal {
  max-width: 80%;
  left: auto;
  right: auto;
  position: unset;
  margin: 5% auto 0;
}
.freeCompanyFModal .modal__head2 h1 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #2c3b58;
  font-size: 18px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  line-height: 160%;
}
.freeCompanyFModal p {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}

.freeCompanyFModal__btns {
  max-width: 72%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 4rem auto 0;
}

.freeCompanyFModal__btn {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  color: #f9f9f9;
  font-size: 18px;
  padding: 10px 10px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 180px;
}
.freeCompanyFModal__btn i {
  margin-right: 15px;
  font-size: 16px;
}
.freeCompanyFModal__btn:hover {
  border-color: #FF7066;
  background-color: #FF7066;
  color: #fff;
}

.freeCompanyFModal__btn--no {
  background-color: transparent;
  border: 2px solid #FF7066;
  color: #FF7066;
}

.freeCompanyFModal__btn--yes {
  background-color: transparent;
  border: 2px solid #4CAF50;
  color: #4CAF50;
  text-decoration: none;
}
.freeCompanyFModal__btn--yes:hover {
  border-color: #4CAF50;
  background-color: #4CAF50;
}

.no__arrow {
  position: relative;
  top: 18px;
  right: 10px;
}

.yes__arrow {
  position: relative;
  top: 18px;
  left: 10px;
}

.packages_modal {
  max-width: 85%;
  margin: 20px auto;
  background-color: white;
  padding: 2rem;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.4);
}
.packages_modal .pack__cross {
  padding-bottom: 2rem;
  text-align: right;
}
.packages_modal .pack__cross i.fas.fa-times {
  color: #FF7066;
  font-size: 1.8rem;
  cursor: pointer;
}
.packages_modal .all__packs {
  width: 100%;
  display: inline-block;
  margin: 0 auto 0 8px;
}
.packages_modal .all__packs .packages__main.active {
  background-color: #e9e9e9;
}
.packages_modal .all__packs .packages__main {
  float: left;
  text-align: center;
  width: 23%;
  margin: 0 5px;
  border: 2px solid #d6d6d6;
}
.packages_modal .all__packs .packages__main h3 {
  background-color: #2c3b58;
  padding: 20px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.packages_modal .all__packs .packages__main h2 {
  font-size: 32px;
  margin: 15px 0;
  color: #ee851f;
}
.packages_modal .all__packs .packages__main p {
  color: #7c7b7b;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
}
.packages_modal .all__packs .packages__main p span {
  font-size: 15px;
  line-height: 27px;
  font-weight: 500;
  color: #ee851f;
}
.packages_modal .all__packs .packages__main button {
  margin: 25px 0 20px;
  width: 75%;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 6px;
}
.packages_modal .all__packs .packages__main .add__toCart {
  background-color: #ee851f;
  border-color: #ee851f;
}
.packages_modal .all__packs .packages__main .upgrade {
  background-color: #2c3b58;
  border-color: #2c3b58;
}
.packages_modal .all__packs .packages__main .upgrade:hover {
  background-color: #ee851f;
  border-color: #ee851f;
}

.discnt_applicble {
  text-align: center;
  margin-bottom: 50px;
}

#modalContainerFreeCompanyF {
  min-height: auto;
  height: auto;
  max-height: none;
}

.shopping_wrapp .location_wrapp.cart_wrap .map_box p {
  text-align: left;
  color: #7d7d7d;
  margin-bottom: 0px;
  border-bottom: 0px solid #f2f3f3;
  padding-bottom: 0px;
  line-height: 20px;
}
.shopping_wrapp .location_wrapp.cart_wrap .map_box p span {
  cursor: pointer;
}
.shopping_wrapp .location_wrapp.cart_wrap .map_box .statictxt {
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 16px;
  color: #20303C;
}
.shopping_wrapp .location_wrapp.cart_wrap .locationss_box .location_rpeat {
  width: 85%;
}
.shopping_wrapp .location_wrapp.cart_wrap .locationss_box .lctn_rpt_info_i.active .location_rpeat {
  border-color: #ee8b2a;
}
.shopping_wrapp .location_wrapp.cart_wrap .locationss_box .lctn_rpt_info_i.active .location_rpeat p {
  color: #000;
}
.shopping_wrapp .shoping_cart_details .table_summry .table tbody .cartItem .cartItem__itemName:first-child {
  width: 490px;
}
.shopping_wrapp .shoping_cart_details .table_summry .table tbody .cartItem .cartItem__itemName img {
  border-radius: 12px;
}
.shopping_wrapp .shoping_cart_details .table_summry .table tbody .cartItem .cartItem__delete a {
  width: 89px;
  display: block;
}
.shopping_wrapp .shoping_cart_details .table_summry .table tbody .cartItem .cartItem__price {
  text-align: center;
  width: 90px;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 101%;
  letter-spacing: -0.02em;
  color: #20303C;
}
.shopping_wrapp .shoping_cart_details .table_summry .table thead tr .cartprice {
  text-align: center;
}
.shopping_wrapp .shoping_cart_details .add_optnl-wrpp .table-responsive tbody .cartItem .cartItem__itemName img {
  border-radius: 12px;
  border-radius: 12px;
}
.shopping_wrapp .shoping_cart_details .add_optnl-wrpp .table-responsive tbody .cartItem .cartItem__itemName p {
  font-size: 15px;
}
.shopping_wrapp .slct_addrs_lctn a {
  display: inline-block;
}
.shopping_wrapp .order_summry_wrp {
  background: #F2F3F3;
  border-radius: 12px;
  padding: 30px 40px;
  margin-top: 5%;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.map_box .map_bxx {
  margin-top: 30px;
}
.map_box .wxpans_map_height .expandmap1.down_arrow::after {
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  color: #ee851f;
  position: relative;
  top: 3px;
  left: 8px;
}
.map_box .wxpans_map_height .expandmap1.top_arrow::after {
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  color: #ee851f;
  position: relative;
  top: 3px;
  left: 8px;
}
.map_box .wxpans_map_height .expandmap2.down_arrow::after {
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  color: #ee851f;
  position: relative;
  top: 3px;
  left: 8px;
}
.map_box .wxpans_map_height .expandmap2.top_arrow::after {
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  color: #ee851f;
  position: relative;
  top: 3px;
  left: 8px;
}
.map_box .wxpans_map_height .expandmap3.down_arrow::after {
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  color: #ee851f;
  position: relative;
  top: 3px;
  left: 8px;
}
.map_box .wxpans_map_height .expandmap3.top_arrow::after {
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  color: #ee851f;
  position: relative;
  top: 3px;
  left: 8px;
}

.vediomodal.show {
  top: 0;
  bottom: 0;
  box-shadow: none;
  background: none;
}
.vediomodal.show .modal__head2 i {
  margin-bottom: 0;
  background: #fff;
  padding: 8px 15px;
  position: relative;
  z-index: 99;
  left: -0.8px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  cursor: pointer;
  font-size: 20px;
}

.tp-widget-businessinfo {
  font-size: 14px;
  max-width: 255px;
  display: flex;
  color: #000;
  margin-top: 7px;
}

.tp-widget-businessinfo__trustscore::after {
  content: "|";
  margin: 0 6px;
}

#button {
  display: inline-block;
  background-color: #ee851f;
  font-size: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #2c3b58;
}
#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.validation {
  color: #f76369;
  font-size: 15px;
  margin: 8px 0 0;
  display: block;
  font-family: "Roboto", sans-serif;
}

.mailing_check {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 25px 0 0;
  color: #4d4c70;
  font-family: "Roboto", sans-serif;
}
.mailing_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #ee851f;
}
.mailing_check .checkmark:after {
  color: #fff !important;
  display: none !important;
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mailing_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.mailing_check input:checked ~ .checkmark {
  background-color: #ee851f;
  border: 2px solid #ee851f;
  border-radius: 4px;
}
.mailing_check input:checked ~ .checkmark:after {
  display: block;
}
.mailing_check:hover input ~ .checkmark {
  background-color: #ffffff;
}

.cart_value {
  position: absolute;
  font-size: 12px;
  top: -9px;
  left: -8px;
  background-color: #ee851f;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
}

.cart_loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #00000024;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
}

.payment_loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #00000024;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
}

h2.loader_text {
  font-size: 20px;
  position: absolute;
  width: 450px;
  left: -170px;
  top: -50px;
  text-align: center;
  color: #26334c;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: fixed;
  left: 46%;
  top: 46%;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #a7b20e;
  border-color: #26344c transparent #26344c transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.nav_menu .navbar ul li .active {
  color: #EE851F !important;
}
.nav_menu .navbar #nav-lists li .dropDown1__column li .active {
  color: #ee851f !important;
}

.header2Content.header2Content--thankYou {
  margin-top: 60px;
}

.thankYouWrap {
  padding: 2rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: max-content max-content max-content;
  grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-rows: max-content max-content max-content;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
.thankYouWrap .thankYou-OrderInfo {
  background-color: #E8E8E8;
  padding: 2rem;
}
.thankYouWrap .thankYou-OrderInfo .openLogInBtn {
  width: 100%;
  margin: 2rem 0;
}
.thankYouWrap .thankYou-OrderInfo .openLogInBtn p {
  width: 100% !important;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 100%;
  font-size: 20px;
  color: #f9f9f9;
  background-color: #EE851F;
  padding: 1rem 2.2rem;
  border: 2px solid #EE851F;
  border-radius: 5px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  text-align: center;
}
.thankYouWrap .thankYou-OrderInfo .openLogInBtn p:hover {
  cursor: pointer;
  border-color: #2c3b58;
  background-color: #2c3b58;
  color: #f9f9f9;
}
.thankYouWrap .thankYou-OrderInfo__heading {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #2c3b58;
  margin-bottom: 1.5rem;
}
.thankYouWrap .thankYou-OrderInfo__companyName {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #2c3b58;
  margin-bottom: 1rem;
}
.thankYouWrap .thankYou-OrderInfo__companyName span {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  color: #EE851F;
}
.thankYouWrap .thankYou-OrderInfo__breakdown {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-row: 1;
  grid-row: 1fr;
  justify-items: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  background-color: #f9f9f9;
}
.thankYouWrap .thankYou-OrderInfo__breakdown .orderItems {
  width: 100%;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
  padding: 0;
  border-collapse: collapse;
}
.thankYouWrap .thankYou-OrderInfo__breakdown .orderItems th {
  background-color: #E8E8E8;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #2c3b58;
  text-align: left;
  padding: 1rem;
}
.thankYouWrap .thankYou-OrderInfo__breakdown .orderItems td {
  padding: 1rem;
  padding-bottom: 0.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2c3b58;
}
.thankYouWrap .thankYou-OrderInfo__breakdown .orderItems__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: max-content max-content;
  grid-template-rows: -webkit-max-content -webkit-max-content;
  grid-template-rows: max-content max-content;
}
.thankYouWrap .thankYou-OrderInfo__breakdown .orderTotal {
  width: 100%;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
  padding: 0;
  border-collapse: collapse;
}
.thankYouWrap .thankYou-OrderInfo__breakdown .orderTotal th {
  background-color: #E8E8E8;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #2c3b58;
  text-align: left;
  padding: 1rem;
}
.thankYouWrap .thankYou-OrderInfo__breakdown .orderTotal td {
  padding: 1rem;
  padding-bottom: 0.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2c3b58;
}
.thankYouWrap .thankYou-OrderInfo__breakdown .orderTotal .orderTotalSubtotal__value {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.thankYouWrap .thankYou-OrderInfo__breakdown .orderTotal .orderTotalPostal__value {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.thankYouWrap .thankYou-OrderInfo__breakdown .orderTotal .orderTotalVat__value {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.thankYouWrap .thankYou-OrderInfo__breakdown .orderTotal .orderTotalTotal__name {
  padding-top: 4rem;
  padding-bottom: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.thankYouWrap .thankYou-OrderInfo__breakdown .orderTotal .orderTotalTotal__name span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.thankYouWrap .thankYou-OrderInfo__breakdown .orderTotal .orderTotalTotal__value {
  padding-top: 4rem;
  padding-bottom: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 17px;
  vertical-align: top;
}
.thankYouWrap .thankYou-OrderInfo__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.thankYouWrap .thankYou-OrderInfo__copy p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #2c3b58;
  margin-right: 1rem;
}
.thankYouWrap .thankYou-OrderInfo__copy .copySentTo {
  color: #EE851F;
  margin-right: 0;
}
.thankYouWrap .thankYou-OrderInfo__print button {
  margin-left: auto;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #2c3b58;
  outline: none;
  padding: 14px 0;
}
.thankYouWrap .thankYou-OrderInfo__print button img {
  margin-left: 1rem;
  width: 3.3rem;
}
.thankYouWrap .thankYou-Img {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/span 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/span 1;
}
.thankYouWrap .thankYou-Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.thankYouWrap .thankYou-Next {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/span 1;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/span 1;
  padding: 4rem 2rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(44, 59, 88, 0.9)), to(rgba(44, 59, 88, 0.9))), url("../img/london3.png");
  background-image: linear-gradient(0deg, rgba(44, 59, 88, 0.9), rgba(44, 59, 88, 0.9)), url("../img/london3.png");
}
.thankYouWrap .thankYou-Next h3 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #f9f9f9;
  margin-bottom: 1rem;
}
.thankYouWrap .thankYou-Next p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #f9f9f9;
  margin-bottom: 2rem;
}
.thankYouWrap .thankYou-Next p:last-child {
  margin-bottom: 0;
}
.thankYouWrap .thankYou-Next span a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px !important;
  color: #EE851F;
  text-decoration: none;
}
.thankYouWrap .thankYou-faq {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/span 1;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/span 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #E8E8E8;
  padding: 4rem 2rem;
}
.thankYouWrap .thankYou-faq h3 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #2c3b58;
  margin-bottom: 2rem;
}
.thankYouWrap .thankYou-faq a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #EE851F;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 2rem;
}
.thankYouWrap .thankYou-faq a:hover {
  text-decoration: none;
}
.thankYouWrap .thankYou-faq__questions .faq3 dt {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #2c3b58;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.thankYouWrap .thankYou-faq__questions .faq3 dt:hover {
  cursor: pointer;
  color: #EE851F;
}
.thankYouWrap .thankYou-faq__questions .faq3 dt i {
  color: #EE851F;
  font-size: 1.5rem;
  margin-right: 1rem;
}
.thankYouWrap .thankYou-faq__questions .faq3 dt .fa-minus {
  display: none;
}
.thankYouWrap .thankYou-faq__questions .faq3 dd {
  display: none;
}
.thankYouWrap .thankYou-faq__questions .faq3--open dt {
  margin-bottom: 1rem;
}
.thankYouWrap .thankYou-faq__questions .faq3--open dt i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.thankYouWrap .thankYou-faq__questions .faq3--open dd {
  display: block;
  margin-bottom: 2rem;
  background-color: #f9f9f9;
  padding: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #2c3b58;
  line-height: 140%;
  -webkit-animation: slideDown 0.5s;
  animation: slideDown 0.5s;
}

.thankYouWrap__heading {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
  padding-bottom: 2rem;
}
.thankYouWrap__heading h1 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 180%;
  font-size: 3.4rem;
  color: #2c3b58;
  text-align: center;
}

.google_btn {
  display: flex;
  float: left;
  background-color: #2c3b58;
  border-radius: 5px;
  overflow: hidden;
}
.google_btn img {
  width: 60px;
  background-color: white;
  padding: 15px;
}
.google_btn p {
  color: #fff;
  font-size: 15px;
  padding: 13px 10px;
  font-family: "Inter", sans-serif;
  line-height: 17px;
  margin: 0;
}
.google_btn p b {
  font-size: 17px;
}

#modalContainerenquire #closeEnquireModal {
  color: #EE851F;
  font-size: 2rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.captcha_btn {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}

.submit2.EnquireForm__submit {
  background: #EE851F;
  box-shadow: 0px 4px 10px 2px rgba(238, 133, 31, 0.2);
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 162.69%;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 40px;
  border: 1px solid #ee851f;
  outline: none;
  margin-left: 20px;
}
.submit2.EnquireForm__submit:hover {
  background: transparent;
  color: #EE851F;
  box-shadow: none;
  cursor: pointer;
}

input#companyNumber {
  width: 75%;
}

button#importCompany_searchBtn {
  width: 27%;
  background: #ee851f;
  color: #fff;
  border: none;
  border-top-right-radius: 12px;
  padding: 17px 0 16px;
  cursor: pointer;
  border-bottom-right-radius: 12px;
  margin-left: -23px;
}

.contact_live_chat {
  position: relative;
}
.contact_live_chat img {
  opacity: 0 !important;
  position: absolute !important;
  top: -17px !important;
  width: 150px !important;
  height: 50px !important;
  left: -25px !important;
}

.cartProgressWrap {
  padding: 0rem 0;
}
.cartProgressWrap .cartProgress__stageNum {
  z-index: 2;
  width: 46px;
  height: 46px;
  background-color: #F2F3F3;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 4px solid #E5E5E5;
}
.cartProgressWrap .cartProgress__stageNum p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-bottom: 0;
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 160.19%;
  letter-spacing: -0.02em;
  color: #E0E0E0;
}
.cartProgressWrap .cartProgress__stageNum--active {
  background-color: #EE851F;
}
.cartProgressWrap .cartProgress__stageNum--active p {
  color: #fff;
}
.cartProgressWrap .cartProgress__stageNum--1 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.cartProgressWrap .cartProgress__stageNum--2 {
  -ms-grid-column: 6;
  -ms-grid-column-span: 1;
  grid-column: 6/span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.cartProgressWrap .cartProgress__stageNum--3 {
  -ms-grid-column: 10;
  -ms-grid-column-span: 1;
  grid-column: 10/span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.cartProgressWrap .cartProgress__stageName p {
  display: block;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  letter-spacing: -0.02em;
  color: #20303C;
}
.cartProgressWrap .cartProgress__stageName--1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/span 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/span 1;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.cartProgressWrap .cartProgress__stageName--2 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-column: 5/span 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/span 1;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.cartProgressWrap .cartProgress__stageName--3 {
  -ms-grid-column: 9;
  -ms-grid-column-span: 3;
  grid-column: 9/span 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/span 1;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.cartProgressWrap .cartProgress__line {
  z-index: 1;
  height: 4px;
  background-color: #E5E5E5;
  width: 100%;
}
.cartProgressWrap .cartProgress__line--active {
  background-color: #EE851F;
}
.cartProgressWrap .cartProgress__line--1 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 5;
  grid-column: 2/span 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.cartProgressWrap .cartProgress__line--2 {
  -ms-grid-column: 6;
  -ms-grid-column-span: 5;
  grid-column: 6/span 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.cartSummaryWrap {
  padding: 1rem 2rem;
  background-color: #E8E8E8;
  margin: 40px 0;
  border-radius: 4px;
}
.cartSummaryWrap .cartSummary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cartSummaryWrap .cartSummary__left {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cartSummaryWrap .cartSummary__right {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cartSummaryWrap .cartSummary__cartImage {
  width: 3.6rem;
  margin-right: 2rem;
}
.cartSummaryWrap .cartSummary__summary {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  color: #2c3b58;
  margin-bottom: 0;
}
.cartSummaryWrap .cartSummary__summary span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.cartSummaryWrap .cartSummary__total {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  color: #2c3b58;
  margin-right: 3rem;
  margin-bottom: 0;
}
.cartSummaryWrap .cartSummary__total span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.cartSummaryWrap .cartSummary__total--cart3 {
  margin-right: 0;
}
.cartSummaryWrap .cartSummary__btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 100%;
  font-size: 18px;
  color: #f9f9f9;
  background-color: #EE851F;
  padding: 1rem 1.2rem;
  border: 2px solid #EE851F;
  border-radius: 5px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cartSummaryWrap .cartSummary__btn:hover {
  cursor: pointer;
  border-color: #2c3b58;
  background-color: #2c3b58;
  color: #f9f9f9;
}

.testimonial_wrapp .testimonial_slider .trustpilot a {
  margin-top: -10px;
}

.input_forms_wrapp .first_bxx .map_box .contact_help h2 {
  margin-top: 21px;
}
.input_forms_wrapp .first_bxx .input_cart .input_form .addtn_compNum {
  width: 75%;
}

.trust__pilot {
  text-align: left;
  display: flex;
  padding-top: 30px;
}

.whichServices .arrow_prt .mailBox .mailbox_one p {
  font-size: 16px;
  font-size: 16px;
}
.whichServices .arrow_prt .mailBox .mailBoX--2 span {
  top: -118px;
}
.whichServices .arrow_prt .mailBox .mailBoX--2 span img {
  width: 41%;
}
.whichServices .arrow_prt .mailBox .mailBoX--2 .top_hndrd {
  bottom: 0;
  top: 100%;
}
.whichServices .arrow_prt .mailBox .mailBoX--2 .pipline_bx {
  top: -70px;
}
.whichServices .arrow_prt .mailBox .mailBoX--2 .pipline_bx img {
  width: 60%;
}
.whichServices .arrow_prt .mailBox .text_mailBoX {
  z-index: 999;
}
.whichServices .arrow_prt .mailBox .text_mailBoX-two .YelLo_image_round {
  margin: 78px 0 0 80px;
  width: 346px;
}
.whichServices .arrow_prt .mailBox .arrow--3 img {
  width: 74%;
  position: relative;
  left: 82px;
  margin: -1px 0 95px 0;
}

.pricing_heading_p {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -0.02em;
  color: #20303C;
  margin-top: 52px;
  text-align: center;
}

.pricing_paragraph {
  text-align: center;
  margin: 0;
}

.licence_box {
  margin-top: 50px;
  text-align: center;
}
.licence_box img {
  display: block;
  margin: auto;
  margin-bottom: auto;
  height: 4rem;
  margin-bottom: 1.8rem;
}
.licence_box p {
  font-weight: 400;
  font-size: 16px;
  color: #4D4C4C;
  line-height: 160%;
  text-align: center;
}

.liveChat_sideBtn {
  z-index: 2147483647;
  color: white !important;
  cursor: pointer;
  top: 298px;
  position: fixed;
  right: -37px;
  background: #ee851f;
  display: block;
  transform: rotate(-90deg);
  padding: 14px;
  font-size: 17px;
  border-radius: 4px;
  line-height: 3px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}
.liveChat_sideBtn span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.liveChat_sideBtn span img {
  cursor: pointer;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: inherit;
  z-index: 9999999;
  opacity: 0;
  width: auto;
  height: 100%;
}

.cartItem__itemOption {
  color: #000;
  font-size: 12px !important;
  font-weight: 400;
}

.readyCompNum {
  color: #ee851f;
}

.cart_top_border {
  border-top: 2px solid #ECECEC;
  margin-top: 20px;
  margin-bottom: 20px;
}

.location_wrapp.cart_wrap.top_noborder {
  border-top: none;
}

.addtn_compNumSearch {
  width: 27%;
  background: #ee851f;
  color: #fff;
  border: none;
  border-top-right-radius: 12px;
  padding: 17px 0 16px;
  cursor: pointer;
  border-bottom-right-radius: 12px;
  margin-left: -23px;
}

.wxpans_map_height {
  display: flex;
  margin-top: 20px;
}
.wxpans_map_height a {
  color: #ee851f;
}

.pro_detail {
  display: flow-root;
}

.right_bussiness .cmpny.cm_frtn_ds ul li .nav-link {
  background: #20303c;
  color: #fff;
  border: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 12px 20px;
}
.right_bussiness .cmpny.cm_frtn_ds ul li .nav-link.active {
  color: #fff;
  background: #EE851F;
  padding: 12px 20px;
  margin-top: 0;
}
.right_bussiness .new_p_para {
  text-align: center;
  padding: 40px 0;
  margin: 0;
}

.input_forms_wrapp.cart_checkboxes .first_bxx {
  border-top: 0px solid #ECECEC;
  padding: 0px 0 20px 18%;
  margin-top: -22px;
}
.input_forms_wrapp.cart_checkboxes .first_bxx .locations_choose_cart {
  color: #ee851f;
}

.table-responsive {
  overflow-x: hidden;
}

.input_forms_wrapp.cart_checkboxes.location_radio .first_bxx {
  padding: 0px 0 0px 0%;
  margin: 0 0 0;
}

.emty_cart {
  display: flex;
  margin: 30px 0;
}
.emty_cart p {
  margin: 0 10% 0 0;
  color: #20303C;
  font-size: 17px;
}
.emty_cart button {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160.19%;
  padding: 10px 30px;
  display: inline-block;
  margin: 0;
  text-decoration: none;
  color: #fff;
  transition: all 0.2s ease-in-out;
  background: #EE851F;
  box-shadow: 0px 23px 28px -15px rgba(238, 133, 31, 0.46);
  border-radius: 38px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: none;
  cursor: pointer;
}
.emty_cart button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #20303C;
  color: #fff;
  box-shadow: none;
  border: none;
}

.trusted_client_wrap .trust_sec_icons .details_prnt {
  padding-left: 18px;
}
.trusted_client_wrap .trust_sec_icons .details_prnt h6 {
  font-size: 28px;
  margin-bottom: 4px;
}
.trusted_client_wrap .trust_sec_icons .details_prnt p {
  font-size: 14px;
}
.trusted_client_wrap .live_chat_pos .icons_prnt.live_chat_ic {
  margin-left: -35px;
  z-index: 999;
}
.trusted_client_wrap .live_chat_pos .icons_prnt.live_chat_ic img {
  width: 70px;
  margin-left: -13px;
}
.trusted_client_wrap .live_chat_pos .icons_prnt.live_chat_ic .myco-chat-bubble {
  top: 0;
  margin-left: -7px;
}
.trusted_client_wrap .live_chat_pos .icons_prnt.live_chat_ic .myco-chat-bubble svg {
  max-width: 25px;
  transition: 0.2s;
}
.trusted_client_wrap .live_chat_pos .icons_prnt.live_chat_ic .myco-chat-bubble svg path {
  fill: white;
  transition: 0.2s;
}
.trusted_client_wrap .live_chat_pos .icons_prnt.live_chat_ic:hover .myco-chat-bubble svg path {
  fill: #ee851f;
  transition: 0.2s;
}

.rpeat_icons-ftr img {
  width: 46px;
  height: 48px;
}

.helping_hand_wrapp {
  width: 100%;
  float: left;
  padding: 80px 0;
  text-align: center;
  background-image: url(../img/help.png);
  background-size: cover;
  margin-top: 0px;
}
.helping_hand_wrapp h1 {
  color: #fff;
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 60px;
}
.helping_hand_wrapp h5 {
  color: #ffff;
  font-size: 24px;
}
.helping_hand_wrapp p {
  font-size: 24px;
  color: #fff;
}
.helping_hand_wrapp p img {
  width: auto;
  padding-left: 10px;
}
.helping_hand_wrapp h3 {
  color: #fff;
  font-size: 50px;
  margin: 30px 0 30px;
}
.helping_hand_wrapp h3 img {
  width: auto;
  padding-right: 10px;
}

.input_search_off {
  display: flex;
}
.input_search_off input {
  width: 70%;
  padding: 15px 20px;
  border: none;
  outline: none;
  box-shadow: none;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.input_search_off button {
  background: #ee851f;
  color: #fff;
  border: 1px solid #ee851f;
  padding: 0 30px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  cursor: pointer;
  outline: none;
  transition: 0.7s;
}
.input_search_off button:hover {
  border: 1px solid #cf751b;
  background-color: #cf751b;
}

tr.table_inside_cart .cartItem__itemName {
  border: none;
}

.year__incorporation {
  display: flex;
  justify-content: space-between;
}
.year__incorporation .hendred_companes {
  padding: 0;
  margin: 0;
}
.year__incorporation .hendred_companes li {
  font-size: 17px;
}

.readymade__tableMain .Readymade__table .table thead tr th .dropdown__icon {
  padding-left: 10px;
  font-size: 16px;
}
.readymade__tableMain .Readymade__table .table thead tr th .dropdown__icon .readyArrow_up {
  transform: rotate(180deg);
}

.select2.contact_slct {
  background: #FFFFFF;
  border: 0.5px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  font-size: 18px;
  color: #c7c7c7;
  padding: 14px 30px;
  margin-bottom: 24px;
  box-shadow: none;
  outline: none;
}

.our_history_wrapp .timelineCarousel .round_crousl .cd-horizontal-timeline .events .timeline-two {
  left: 410px !important;
  top: -90px;
}
.our_history_wrapp .timelineCarousel .round_crousl .cd-horizontal-timeline .events .timeline-three {
  left: 520px !important;
  top: 40px;
}
.our_history_wrapp .timelineCarousel .round_crousl .cd-horizontal-timeline .events .timeline-four {
  left: 530px !important;
  top: 210px;
}
.our_history_wrapp .timelineCarousel .round_crousl .cd-horizontal-timeline .events .timeline-five {
  left: 466px !important;
  top: 350px;
}
.our_history_wrapp .timelineCarousel .round_crousl .cd-horizontal-timeline .events .timeline-six {
  left: 327px !important;
  top: 425px;
}
.our_history_wrapp .timelineCarousel .round_crousl .cd-horizontal-timeline .events .timeline-seven {
  left: 160px !important;
  top: 424px;
}
.our_history_wrapp .timelineCarousel .round_crousl .cd-horizontal-timeline .events .timeline-eight {
  left: 30px !important;
  top: 349px;
}
.our_history_wrapp .timelineCarousel .round_crousl .cd-horizontal-timeline .events .timeline-nine {
  left: -55px !important;
  top: 210px;
}
.our_history_wrapp .timelineCarousel .round_crousl .cd-horizontal-timeline .events .timeline-ten {
  left: -20px !important;
  top: 40px;
}
.our_history_wrapp .timelineCarousel .round_crousl .cd-horizontal-timeline .events .timeline-eleven {
  left: 79px !important;
  top: -90px;
}
.our_history_wrapp .timelineCarousel .round_crousl .cd-horizontal-timeline .events-content li {
  width: 80%;
  margin: 0 auto;
}

.faq_wrapper {
  width: 100%;
  float: left;
  padding: 70px 0;
  background: url(../img/FAQ-BG.png);
  background-size: auto;
  background-repeat: no-repeat;
}
.faq_wrapper .faq_heading {
  text-align: center;
  margin-bottom: 50px;
}
.faq_wrapper .card {
  margin-bottom: 10px;
}
.faq_wrapper .card-header {
  background-color: #20303c;
  text-align: left;
  color: #fff;
  padding: 15px 95px 15px 60px;
}
.faq_wrapper .card-link {
  text-align: left;
  color: #fff;
  width: 100%;
  display: block;
  font-size: 18px;
}
.faq_wrapper .card-link p {
  position: absolute;
  top: 10px;
  right: 60px !important;
  font-size: 20px;
}
.faq_wrapper .card-link p .fa {
  color: #ee851f;
  font-size: 16px;
}
.faq_wrapper .card-body {
  padding: 60px 60px;
  background: #f3f3f3;
}
.faq_wrapper .card-body a {
  color: #ee851f;
}
.faq_wrapper [aria-expanded=false] > .expanded {
  display: none;
}
.faq_wrapper [aria-expanded=true] > .collapsed {
  display: none;
}

.roa_edinburgh {
  background: url(../img/edinburgh-registered-office-address.jpg) !important;
}

.roa_ipswich {
  background: url(../img/ipswich-registered-office-address.jpg) !important;
}

.faq_wrapper.charlotte-street {
  background: url(../img/Edinburgh-FAQ-Background.jpg);
}

.faq_wrapper.Princes-street {
  background: url(../img/Ipswich-FAQ-Background.jpg);
}

.index_hdng {
  text-align: center;
}

.index_para {
  text-align: center;
}

.simple_steps .simple_steps_boxx {
  text-align: center;
}
.simple_steps .simple_steps_boxx img {
  width: 30%;
  margin-bottom: 40px;
}
.simple_steps .simple_steps_boxx h4 {
  font-size: 28px;
  font-weight: 500;
}
.simple_steps .simple_steps_boxx p {
  font-size: 16px;
  color: #dbdedf;
  font-weight: 300;
}
.simple_steps h3 {
  margin-bottom: 60px;
}

.apps_img {
  text-align: right;
}
.apps_img img {
  width: 60%;
}

.apps_btns {
  width: 30%;
  position: unset;
  bottom: 12%;
  left: 6%;
}
.apps_btns img {
  margin-bottom: 20px;
  cursor: pointer;
}

.compny_formation_wrapp .company_formation_img .cmpny_frmtn_title h3 {
  font-size: 34px;
  line-height: 215%;
  margin-bottom: 25px;
  color: #20303C;
}
.compny_formation_wrapp .company_formation_img .cmpny_frmtn_title h3::after {
  opacity: 0;
}
.compny_formation_wrapp .company_formation_img .cmpny_frmtn_title h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 130.19%;
  color: #20303C;
  margin-bottom: 0px;
}

.mycoAppWrap .MycoAppText ul li {
  display: flex;
  align-items: center;
}

.address__wrap.contact_us .address__contant p a {
  color: #ee851f;
}

.acknowledge {
  color: #fff !important;
  text-align: right !important;
  margin-bottom: -30px;
}

.show_tab {
  display: flex !important;
}

.hide_tab {
  display: none !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 34px;
  margin: 0 20px 0;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #F2F3F3;
  border: 1px solid #E1E1E1;
  box-shadow: none;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 3px;
  background-color: #ee851f;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: transparent;
}
input:checked + .slider:before {
  -webkit-transform: translateX(27px);
  -ms-transform: translateX(27px);
  transform: translateX(27px);
}
input:checked + .slider1 {
  background-color: #2196F3;
}
input:checked + .slider1:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
input:focus + .slider {
  box-shadow: 0;
}
input:focus + .slider1 {
  box-shadow: 0 0 1px #2196F3;
}

.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

.switch1 {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch1 input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider1 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider1:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider1.round1 {
  border-radius: 34px;
}
.slider1.round1:before {
  border-radius: 50%;
}

.line_box_pricing .ps_line_upper .line_ps p {
  padding: 0;
}

.our_service_includes .services_boxs_wrapps {
  display: block;
  margin-bottom: 60px;
  text-align: center;
}
.our_service_includes .services_boxs_wrapps img {
  padding-right: 0;
  width: auto;
  margin-bottom: 20px;
  height: 90px;
}
.our_service_includes .value_boxxs_wraap {
  height: 100%;
}
.our_service_includes .value_boxxs_wraap .num {
  background: #f2f3f3;
  font-size: 30px;
  width: 100px;
  display: inline-block;
  height: 100px;
  border-radius: 50px;
  line-height: 100px;
  font-weight: 500;
  color: #ee8b2a;
}

.vediomodal .modal-dialog.modal-dialog-centered {
  max-width: 60%;
}

.about-section {
  padding: 60px 0 4%;
}
.about-section .right-content .opening_hours {
  background: #f2f3f3;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 45px;
}
.about-section .right-content .opening_hours p {
  display: block;
  margin-bottom: 20px;
}
.about-section .right-content .opening_hours p img {
  width: auto;
  margin-right: 16px;
}
.about-section .right-content .opening_hours p span {
  font-weight: 600;
  display: block;
  padding-left: 35px;
}

.helping_hand_wrapp.tas {
  background-image: url(../img/tas_n.png);
}
.helping_hand_wrapp.tas h1 {
  font-size: 46px;
  padding: 60px 0;
}

.meeting_room_wrapps .mr_prt .slider_imgs {
  height: 270px;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
.meeting_room_wrapps .mr_prt .slider_imgs img {
  height: 100%;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.affordable_small_price .afforbale_packages button {
  margin: 20px 0 0;
}
.affordable_small_price .max_height_img .abslt_img {
  top: -115px;
}

.our_locations h2 {
  margin-bottom: 30px;
}

.address__wrap.pricing_one.partners h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 171.19%;
  letter-spacing: -0.02em;
  color: #20303c;
}

.locatins_wrapp .popular_services .virtual_boxs ul {
  padding: 0;
  list-style: none;
  margin-top: 15px;
}
.locatins_wrapp .popular_services .virtual_boxs ul li {
  display: flex;
  margin-bottom: 10px;
  font-size: 11px;
}
.locatins_wrapp .popular_services .virtual_boxs ul li img {
  margin-right: 6px;
}
.locatins_wrapp .popular_services .virtual_boxs .top_section h3 {
  font-size: 21px;
  margin: 6px 15px 8px;
  text-align: left;
}
.locatins_wrapp .popular_services .virtual_boxs .top_section p {
  text-align: left;
  margin: 0 15px;
}
.locatins_wrapp .popular_services .virtual_boxs a {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.locatins_wrapp .popular_services .virtual_boxs a button {
  background: #ee851f;
  color: #fff;
  padding: 12px 20px;
  border: 1px solid #ee851f;
  outline: none;
  cursor: pointer;
  border-radius: 50px;
  box-shadow: 0px 10px 21px rgba(236, 126, 43, 0.4);
  text-align: center;
  margin: 60px 20px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 171.19%;
  letter-spacing: -0.02em;
  width: 60%;
}
.locatins_wrapp .popular_services .virtual_boxs a button:hover {
  background: #20303c;
  color: #fff;
  box-shadow: none;
}
.locatins_wrapp .title h3 {
  display: none;
}

.new_location_heights {
  height: 410px;
}

.our-location_wrap .our_appss .admin_tabs {
  width: 100%;
}
.our-location_wrap .our_appss .admin_tabs .details_aboutus {
  padding-left: 0;
}
.our-location_wrap .our_appss .admin_image {
  width: 100%;
}
.our-location_wrap .our_appss .admin_image .entire_txt h3 {
  margin-bottom: 40px;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  color: #20303C;
}
.our-location_wrap .our_appss .admin_image .entire_txt p {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #6A6A6A;
  display: flex;
}
.our-location_wrap .our_appss .admin_image .entire_txt button {
  background: #ee851f;
  color: #fff;
  padding: 12px 50px;
  border: 1px solid #ee851f;
  outline: none;
  cursor: pointer;
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 171.19%;
  letter-spacing: -0.02em;
  box-shadow: 0px 10px 21px rgba(236, 126, 43, 0.4);
}
.our-location_wrap .our_appss .admin_image .entire_txt button:hover {
  background: transparent;
  color: #ee851f;
  box-shadow: none;
  border: 1px solid #ee851f;
}
.our-location_wrap .our_appss .admin_image .new_scc_ouri img {
  margin-bottom: 80px;
}

.login_works {
  margin-top: 60px;
  margin-top: 60px;
}
.login_works .headr_login_logo {
  text-align: center;
  margin-bottom: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.login_works .headr_login_logo img {
  width: auto;
  width: auto;
}
.login_works .login_divide_column {
  background: #20303c;
  border-radius: 12px;
  max-width: 80%;
  margin: 0 auto;
  background: #20303c;
  border-radius: 12px;
  max-width: 80%;
  margin: 0 auto;
}
.login_works .login_divide_column .works_logn {
  padding: 0 7px 0 40px;
  padding: 0 7px 0 40px;
}
.login_works .login_divide_column .works_logn .input_frm {
  margin-bottom: 20px;
  margin-bottom: 20px;
}
.login_works .login_divide_column .works_logn .input_frm label {
  display: block;
  color: #fff;
  display: block;
  color: #fff;
}
.login_works .login_divide_column .works_logn .input_frm input {
  padding: 12px 15px;
  color: #a8aaac;
  background: #f2f5fa;
  border: none;
  border-radius: 6px;
  width: 100%;
  padding: 12px 15px;
  color: #a8aaac;
  background: #f2f5fa;
  border: none;
  border-radius: 6px;
  width: 100%;
}
.login_works .login_divide_column .works_logn .input_frm a {
  color: #fff;
  color: #fff;
}
.login_works .login_divide_column .works_logn .input_frm .checkboxxs .containerr input {
  width: auto;
  width: auto;
}
.login_works .login_divide_column .works_logn .input_frm .login_works_btn {
  background: #ec841f;
  width: 100%;
  padding: 14px 0;
  color: #fff;
  border: none;
  border-radius: 50px;
  margin-top: 20px;
  cursor: pointer;
  font-size: 18px;
  background: #ec841f;
  width: 100%;
  padding: 14px 0;
  color: #fff;
  border: none;
  border-radius: 50px;
  margin-top: 20px;
  cursor: pointer;
  font-size: 18px;
}
.login_works .login_divide_column .works_logn .containr {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.login_works .login_divide_column .works_logn .containr input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.login_works .login_divide_column .works_logn .containr input:checked ~ .checkmark {
  background-color: #EE851F;
  border-radius: 1px;
  border: none;
  background-color: #EE851F;
  border-radius: 1px;
  border: none;
}
.login_works .login_divide_column .works_logn .containr input:checked ~ .checkmark:after {
  display: block;
  display: block;
}
.login_works .login_divide_column .works_logn .containr:hover input ~ .checkmark {
  background-color: #ccc;
  background-color: #ccc;
}
.login_works .login_divide_column .works_logn .containr .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.login_works .login_divide_column .works_logn .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 19px;
  width: 19px;
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  position: absolute;
  top: 4px;
  left: 0;
  height: 19px;
  width: 19px;
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
}
.login_works .login_divide_column .works_logn .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  content: "";
  position: absolute;
  display: none;
}

.login_dwnld_our {
  text-align: center;
  margin-top: 50px;
  text-align: center;
  margin-top: 50px;
}
.login_dwnld_our p {
  font-weight: 500;
  font-size: 18px;
  font-weight: 500;
  font-size: 18px;
}
.login_dwnld_our p a {
  color: #000;
  font-size: 14px;
  padding-right: 15px;
  color: #000;
  font-size: 14px;
  padding-right: 15px;
}
.login_dwnld_our .our_apps_download {
  margin-bottom: 25px;
  margin-bottom: 25px;
}
.login_dwnld_our .our_apps_download img {
  width: 10%;
  margin-right: 12px;
  width: 10%;
  margin-right: 12px;
}

.bottom_margn_blang_tab {
  margin-bottom: 100px;
}

.works_im img {
  height: 100%;
}

.callAnsweringBorder {
  border: 1px solid #DEDEDE;
}

.per_year_subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 171.19%;
  letter-spacing: -0.02em;
  color: #6A6A6A;
  display: block;
}

p.discountText {
  margin-top: 10px;
}

.cartItem__price span {
  font-size: 15px;
}

.arrow_prt {
  width: 100%;
  max-width: 850px;
  margin: auto;
}

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

@media only screen and (max-width: 1400px) {
  .how_it_wrks .hows_wrk_wrpp .vectorimg {
    width: 64%;
  }

  .shopping_wrapp .shoping_cart_details .table_summry .table tbody .cartItem .cartItem__itemName h4 {
    font-size: 15px;
  }

  .service_pricing__wrapp .pricing_table.regidtered_table {
    overflow-x: scroll;
  }
  .service_pricing__wrapp .pricing_table .table thead tr th .address__text_registered .table_learn_more {
    padding: 8px 30px !important;
  }
  .service_pricing__wrapp .pricing_table.company_pack_two .table thead tr .vpa_first .toggle_style .small_boxxx {
    width: 40% !important;
    left: -12px !important;
  }

  .input_forms_wrapp.cart_checkboxes .first_bxx .locations_choose_cart {
    font-size: 14px;
  }

  .right_bussiness.nAme_ChEkeD .nav.nav-tabs.flex_cmpny_names .nav-item.cmpny_nms .nav-link {
    font-size: 13px;
  }

  .trusted_client_wrap .trust_sec_icons .details_prnt h6 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .right_bussiness.nAme_ChEkeD .nav.nav-tabs.flex_cmpny_names .nav-item.cmpny_nms {
    width: 18%;
    width: 30%;
    margin: 0 0 60px;
  }
  .right_bussiness.nAme_ChEkeD .nav.nav-tabs.flex_cmpny_names .nav-item.cmpny_nms .nav-link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .right_bussiness.nAme_ChEkeD .nav.nav-tabs.flex_cmpny_names {
    display: inline-block;
    margin-top: 40px;
  }
  .right_bussiness.nAme_ChEkeD .nav.nav-tabs.flex_cmpny_names .nav-item.cmpny_nms {
    width: 45% !important;
    float: left;
    margin: 0 0 40px 12px !important;
    height: 80px;
  }
  .right_bussiness.nAme_ChEkeD .nav.nav-tabs.flex_cmpny_names .nav-item.cmpny_nms .nav-link.active::after {
    display: none;
  }

  .inline_flexx_toggle a {
    padding: 14px 10px;
  }

  .faq_wrapper {
    padding: 70px 0%;
  }
}
@media screen and (max-width: 580px) {
  .discountModal10 .discount10__contant {
    display: block;
  }
  .discountModal10 .discount10__contant .discount__leftArea {
    width: 100%;
    margin-top: 20px;
    display: none;
  }
  .discountModal10 .discount10__contant .discountModal__submit {
    width: 100%;
  }
}
@media screen and (max-width: 1920px) and (min-width: 1650px) {
  .freeCompanyFModal__btns {
    max-width: 56%;
  }
}
@media screen and (max-width: 1199px) {
  .packages_modal .all__packs .packages__main {
    width: 48%;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .freeCompanyFModal__btns {
    max-width: 100%;
  }

  .yes__arrow {
    display: none;
  }

  .no__arrow {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .packages_modal .all__packs .packages__main {
    width: 100%;
  }

  .freeCompanyFModal__btn {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1170px) {
  .thankYouWrap .thankYou-OrderInfo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .thankYouWrap .thankYou-Img {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .thankYouWrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: max-content max-content max-content max-content;
    grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
    grid-template-rows: max-content max-content max-content max-content;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
  .thankYouWrap .thankYou-OrderInfo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/span 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .thankYouWrap .thankYou-Next {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/span 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
  }
  .thankYouWrap .thankYou-faq {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/span 1;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/span 1;
  }
}
@media screen and (max-width: 700px) {
  .thankYouWrap .thankYou-OrderInfo__breakdown {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row: max-content max-content;
    justify-items: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    background-color: #f9f9f9;
  }
  .thankYouWrap .thankYou-OrderInfo__breakdown .orderItems {
    width: 100%;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
  }
  .thankYouWrap .thankYou-OrderInfo__breakdown .orderTotal {
    width: 100%;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/span 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .thankYouWrap .thankYou-OrderInfo .openLogInBtn {
    width: 100%;
    margin: 2rem 0;
  }
  .thankYouWrap .thankYou-OrderInfo .openLogInBtn p {
    width: 100% !important;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 100%;
    font-size: 1.8rem;
    color: #f9f9f9;
    background-color: #EE851F;
    padding: 1rem 2.2rem;
    border: 2px solid #EE851F;
    border-radius: 5px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    text-align: center;
  }
  .thankYouWrap .thankYou-OrderInfo .openLogInBtn p:hover {
    cursor: pointer;
    border-color: #2c3b58;
    background-color: #2c3b58;
    color: #f9f9f9;
  }
  .thankYouWrap .thankYou-OrderInfo__copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1rem;
  }
  .thankYouWrap .thankYou-OrderInfo__copy p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    color: #2c3b58;
    margin-right: 1rem;
  }
  .thankYouWrap .thankYou-OrderInfo__copy .copySentTo {
    color: #EE851F;
    margin-right: 0;
  }
  .thankYouWrap .thankYou-OrderInfo__print button {
    margin-left: auto;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    color: #2c3b58;
  }
  .thankYouWrap .thankYou-OrderInfo__print button img {
    margin-left: 1rem;
    width: 3.3rem;
  }
}
@media screen and (max-width: 500px) {
  .google_btn {
    margin-right: 15px;
  }
  .google_btn img {
    width: 30px;
    padding: 3px;
  }
  .google_btn p {
    font-size: 12px;
    padding: 9px 5px;
    line-height: 15px;
  }
  .google_btn p b {
    font-size: 12px;
  }

  .thankYouWrap .thankYou-OrderInfo__print button {
    padding: 0px;
  }
}
@media screen and (max-width: 600px) {
  .cartProgressWrap .cartProgress__stageName--1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .cartProgressWrap .cartProgress__stageName--2 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
    grid-column: 5/span 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
  .cartProgressWrap .cartProgress__stageName--3 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
    grid-column: 9/span 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
  }
}
@media only screen and (max-width: 1199px) {
  .top__link {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .table-responsive {
    overflow-x: scroll;
  }

  .right_bussiness.nAme_ChEkeD .nav.nav-tabs.flex_cmpny_names .nav-item.cmpny_nms .nav-link {
    font-size: 13px;
  }

  .icons_prnt img {
    width: 45px;
  }

  .trusted_client_wrap .live_chat_pos .icons_prnt.live_chat_ic img {
    width: 45px;
  }
  .trusted_client_wrap .trust_sec_icons .details_prnt h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .location_wrapp .color_bg_location .locationss_box .location_rpeat {
    width: 100%;
  }

  .faq_wrapper .card-header {
    padding: 15px 55px 15px 25px;
  }
  .faq_wrapper .card-link {
    font-size: 14px;
  }
  .faq_wrapper .card-link p {
    position: absolute;
    top: 10px;
    right: 25px !important;
    font-size: 20px;
  }
  .faq_wrapper .card-body {
    padding: 20px 20px;
    font-size: 14px;
  }

  .login_dwnld_our {
    text-align: center;
    margin-top: 10%;
    margin-bottom: 20%;
  }
  .login_dwnld_our .our_apps_download img {
    width: 30%;
    margin-right: 12px;
  }

  .works_im img {
    height: auto;
  }

  .login_works .login_divide_column {
    max-width: 100%;
  }
  .login_works .login_divide_column .works_logn {
    padding: 0 12px 0 12px;
  }

  .address__wrap .address__image .video_arrow .arrow_img .find_out {
    margin: 0 0 20px;
    line-height: 0;
    position: relative;
    left: 100px;
    top: 0;
  }

  #why-postal-deposit h1 {
    font-size: 22px !important;
    line-height: 140%;
  }
  #why-postal-deposit h5 {
    font-size: 16px !important;
    line-height: 120%;
  }
  #why-postal-deposit .deposit_box_inner img {
    position: relative;
    margin-top: 10px;
    margin-bottom: auto;
    height: 12px;
  }
  #why-postal-deposit .deposit_box_inner p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 800px) {
  .helping_hand_wrapp h1 {
    font-size: 2rem;
  }
  .helping_hand_wrapp h5 {
    font-size: 1.5rem;
  }
  .helping_hand_wrapp h3 {
    font-size: 1.25rem;
  }
  .helping_hand_wrapp h3 img {
    width: 50px;
  }
  .helping_hand_wrapp p {
    font-size: 1rem;
  }
  .helping_hand_wrapp p img {
    width: 50px;
  }
}
@media screen and (max-width: 400px) {
  .helping_hand_wrapp h1 {
    font-size: 1.5rem;
  }
  .helping_hand_wrapp h5 {
    font-size: 1.25rem;
  }
  .helping_hand_wrapp h3 {
    font-size: 1.125rem;
  }
  .helping_hand_wrapp h3 img {
    width: 40px;
  }
  .helping_hand_wrapp p {
    font-size: 1rem;
  }
  .helping_hand_wrapp p img {
    width: 40px;
  }
}
@media screen and (min-width: 991px) {
  .carousel-item {
    height: 300px !important;
  }

  .choose_office .icons_offc_bx {
    height: 350px;
  }

  .trust_sec_icons.speacial_padding {
    padding-left: 30px;
  }

  .apps_btns {
    width: 30%;
    position: absolute;
    bottom: 12%;
    left: 6%;
  }
}
@media screen and (min-width: 1400px) {
  .trust_sec_icons.speacial_padding {
    padding-left: 55px;
  }
}
@media screen and (max-width: 768px) {
  .our-location_wrap .our_appss img {
    width: 100%;
  }
}
@media screen and (max-width: 1399px) {
  .addres_service_wrapper .details_aboutus .tab .tablinks1 {
    margin-right: 10px;
    padding: 0 0 10px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1300px) {
  .pricing_table.regidtered_table.company_pack_one.company_pack_two.virtual_bisenessadd.Switch_table_custom .table {
    max-width: 1500px;
    width: 1500px;
    overflow-y: scroll;
  }

  .service_pricing__wrapp .pricing_table.regidtered_table.Switch_table_custom {
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 1900px) {
  .about_us_wrapper .about_us_bg_img img {
    width: 16%;
    margin-left: 37%;
    margin-top: 18%;
  }
}
/* model box start for  header and btn   */
.model-boxx {
  border-radius: 10px;
  flex-direction: column;
  padding: 0px !important;
}
.model-boxx h3 {
  margin: 20px;
  color: #aac880;
}
.model-boxx p {
  padding: 3rem;
}
.model-boxx button {
  padding: 10px 40px;
  background-color: orange;
  border-radius: 30px;
  color: white;
  margin-top: 10px;
  text-align: center;
  border: none;
}

.model-box-head {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
.model-box-head div {
  background-color: hwb(205deg 12% 76%);
  width: 100%;
  text-align: center;
  border-top: 2px solid #1f303d;
  padding-top: 3px;
}

.padidine-3rem {
  padding: 3rem;
}

/* file upload and delet  form for front end developer  */
#upload-CV {
  display: inline-block;
}

.text-green {
  color: green !important;
}

.text-blue {
  color: blue !important;
}

@media (max-width: 330px) {
  .expand1 {
    margin-top: 23rem !important;
  }
}
@media (min-width: 331px) and (max-width: 347px) {
  .expand1 {
    margin-top: 20rem !important;
  }
}
@media (min-width: 348px) and (max-width: 364px) {
  .expand1 {
    margin-top: 17rem !important;
  }
}
@media (min-width: 365px) and (max-width: 402px) {
  .expand1 {
    margin-top: 13rem !important;
  }
}
@media (min-width: 402px) and (max-width: 580px) {
  .expand1 {
    margin-top: 10rem !important;
  }
}
/* term and condition add into cart */
.term-box {
  display: inline-block;
  margin: 20px 0px;
}
.term-box .checkbox {
  margin-right: 6px;
  margin-top: 6px;
}
.term-box .term-text {
  text-align: left;
  font-size: 16px;
}
.term-box .term-text a {
  color: #EE851F;
  font-size: 16px;
  text-decoration: underline;
}

/* brta card order then  thankyou  2  item aligns*/
.thankYou-OrderInfo__print {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

@media (max-width: 576px) {
  .thankYou-OrderInfo__print {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.thankYou-OrderInfo__print .trustpilot-widget {
  max-width: 220px;
  margin-top: 10px;
  margin-left: -20px;
}

/* change thank you popup 14 july 2022 */
.bg-dark-head {
  background-color: black !important;
  width: 101%;
  left: -1px !important;
  top: -1px !important;
}

.mw-150 {
  max-width: 130px !important;
}

.text-orange {
  color: #ee851f !important;
}

.close-model-btn {
  border: 1px solid #ee851f;
  background-color: #ee851f;
  padding: 14px 56px;
  border-radius: 50px;
  margin-top: 1rem;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #FFF;
  -webkit-box-shadow: 0px 10px 21px rgba(236, 126, 43, 0.4);
  box-shadow: 0px 10px 21px rgba(236, 126, 43, 0.4);
}

.bg-whites {
  background: white !important;
}

@media (min-width: 576px) {
  .max-w-md-520 {
    width: 520px;
  }
}
.thankyou_modal {
  height: 300px !important;
}

@media (max-width: 430px) {
  .thankyou_modal {
    height: 330px !important;
  }
}
.trustpilot-widget.service-widget iframe {
  position: relative !important;
  height: 30px !important;
  width: 430px !important;
  border-style: none !important;
  display: block !important;
  overflow: hidden !important;
}

.trustpilot-widget.service-widget {
  max-width: 220px;
  left: -230px;
  top: 10px;
}

@media screen and (max-width: 1200px) {
  .trustpilot-widget.service-widget {
    max-width: 220px;
    left: 0;
    top: 90px;
    position: absolute !important;
  }

  .price__locationBTN.d-flex.align-items-center.justify-content-between {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .trustpilot-widget.service-widget {
    max-width: 172px;
    left: 90px;
    top: 10px;
    position: absolute !important;
    right: auto;
  }

  .trustpilot-widget.service-widget iframe {
    position: relative !important;
    height: 50px !important;
    width: 330px !important;
    border-style: none !important;
    display: block !important;
    overflow: hidden !important;
  }
}
/*creat 2 new line in card */
.fs-12 {
  font-size: 12px !important;
}

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

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

.color-light-gray {
  color: #a7acb0 !important;
}

.color-light-orange {
  color: #EE851F !important;
}

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

.white-space-nowraps {
  white-space: nowrap !important;
}

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

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

@media (min-width: 992px) and (max-width: 1200px) {
  .white-space-nowraps {
    white-space: normal !important;
  }

  .d-flex-flex-row-col {
    display: flex !important;
    flex-direction: column !important;
  }
}
@media (max-width: 358px) {
  .cartitem-btn-custom {
    width: 30% !important;
    max-width: 30% !important;
  }
}
@media (min-width: 450px) and (max-width: 768px) {
  .cartitem-btn-custom {
    width: 30% !important;
    max-width: 30% !important;
  }
}
/* make new section for 3 cols*/
.fs-24 {
  font-size: 24px;
}

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

.color-light-orange {
  color: #EE851F;
}

.bg-light-dim {
  background-color: #fafafafc;
}

.new-add-card {
  padding: 40px 26px 26px 26px;
  box-shadow: 1px 1px 4px 4px #00000003;
  background-color: white;
  height: 100%;
}

@media (max-width: 991px) {
  .fs-24 {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .fs-24 {
    font-size: 22px;
  }
}
/* registerd address office in london  in 2 lines*/
.max-w620 {
  max-width: 620px;
}

.address__wrap .address__contant h1 {
  line-height: 160% !important;
}

/* vedio icon start*/
.address__image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.play-btn__btn {
  position: absolute;
  bottom: 0px !important;
  width: 110px !important;
  height: 110px !important;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.play-btn {
  margin-top: 0px !important;
}

.play-btn__btn .inner {
  position: relative;
  z-index: 10;
}

.play-btn__btn::after {
  position: absolute;
  content: "";
  width: 126px;
  height: 126px;
  border-radius: 50%;
  left: 54px;
  top: 54px;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  z-index: 1;
  animation: pulseborder 1500ms ease-out infinite;
  -webkit-animation: pulseborder 1500ms ease-out infinite;
}

@media (max-width: 550px) {
  .play-btn__btn {
    width: 80px !important;
    height: 80px !important;
    padding: 15px !important;
  }

  .play-btn__btn::after {
    position: absolute;
    content: "";
    width: 90px;
    height: 90px;
    left: 39px;
    top: 39px;
  }
}
@media (min-width: 1400px) {
  .play-btn__btn {
    width: 135px !important;
    height: 135px !important;
    padding: 26px !important;
  }

  .play-btn__btn::after {
    position: absolute;
    content: "";
    width: 140px;
    height: 140px;
    left: 68px;
    top: 68px;
  }
}
@-webkit-keyframes pulseborder {
  from {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  to {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulseborder {
  from {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  to {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.play-btn {
  height: 120px !important;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .play-btn {
    height: 80px !important;
  }
}
@media (max-width: 575.98px) {
  .play-btn {
    height: 80px !important;
  }
}
/* vedio icon end*/
/*add new css for login page */
.boxx-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}

@media (min-width: 768px) {
  .max-h-500 {
    max-height: 500px;
  }
}
@media (max-width: 768px) {
  .works_im img {
    height: 100%;
  }
}
/*trusto pilet iceon agean set*/
@media screen and (max-width: 768px) {
  .trustpilot-widget.service-widget {
    left: 190px !important;
  }

  .trustpilot-widget.service-widget iframe {
    width: 177px !important;
    height: 60px !important;
  }
}
@media screen and (max-width: 400px) {
  .address__wrap .address__contant .price__locationBTN {
    margin: 40px 0 80px !important;
  }

  .trustpilot-widget.service-widget {
    left: 0px !important;
    top: 90px !important;
  }
}
/* new design add */
.thankYouWrap__heading h1 {
  font-family: "Inter", sans-serif;
  font-weight: 500 !important;
  line-height: 180%;
  font-size: 24px !important;
  color: #2c3b58;
  text-align: left !important;
}

.right-icon-imgs {
  width: 50px;
}

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

.thankYouWrap {
  grid-column-gap: 18px !important;
  grid-row-gap: 18px !important;
}

/* new hero design add */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .w-xl-50-75 {
    width: 62%;
  }
}
@media (min-width: 1400px) {
  .w-xl-50-75 {
    width: 50%;
  }
}
/* faq diffrence section*/
.faq_difference {
  padding: 40px 0 50px;
}
.faq_difference h2 {
  color: #32414c;
  text-align: center;
  padding: 0 0 50px;
  font-weight: 400;
  font-size: 34px;
}
.faq_difference .faq_difference_text {
  padding-bottom: 30px;
  border-bottom: 2px dashed #858585;
  margin-bottom: 30px;
}
.faq_difference .faq_difference_text:last-child {
  border-bottom: 0px dashed #858585;
}
.faq_difference .faq_difference_text h3 {
  font-weight: 400;
  color: #ee851f;
  font-size: 24px;
  text-decoration: underline;
  padding-bottom: 14px;
}
.faq_difference .faq_difference_text p {
  margin: 0;
  color: #838383;
  font-weight: 400;
}

#talk-to-us-wrap .talk-column {
  background-color: #F2F3F3;
  border-radius: 6px;
  min-height: 440px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: max-content max-content 1fr max-content;
}
#talk-to-us-wrap .talk-column__image {
  display: block;
  height: 60px;
}
#talk-to-us-wrap .talk-column__heading {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #20303C;
  font-size: 1.375rem;
  line-height: 171%;
  letter-spacing: -0.02em;
}
#talk-to-us-wrap .talk-column__text {
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  color: #6A6A6A;
  font-size: 1rem;
  line-height: 200%;
  letter-spacing: -0.02em;
}
#talk-to-us-wrap .talk-column__phone {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #EE851F;
  font-size: 1.875rem;
  line-height: 150%;
  display: block;
}

#head-offices-wrap {
  background-color: #20303C;
}
#head-offices-wrap .office-image {
  min-height: 400px;
}
#head-offices-wrap .office-image img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
#head-offices-wrap .office-info__address {
  color: white;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 163%;
}
#head-offices-wrap .office-info__directions {
  color: #EE851F;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 100%;
  display: inline-block;
  max-width: fit-content;
  position: relative;
  padding-right: 25px;
  transition: all 0.5s ease;
}
#head-offices-wrap .office-info__directions span {
  font-size: 1rem;
  line-height: 100%;
  position: absolute;
  right: 0;
  bottom: 1px;
  transition: transform 0.5s ease;
}
#head-offices-wrap .office-info__directions:hover {
  color: white;
}
#head-offices-wrap .office-info__directions:hover span {
  transform: translate(5px, -5px);
}
#head-offices-wrap .office-info__contact {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 100%;
  color: white;
  position: relative;
  padding-left: 40px;
}
#head-offices-wrap .office-info__contact span {
  position: absolute;
  left: 0;
  bottom: -1;
  font-size: 1.375rem;
  color: #EE851F;
}

@media screen and (max-width: 767px) {
  #head-offices-wrap .office-image {
    min-height: 300px;
  }
}
@media screen and (max-width: 575px) {
  #head-offices-wrap .office-image {
    min-height: 200px;
  }
  #head-offices-wrap .office-info__name {
    font-size: 1.25rem;
  }
  #head-offices-wrap .office-info__contact {
    font-size: 1rem;
    padding-left: 20px;
  }
  #head-offices-wrap .office-info__contact span {
    position: absolute;
    left: 0;
    bottom: -1px;
    font-size: 1rem;
  }
}
.hello-hello p {
  font-size: 10rem;
  color: lime;
}

#view-all-loc-intro-wrap .locations-call-chat {
  width: 100%;
  max-width: 520px;
}
#view-all-loc-intro-wrap .locations-call-chat__call {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 100%;
  color: #20303C;
  position: relative;
  padding-left: 48px;
}
#view-all-loc-intro-wrap .locations-call-chat__call span {
  color: #EE851F;
  font-size: 1.75rem;
  position: absolute;
  bottom: 1px;
  left: 0;
}
@media screen and (max-width: 991px) {
  #view-all-loc-intro-wrap .locations-call-chat {
    max-width: 100%;
  }
}

.team-members-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 50px;
  row-gap: 40px;
}
@media screen and (max-width: 1300px) {
  .team-members-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 800px) {
  .team-members-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 550px) {
  .team-members-wrap {
    grid-template-columns: 1fr;
  }
}

.team-member__img {
  width: 100%;
  filter: saturate(0);
  transition: filter 0.3s ease-in-out;
}
.team-member__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.team-member__name {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #20303C;
  font-size: 1.5rem;
}
.team-member__job {
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  color: #828282;
}
@media screen and (max-width: 800px) {
  .team-member__name {
    font-size: 1.25rem;
  }
}

#current-vacancies-wrap {
  background-color: #F2F3F3;
}

.vacancie-card-wrap {
  border-radius: 6px;
}
.vacancie-card-wrap .vacancie-card__intro .role-name {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #EE851F;
}
.vacancie-card-wrap .vacancie-card__intro .role-type {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #EE851F;
}
.vacancie-card-wrap .vacancie-card__info .section-heading {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #6A6A6A;
}
.vacancie-card-wrap .vacancie-card__info .salary {
  color: #EE851F;
  font-weight: 500;
}
.vacancie-card-wrap .vacancie-card__btn {
  cursor: pointer;
  display: inline-block;
}
.vacancie-card-wrap .vacancie-card__btn::after {
  display: block;
  color: #1674B0;
  content: "Close...";
}
.vacancie-card-wrap .vacancie-card__btn:hover::after {
  color: #EE851F;
}
.vacancie-card-wrap .vacancie-card .collapsed::after {
  display: block;
  content: "Learn more...";
}

#challenging-rewarding-wrap img {
  height: 75px;
}
#challenging-rewarding-wrap h5 {
  font-weight: 500;
}

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