@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
/* define variables for the primary colors */
/* use the variables */
.telephone_ans_intro {
  -ms-grid-columns: 1fr 450px !important;
  grid-template-columns: 1fr 460px !important;
}

.topNavigation__socials .fa-instagram:hover {
  color: #d6249f;
}

.footer1 .footer1AboutUs__socials {
  width: 16rem;
}
.footer1 .footer1AboutUs__socials .fa-instagram:hover {
  color: #d6249f;
}

.contactUs-Locations-Wrap .locationsAddressWrap .locationsAddressAdditional .socialLinks a .fa-instagram:hover {
  color: #d6249f;
}

@media screen and (max-width: 1280px) {
  .footer1 .footer1AboutUs__socials {
    max-width: 16rem;
  }
}
/* edit by 25-march-2021 */
/* cart step-3 css */
.step3_wrap {
  display: flex;
}

.step__three_wrap .cardDetails {
  -ms-grid-columns: 3fr 3fr;
  grid-template-columns: 3fr 3fr;
  padding: 4rem 8rem;
  width: 60%;
  margin-right: 20px;
}

.step__three_wrap .step__three_cardinfo {
  margin-left: -8px;
}
.step__three_wrap .step__three_cardinfo img {
  width: 1.6rem;
}
.step__three_wrap .step__three_cardinfo span {
  left: 100%;
}
.step__three_wrap .step__three_cardinfo span::after {
  top: 95%;
  left: 20px;
  border-right-color: transparent;
  border-left-color: #EE851F;
}
.step__three_wrap .input1 {
  padding: 1.5rem;
}
.step__three_wrap .select2 {
  padding: 0.9em 1.4em 0.8em 0.8em;
}
.step__three_wrap .cardDetails__detail--cardName {
  display: flex;
  align-items: center;
}
.step__three_wrap .cardDetails__detail--cardNumber {
  display: flex;
  align-items: center;
}
.step__three_wrap .cardDetails__detail--expieryMonth {
  display: flex;
  align-items: center;
}
.step__three_wrap .cardDetails__detail--expieryMonth p {
  width: 14em !important;
}
.step__three_wrap .cardDetails__detail--expieryMonth .select2 {
  width: 55%;
}
.step__three_wrap .cardDetails__detail--expieryMonth::after {
  top: 14%;
}
.step__three_wrap .cardDetails__detail--expieryYear .select2 {
  width: 55%;
}
.step__three_wrap .cardDetails__detail p {
  margin-bottom: 0rem;
  width: 13em;
}
.step__three_wrap .cardDetails__detail--CVC {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/span 3;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/span 1;
  display: flex;
  align-items: center;
}
.step__three_wrap .cardDetails__detail--CVC p {
  width: 7.5em;
}
.step__three_wrap .cardDetails__detail--CVC .cvc___input {
  display: flex;
  padding-left: 23px;
}
.step__three_wrap .cardDetails__detail--CVC .cvc___input input {
  width: 50%;
}
.step__three_wrap .cardDetails__detail--CVC .cvc___input .cvc {
  padding-left: 15px;
}
.step__three_wrap .cardDetails__detail--CVC .cvc___input .cvc p {
  width: fit-content;
  width: -moz-fit-content;
}
.step__three_wrap .cardDetails__detail--CVC .cvc___input .cvc .cvc__info {
  padding-right: 10px;
}
.step__three_wrap .cardDetails__detail--CVC .cvc___input .cvc__info {
  width: auto;
  margin-left: -23px;
}
.step__three_wrap .cardDetails__detail--CVC .cvc___input .cvc__info span {
  bottom: 9rem;
  left: 54%;
}
.step__three_wrap .cardDetails__detail--CVC .cvc___input .cvc__info span::after {
  transform: rotate(45deg);
  top: 78%;
  left: 10px;
}
.step__three_wrap .cardDetails__detail--security {
  -ms-grid-row: 8;
  -ms-grid-row-span: 1;
  grid-row: 8/span 1;
  justify-content: center;
}
.step__three_wrap .cardDetails__detail--TandC {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/span 3;
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  grid-row: 6/span 1;
}
.step__three_wrap .cardDetails__detail--TandC .checkbox1 {
  justify-content: center;
}
.step__three_wrap .cardDetails__detail--editOrder {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/span 1;
  -ms-grid-row: 7;
  -ms-grid-row-span: 1;
  grid-row: 7/span 1;
  margin-left: 28px;
}
.step__three_wrap .cardDetails__detail--pay {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/span 1;
  -ms-grid-row: 7;
  -ms-grid-row-span: 1;
  grid-row: 7/span 1;
  margin-left: 8px;
}
.step__three_wrap .cardDetails__detail--pay p:hover {
  background-color: #2c3b58;
}

.step__three_wrap .step3__img {
  padding: 7rem 0;
  margin-bottom: 6rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(44, 59, 88, 0)), to(rgba(44, 59, 88, 0))), url(../img/ipswich-payment.png);
  background-image: linear-gradient(0deg, rgba(44, 59, 88, 0), rgba(44, 59, 88, 0)), url(../img/ipswich-payment.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 40%;
}
.step__three_wrap .step3__img .step3__logo {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

@media screen and (max-width: 1280px) {
  .step__three_wrap .cardDetails__detail--expieryMonth p {
    width: 9.3em !important;
  }
  .step__three_wrap .cardDetails__detail--expieryYear .select2 {
    width: 10rem;
  }
  .step__three_wrap .cardDetails__detail--CVC {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/span 6;
  }
  .step__three_wrap .cardDetails__detail--CVC .cvc___input {
    padding-left: 38px;
  }
  .step__three_wrap .cardDetails__detail--CVC .cvc___input .cvc__info {
    width: 25px;
    margin-left: 0px;
  }
  .step__three_wrap .cardDetails__detail--CVC .cvc___input input {
    margin-left: 0;
  }
  .step__three_wrap .cardDetails__detail--editOrder {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/span 6;
    margin-left: 0px;
  }
  .step__three_wrap .cardDetails__detail--pay {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/span 6;
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    grid-row: 8/span 1;
    margin-left: 0px;
  }
  .step__three_wrap .cardDetails__detail--pay p {
    width: 100%;
  }
  .step__three_wrap .cardDetails__detail--security {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    grid-row: 9/span 1;
  }
}
@media screen and (max-width: 992px) {
  .step__three_wrap .cardDetails {
    padding: 4rem 4rem 4rem 3rem;
  }
  .step__three_wrap .cardDetails__detail--expieryMonth::after {
    top: 50%;
  }
  .step__three_wrap .cardDetails__detail--cardName {
    display: block;
  }
  .step__three_wrap .cardDetails__detail--cardNumber {
    display: block;
  }
  .step__three_wrap .cardDetails__detail--expieryMonth {
    display: block;
  }
  .step__three_wrap .cardDetails__detail--expieryMonth .select2 {
    width: 100%;
  }
  .step__three_wrap .cardDetails__detail--expieryYear .select2 {
    width: 100%;
  }
  .step__three_wrap .cardDetails__detail--CVC {
    display: block;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/span 6;
  }
  .step__three_wrap .cardDetails__detail--CVC .cvc___input {
    padding-left: 0px;
  }
  .step__three_wrap .cardDetails__detail--CVC .cvc___input input {
    width: 50%;
    margin-left: 0px;
  }
  .step__three_wrap .cardDetails__detail--CVC .cvc___input .cvc p {
    margin: 0px;
  }
  .step__three_wrap .cardDetails__detail--TandC {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/span 6;
  }
  .step__three_wrap .cardDetails__detail p {
    margin-bottom: 1rem;
    width: 100%;
  }
  .step__three_wrap .cardDetails__detail--editOrder {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/span 6;
  }
  .step__three_wrap .cardDetails__detail--pay {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/span 6;
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    grid-row: 8/span 1;
  }
  .step__three_wrap .cardDetails__detail--security {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    grid-row: 9/span 1;
  }
  .step__three_wrap .step3__img .step3__logo img {
    width: 20rem;
  }
}
@media screen and (max-width: 700px) {
  .step3_wrap {
    display: block;
  }

  .step__three_wrap .cardDetails {
    padding: 4rem 0rem 4rem 3rem;
    width: 100%;
    margin-right: 0px;
  }
  .step__three_wrap .step3__img {
    width: 100%;
  }

  .step__three_wrap .cardDetails__head {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/span 5;
  }
  .step__three_wrap .cardDetails__detail--cardName {
    display: block;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/span 5;
  }
  .step__three_wrap .cardDetails__detail--cardNumber {
    display: block;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/span 5;
  }
  .step__three_wrap .cardDetails__detail--expieryMonth {
    display: block;
  }
  .step__three_wrap .cardDetails__detail--expieryMonth .select2 {
    width: 100%;
  }
  .step__three_wrap .cardDetails__detail--expieryYear .select2 {
    width: 100%;
  }
  .step__three_wrap .cardDetails__detail--CVC {
    display: block;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/span 5;
  }
  .step__three_wrap .cardDetails__detail--CVC .cvc___input {
    padding-left: 0px;
  }
  .step__three_wrap .cardDetails__detail--CVC .cvc___input input {
    width: 50%;
    margin-left: 0px;
  }
  .step__three_wrap .cardDetails__detail--CVC .cvc___input .cvc p {
    margin: 0px;
  }
  .step__three_wrap .cardDetails__detail p {
    margin-bottom: 1rem;
    width: 100%;
  }
  .step__three_wrap .cardDetails__detail--editOrder {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/span 5;
  }
  .step__three_wrap .cardDetails__detail--pay {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/span 5;
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    grid-row: 8/span 1;
  }
  .step__three_wrap .cardDetails__detail--security {
    -ms-grid-row: 9;
    -ms-grid-row-span: 3;
    grid-row: 9/span 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/span 5;
  }
}
@media screen and (max-width: 500px) {
  .step__three_wrap .cardDetails__head {
    position: relative;
  }
  .step__three_wrap .step__three_cardinfo {
    margin-left: 0px;
    margin-right: 0px !important;
    left: 94%;
    position: absolute;
  }
  .step__three_wrap .step__three_cardinfo span {
    left: -25rem;
  }
  .step__three_wrap .step__three_cardinfo span::after {
    top: 91%;
    right: 0;
    border-right-color: #EE851F;
    border-left-color: transparent;
    border-top-color: transparent;
  }
  .step__three_wrap .cardDetails__detail--expieryYear {
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2/span 4;
  }
  .step__three_wrap .cardDetails__detail--expieryMonth p {
    width: 8em !important;
  }
  .step__three_wrap .cardDetails__detail--CVC {
    position: relative;
  }
  .step__three_wrap .cardDetails__detail--CVC .cvc___input {
    display: block;
  }
  .step__three_wrap .cardDetails__detail--CVC .cvc___input input {
    width: 100%;
    margin-bottom: 2rem;
  }
  .step__three_wrap .cardDetails__detail--CVC .cvc___input .cvc {
    padding-left: 0px;
  }
  .step__three_wrap .cardDetails .cvc__info {
    position: absolute;
    top: 0;
    right: 0;
    width: auto !important;
  }
  .step__three_wrap .cardDetails .cvc__info span {
    bottom: 5rem !important;
    left: -24rem !important;
  }
  .step__three_wrap .cardDetails .cvc__info span::after {
    top: 80%;
    left: 100% !important;
    transform: rotate(0deg) !important;
  }
  .step__three_wrap .cardDetails__detail--security {
    -ms-grid-row: 9;
    -ms-grid-row-span: 3;
    grid-row: 9/span 3;
  }
  .step__three_wrap .cardDetails__detail--security .cardDetailsSecurity-1 {
    height: 4rem;
  }
  .step__three_wrap .cardDetails__detail--security .cardDetailsSecurity-2 {
    height: 4rem;
  }
}
@media screen and (max-width: 400px) {
  .step__three_wrap .cardDetails__detail--security {
    -ms-grid-row: 9;
    -ms-grid-row-span: 2;
    grid-row: 9/span 2;
  }
  .step__three_wrap .cardDetails__detail--security .cardDetailsSecurity-1 {
    height: 3rem;
  }
  .step__three_wrap .cardDetails__detail--security .cardDetailsSecurity-2 {
    height: 3rem;
  }
}
/* meetings room */
.meetingRoomsWrap {
  width: 100%;
  margin-bottom: 6rem;
}
.meetingRoomsWrap h1 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  color: #4D4C4C;
  line-height: 180%;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  margin: auto;
  margin-bottom: 6rem;
  width: 65rem;
}
.meetingRoomsWrap h1:after {
  content: "";
  display: block;
  width: 5rem;
  height: 0;
  margin: auto;
  margin-top: 1rem;
  border-bottom: 4px solid #EE841F;
}

@media screen and (max-width: 600px) {
  .meetingRoomsWrap h1 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.rooms {
  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;
}
.rooms .room {
  width: 30%;
}
.rooms .room__h {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #EE841F;
  line-height: 108%;
  text-align: center;
  margin-bottom: 2rem;
}
.rooms .room__image {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr max-content 1fr;
  grid-template-columns: 1fr -webkit-max-content 1fr;
  grid-template-columns: 1fr max-content 1fr;
  -ms-grid-rows: max-content 32px 32px;
  grid-template-rows: -webkit-max-content 32px 32px;
  grid-template-rows: max-content 32px 32px;
  margin-bottom: 3rem;
}
.rooms .room__image img {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/span 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
  display: block;
  width: 100%;
  height: 20rem;
}
.rooms .room__image a {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/span 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/span 2;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #ffffff;
  padding: 2rem 6rem;
  background-color: #EE841F;
  border: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  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;
  padding: 2rem 2rem;
}
.rooms .room__image a i {
  font-size: 3rem;
  margin-right: 1rem;
}
.rooms .room__image a:hover {
  background-color: #232E44;
}

@media screen and (max-width: 800px) {
  .rooms .room__image a {
    font-size: 1.8rem;
    padding: 2rem 2rem;
  }

  .rooms .room__image a i {
    font-size: 1.8rem;
  }
}
.rooms .room__info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 26px max-content;
  grid-template-columns: 26px -webkit-max-content;
  grid-template-columns: 26px max-content;
  grid-column-gap: 20px;
  -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-row-gap: 15px;
}
.rooms .room__info img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
  width: 2.6rem;
}
.rooms .room__info p {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #4D4C4C;
}

@media screen and (max-width: 700px) {
  .meetingRoomsWrap .rooms {
    display: block;
  }
  .meetingRoomsWrap .rooms .room {
    width: 100%;
    margin-top: 4rem;
  }
  .meetingRoomsWrap .rooms .room__image img {
    height: auto;
  }
}
/* meetings room end */
/* edit by 28-may-2021 */
#modalContainerFreeCompanyF {
  max-height: 100%;
}

.freeCompanyFModal {
  max-width: 80%;
}

.freeCompanyFModal p {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.freeCompanyFModal__btns {
  max-width: 72%;
}

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

.freeCompanyFModal__btn:hover {
  border-color: #FF7066;
  background-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: 32px;
  right: 10px;
}

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

.packages_modal {
  max-width: 80%;
  margin: 20px auto;
  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);
}

.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;
}
.packages_modal .all__packs .packages__main.active {
  background-color: #e9e9e9;
}
.packages_modal .all__packs .packages__main {
  float: left;
  text-align: center;
  width: 24%;
  margin: 0 5px;
  border: 2px solid #d6d6d6;
}
.packages_modal .all__packs .packages__main h3 {
  font-family: "Roboto", sans-serif;
  background-color: #2c3b58;
  padding: 20px 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
}
.packages_modal .all__packs .packages__main h2 {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  margin: 15px 0;
  color: #ee851f;
}
.packages_modal .all__packs .packages__main p {
  font-family: "Roboto", sans-serif;
  color: #7c7b7b;
  font-size: 1.6rem;
  line-height: 27px;
  font-weight: 500;
}
.packages_modal .all__packs .packages__main p span {
  font-size: 1.6rem;
  line-height: 27px;
  font-weight: 500;
  color: #ee851f;
}
.packages_modal .all__packs .packages__main button {
  font-family: "Roboto", sans-serif;
  margin: 25px 0 20px;
  width: 75%;
  padding: 18px 0;
  font-size: 1.8rem;
  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;
}

@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;
  }
}
/* edit by 14-june-2021 */
.appKeyBenefitsWrap .appKeyBenefits .benefit {
  width: 50%;
}

@media screen and (max-width: 580px) {
  .appKeyBenefitsWrap .appKeyBenefits .benefit {
    width: 100%;
  }
}
/* Payment Method */
a {
  text-decoration: none;
}

.payment__banner {
  background-image: url(../img/payment_methods/Email-Illustrate.png) !important;
}
.payment__banner img {
  width: 100%;
  height: 100%;
}

.paymentService__Wrapper {
  padding: 10px 0px 150px 0px;
}

.paymentService__Wrapper .paymentService__Wrapper__h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  color: #2c3b58;
  line-height: 160%;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: fit-content;
  max-width: 90%;
  margin: auto;
}
.paymentService__Wrapper .paymentService__Wrapper__p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #4D4C4C;
  line-height: 160%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding-bottom: 6rem;
  margin-bottom: 0rem;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.paymentService__Wrapper .paymentServices {
  margin-top: 6rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.paymentService__Wrapper .paymentServices .paymentServices__col {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 10rem max-content 1fr;
  grid-template-rows: 10rem -webkit-max-content 1fr;
  grid-template-rows: 10rem max-content 1fr;
  grid-row-gap: 2rem;
  justify-items: left;
}
.paymentService__Wrapper .paymentServices .paymentServices__col h1 {
  color: #2c3b58;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  text-align: left;
  display: flex;
  align-items: center;
}
.paymentService__Wrapper .paymentServices .paymentServices__col h1 img {
  margin-right: 20px;
}
.paymentService__Wrapper .paymentServices .paymentServices__col .proof-list .list-item {
  font-size: 2.6rem;
  list-style: none;
  font-family: "Lato", sans-serif;
  text-align: left;
  color: #4F5A68;
  display: flex;
  padding-bottom: 2.5rem;
}
.paymentService__Wrapper .paymentServices .paymentServices__col .proof-list .item__padding {
  padding-bottom: 0.5rem !important;
}
.paymentService__Wrapper .paymentServices .paymentServices__col .proof-list .list-item img {
  height: 12px;
  width: 12px;
  margin: 10px 10px 0 0;
}
.paymentService__Wrapper .paymentServices .paymentServices__col .proof-list .list-item p {
  line-height: 30px;
}
.paymentService__Wrapper .paymentServices .paymentServices__col .proof-list .list-item p b {
  font-size: 1.7rem;
}
.paymentService__Wrapper .paymentServices .paymentServices__col .signin-btn2 {
  background: #EE851F;
  border: 2px solid #EE851F;
  color: white;
  padding: 0px 50px;
  margin: 0px 0 0 25px;
  font-size: 16px;
  float: left;
  transition: all ease-in-out 0.2s;
  border-radius: 6px;
  cursor: pointer;
  height: 45px;
}
.paymentService__Wrapper .paymentServices .paymentServices__col .signin-btn2:hover {
  cursor: pointer;
  background-color: #2c3b58;
  border: 2px solid #2c3b58;
}
.paymentService__Wrapper .paymentServices .paymentServices__col .comodo__images {
  padding: 0px;
  margin: 0px 0 0 25px;
  display: flex;
  align-items: center;
  float: left;
  list-style: none;
}
.paymentService__Wrapper .paymentServices .paymentServices__col .comodo__images li img {
  margin-right: 25px;
}

@media screen and (max-width: 900px) {
  .paymentService__Wrapper {
    padding: 50px 0px 50px 0px;
  }

  .paymentService__Wrapper .paymentServices {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 860px) {
  .paymentNavigation__right .topNavigation__vl--2 {
    display: block;
  }

  .paymentNavigation__right .topNavigation__socials {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .payment__logo {
    display: flex;
  }

  .paymentNavigation__right {
    width: auto;
  }
}
@media screen and (max-width: 760px) {
  .paymentService__Wrapper .paymentServices {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .paymentService__Wrapper .paymentServices .paymentServices__col {
    display: -ms-grid;
    display: grid;
    -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-row-gap: 2rem;
  }
}
@media screen and (max-width: 550px) {
  .payment__logo img {
    width: 160px;
  }
}
@media screen and (max-width: 450px) {
  .payment__logo {
    display: none;
  }

  .paymentNavigation__right {
    width: 100%;
  }

  .paymentNavigation__right .topNavigation__vl--2 {
    display: none;
  }

  .paymentNavigation__right .topNavigation__socials {
    display: none;
  }

  .paymentService__Wrapper .paymentServices .paymentServices__col .comodo__images {
    display: block;
  }
}
/* edit by 30-june-2021 */
.discountModal {
  max-width: 90rem;
  padding-top: 8rem;
}

.discountModal .discountModal__back {
  background-image: url(../img/get_off_background.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 4rem;
  padding-top: 5rem;
}
.discountModal .discountModal__text {
  background-color: #ffffff75;
  width: 100%;
  max-width: 70rem;
  margin: 0 auto 0px;
  padding: 20px 35px;
  font-weight: 600;
}
.discountModal .modal__head2 i {
  margin: -100px 0 0;
}
.discountModal .modal__head2 h1 {
  font-size: 5rem;
  line-height: 100%;
}
.discountModal .modal__head2 h1 span {
  color: #ee851f;
  font-size: 2.5rem;
}
.discountModal .discountModal__submit {
  max-width: 70rem;
  margin: auto;
  display: flex;
}
.discountModal .discountModal__submit input {
  max-width: 100%;
  height: 65px;
}
.discountModal .discountModal__submit button {
  width: 20rem;
  margin-left: 1rem;
}

@media screen and (max-width: 580px) {
  .discountModal .discountModal__back {
    background-size: cover;
  }
  .discountModal .discountModal__submit {
    max-width: 100%;
    margin: 0 20px;
    display: block;
  }
  .discountModal .discountModal__submit button {
    width: 100%;
    margin-left: 0px;
  }
}
/* edit by 1-jul-2021 */
@media screen and (max-width: 400px) {
  .topNavigation__discount {
    display: block;
  }
}
.pricingHeading__h2 {
  font-size: 1.8rem;
}

.additionalServicesWrapper__h2 {
  font-size: 1.8rem;
}

/* edit by 8-sep-2021 */
.reasonsToTrustWrap .reasonsToTrust .reason__heading {
  font-size: 2.2rem;
}
.reasonsToTrustWrap .reasonsToTrust .reason__text a {
  font-size: 1.6rem;
  color: #ee851f;
}

.packages_modal--formation {
  padding: 0rem 0px 5rem;
  border-radius: 6px;
}

.packages_modal--formation .all__packs {
  width: 100%;
  display: inline-block;
}
.packages_modal--formation .all__packs .packages__main.active {
  background-color: #ffffff;
}
.packages_modal--formation .all__packs .packages__main {
  float: left;
  text-align: center;
  width: 24%;
  margin: 0 5px;
  border: 2px solid #d6d6d6;
  background-color: #ffffff;
}
.packages_modal--formation .all__packs .packages__main h3 {
  font-family: "Roboto", sans-serif;
  background-color: #2c3b58;
  padding: 20px 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
}
.packages_modal--formation .all__packs .packages__main h2 {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  margin: 15px 0;
  color: #ee851f;
}
.packages_modal--formation .all__packs .packages__main p {
  font-family: "Roboto", sans-serif;
  color: #7c7b7b;
  font-size: 1.6rem;
  line-height: 27px;
  font-weight: 500;
}
.packages_modal--formation .all__packs .packages__main p span {
  font-size: 1.6rem;
  line-height: 27px;
  font-weight: 500;
  color: #ee851f;
}
.packages_modal--formation .all__packs .packages__main button {
  font-family: "Roboto", sans-serif;
  margin: 25px 0 20px;
  width: 75%;
  padding: 18px 0;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 6px;
}
.packages_modal--formation .all__packs .packages__main .add__toCart {
  background-color: #ee851f;
  border-color: #ee851f;
}
.packages_modal--formation .all__packs .packages__main .upgrade {
  background-color: #2c3b58;
  border-color: #2c3b58;
}
.packages_modal--formation .all__packs .packages__main .upgrade:hover {
  background-color: #ee851f;
  border-color: #ee851f;
}

@media screen and (max-width: 1199px) {
  .packages_modal--formation .all__packs .packages__main {
    width: 48%;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .packages_modal--formation .all__packs .packages__main {
    width: 100%;
  }
}
.formation__pricingLink {
  text-align: center;
  margin: 0 auto 5rem;
}
.formation__pricingLink a {
  width: 30rem;
  margin: auto;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  color: #f9f9f9;
  text-align: center;
  padding: 1.5rem 2rem;
  background-color: #EE851F;
  border-radius: 6px;
  display: inline-block;
}
.formation__pricingLink a:hover {
  background-color: #2c3b58;
  color: #fff;
}

/*term and condition box  add  in cart*/
.term-boxx {
  display: flex;
  margin-right: 8px;
  margin: 20px 0px;
}
.term-boxx .checkbox {
  margin-right: 6px;
}
.term-boxx .term-text {
  text-align: left;
  font-size: 18px !important;
  font-family: roboto !important;
}
.term-boxx .term-text a {
  color: #EE851F;
  font-size: 16px;
  text-decoration: underline !important;
}

@media (max-width: 576px) {
  .term-boxx .term-text {
    font-size: 14px;
  }
  .term-boxx .term-text a {
    font-size: 14px;
  }
}
/* 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;
}

/* new design add */
.thankyou-text {
  font-family: "Inter", sans-serif;
  font-weight: 700 !important;
  line-height: 180%;
  font-size: 30px !important;
  color: #2c3b58;
  text-align: left !important;
}

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

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

.thnx-box {
  margin-top: 40px !important;
  display: flex !important;
}

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

.pt-16 {
  padding-top: 16px !important;
}

.thankYouWrap__heading h1 {
  font-size: 24px !important;
}

/*company formation new search popup added */
.fs-20 {
  font-size: 20px !important;
}

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

.custom-new-search {
  position: relative;
  margin-top: 0px;
  margin-bottom: 70px;
  height: 406px;
}

.custom-new-search::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  left: 0px;
  z-index: -11;
  bottom: 0px;
  background: #f2f3f5;
}

.my-20 {
  margin: 20px 0px !important;
}

.h-100 {
  height: 100%;
}

.custom-new-search .search-section {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
}

.d-flex {
  display: flex;
}

.custom-new-search .img-section {
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.custom-new-search .img-section img {
  width: 100%;
}

.custom-new-search .search-input {
  width: 70%;
  padding: 18px 20px;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 171.19%;
  letter-spacing: -0.02em;
  color: #8B8B8B;
}

.company-search-btn {
  background: #ee851f;
  color: #fff;
  font-size: 18px;
  border: none;
  padding: 0 30px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media (max-width: 992px) {
  .custom-new-search .search-section {
    width: 100% !important;
    padding-bottom: 35px;
  }

  .custom-new-search .img-section {
    display: none;
  }
}
.custom-new-search .search-section .name_company_box {
  text-align: center;
  background-image: green;
  background: #ffecf0;
  padding: 40px;
  border-radius: 10px;
  position: absolute;
  width: 88%;
  top: 14%;
  left: 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 380px;
}

@media (max-width: 992px) {
  .custom-new-search {
    height: 300px !important;
  }

  .custom-new-search .search-section .name_company_box {
    top: auto !important;
    padding: 20px !important;
    width: 100% !important;
  }

  .custom-new-search::after {
    height: 100% !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .custom-new-search .search-section .name_company_box {
    top: 12%;
    width: 92% !important;
  }
}
.custom-new-search .search-section .name_company_box-no {
  background-color: #ffecf0;
}

.custom-new-search .search-section .name_company_box .img-yes-no {
  display: block;
  width: 50px;
  margin: 0 auto 20px auto;
}

.custom-new-search .search-section .name_company_box h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 171.19%;
  letter-spacing: -0.02em;
  color: #84B046;
  margin: 0px 0 0px 0;
  text-align: center;
}

.custom-new-search .search-section .name_company_box-no h4 {
  color: #d72c4d;
}

.custom-new-search .search-section .name_company_box p {
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 171.19%;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 0px;
  text-align: center;
}

.custom-new-search .search-section .name_company_box button {
  background-color: #d72c4d;
  border-color: #d72c4d;
  padding: 16px 30px;
  border: 1px solid #ee851f;
  outline: none;
  cursor: pointer;
  border-radius: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  max-width: fit-content;
  margin: 25px auto 0px auto;
}

.search-section .name_company_box-no button {
  background-color: #d72c4d;
  border-color: #d72c4d;
  color: #fff;
}

.search-section .name_company_box-no button:hover {
  background-color: #d72c4d;
  border-color: #d72c4d;
  color: #fff;
}

.search-section .name_company_box h6 {
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  text-align: center;
  color: #000000;
  margin-top: 25px;
}

.search-section .name_company_box h6 img {
  margin-left: 8px;
}

.search-section .cmpany_formation img {
  width: 100%;
  margin-top: 0px;
  position: absolute;
  bottom: -65px;
}

.my-0 {
  margin: 0px !important;
}

.bg-success {
  background: #d9e8da !important;
}

.bg-success-btn {
  background-color: #ee851f !important;
}

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