  /* -----------------------------------------------------UK LTD Company Formation CSS Starts Here -------------------------------*/
  @import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

  .cf_wrapeer_img {
    position: relative;

    background-repeat: no-repeat;

    background-size: cover;

    display: flex;

    flex-direction: column;

    z-index: 1;

    padding-top: 30px;

    padding-bottom: 40px;
  }

  #locationInput::placeholder {
    font-size: 16px;
    font-weight: 400;
  }

  .cf_wrapper_col_content {
    font-family: "Poppins" !important;

    color: white;

    font-size: 50px;

    line-height: 71px;

    font-weight: 600;

    margin-bottom: 20px !important;

    text-align: center;
  }

  .cf_wrapeer_row {
    height: 100%;

    display: flex;

    align-items: center;
  }

  #resultContainer {
    margin: 20px 0;

    backdrop-filter: blur(7px) saturate(180%);

    -webkit-backdrop-filter: blur(7px) saturate(180%);

    background-color: rgba(17, 25, 40, 0.56);

    border-radius: 12px;

    border: 1px solid rgba(255, 255, 255, 0.125);

    padding: 20px;

    display: none;

    position: relative;
  }

  #btnContainer {
    display: none;

    color: #fff;

    padding: 15px;

    border-radius: 5px;

    margin: 10px 0;

    background: #092a49;

    outline: none !important;

    border: none;
  }

  #btnContainerMobile {
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    margin: 10px 0;
    outline: none !important;
    border: none;
    background-color: #ffc107 !important;
    box-shadow: none;
    display: none;
  }

  .cf_close_icon {
    position: absolute;

    right: 10px;

    font-size: 25px;

    color: #fff;

    cursor: pointer;

    top: 0;
  }

  .cf_close_icon:hover {
    color: #ffc107;
  }

  .cf_searchAgain {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
    transition: all 0.5s;
    margin-top: 14px;
    display: inline-block;
  }

  .cf_searchAgain:hover {
    color: #ffc107;
    cursor: pointer;
    transition: all 0.5s;
    margin-top: 14px;
    display: inline-block;
  }

  .cf_searchAgain:hover {
    color: #ffc107;
  }

  .cf_wrapeer_img_container {
    height: 100%;
  }

  .service_box {
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);

    border-radius: 10px;

    transition: all 1s;
  }

  .service_box:hover {
    box-shadow: none;
  }

  .cf_location_slider {
    height: 350px !important;
  }

  .cf_searchTopBar {}

  .cf_searchTopBar .cf_pay {
    color: white;

    font-weight: 500;

    font-size: 23px;

    margin-bottom: 0px;

    text-align: center;

    margin-left: -220px;
  }

  .cf_searchTopBar .cf_price {
    margin-top: 10px;

    position: relative;
  }

  .cf_price span {
    position: absolute;

    right: 0;

    color: #ffffff;

    width: 100%;

    text-align: center;

    margin-right: -125px;

    top: 21px;
  }

  .cf_price h4 {
    font-size: 60px;

    text-align: center;

    color: #ffffff;
  }

  .cf_price p {
    color: #ffffff;

    font-size: 14px !important;

    font-weight: 300 !important;

    text-align: center;

    line-height: 23px;

    padding: 0 10px;

    margin-top: 30px !important;
  }

  .cf_row_container {
    backdrop-filter: blur(7px) saturate(180%);

    -webkit-backdrop-filter: blur(7px) saturate(180%);

    background-color: rgba(17, 25, 40, 0.56);

    border-radius: 12px;

    border: 1px solid rgba(255, 255, 255, 0.125);

    padding: 30px;

    margin: 0;

    margin-bottom: 20px;
  }

  .cf_wrapeer_row_col_2 {
    position: relative;
    height: 100%;
    /* background-color: red; */
  }

  .cf_wrapeer_row_col_2 img {
    position: absolute;
    left: 5%;
    left: 5%;
    width: 75%;
    bottom: -40px;
  }

  .uk_ltd_cf_sliderText h3 {
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    font-style: italic;
    font-weight: 600;
  }

  .uk_ltd_cf_sliderText {
    margin: 10px 0;
  }

  .cf_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgb(49 44 44 / 53%); */
  }

  .cf_row_2 {
    display: flex;
  }

  .resultContainer_header {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    padding: 15px 0;
  }

  .resultContainer_company_name h4 {
    color: #fff;
    font-size: 40px;
  }

  #resultContainer #messageContainer {
    color: #fff;
    font-size: 16px;
    margin-top: 35px;
    font-weight: bolder;
  }

  #swmfdetails {
    margin: 12px 0;
  }

  #comavailbtmmsg {
    text-align: center;
    margin-top: 15px;
  }

  .cf_close_btn_img {
    width: 50px;
  }

  #iconContainer i {
    font-size: 40px;
    margin-top: -3px;
  }

  .exclamanationIcon {
    border: 4px solid #ffc107;
    border-radius: 50%;
    padding: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #ffc107;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 20px !important;
    font-size: 26px !important;
    margin-top: -6px !important;
  }

  /* Media Query Starts Here */

  @media only screen and (min-width: 1400px) {
    #resultContainer {
      padding: 50px 20px;
    }

  }

  @media only screen and (max-width: 1350px) {
    #resultContainer #messageContainer {
      line-height: 25px;
    }
  }

  /* <1200PX */
  @media only screen and (max-width: 1200px) {
    .cf_row_2 {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: end;
    }

    .cf_searchTopBar .cf_pay {
      margin-left: 0;
      margin: 20px 0;
    }

    .cf_row_2_1,
    .cf_row_2_2 {
      max-width: 80%;
    }

    .cf_row_2_2 {
      max-width: 80%;
    }

    .cf_wrapeer_row_col_2 {
      display: none;
    }
  }

  @media only screen and (max-width: 992px) {
    .cf_searchTopBar .cf_pay {
      text-align: center;

      margin-bottom: 15px !important;

      font-size: 24px;

      margin-left: 0;
    }

    .cf_wrapper_col_content {
      font-size: 34px;

      line-height: 50px;
    }

    .cf_wrapeer_img {
      height: auto !important;

      padding: 20px 0;
    }

    .cf_price p {
      margin-top: 10px !important;

      margin-bottom: 30px !important;
    }

    .cf_price h4 {
      font-size: 40px;
    }

    .about_image {
      margin: 30px !important;
    }

    .counter h3 {
      font-size: 25px !important;
    }

    .counter_heading span {
      font-size: 25px !important;
    }

    .counter h6 {
      font-size: 10px;
    }

    .cf_price span {
      top: 15px;

      margin-right: -100px;

      font-size: 12px !important;
    }

    .cf_wrapeer_row_col_1 {}

    .cf_wrapeer_row_col_2 {
      display: none;
    }

    .uk_ltd_cf_sliderText h3 {
      font-size: 16px;
    }
  }

  /* 768 PX */

  @media only screen and (max-width: 767px) {
    .cf_price span {
      font-size: 12px;

      right: 0;

      color: rgb(255, 255, 255);

      margin-right: 25px;

      width: 60%;
    }

    .cf_register {
      line-height: 35px !important;
    }

    .main_counter .counter {
      height: 130px !important;
    }

    .cf_wrapper_col_content {
      font-size: 40px;
    }

    .cf_main_heading h4 {
      line-height: 35px !important;

      margin-bottom: 15px !important;
    }

    #resultContainer #messageContainer {
      line-height: 25px;
    }

    .cf_row_2_1,
    .cf_row_2_2 {
      max-width: 100%;
    }

    .resultContainer_header {
      top: 2%;
    }

    .cf_close_icon {
      top: 2px;
    }
  }

  /* 993px - 1200px */
  @media (min-width: 1200px) and (max-width: 1250px) {
    .service_section {
      overflow-x: hidden;
    }
  }

  /* 576 PX */
  @media only screen and (max-width: 576px) {
    .cf_row_container {
      padding: 20px;
    }

    .cf_price span {
      margin-right: -40px;

      width: 60%;
    }

    .cf_wrapper_col_content {
      font-size: 20px;

      line-height: 30px;
    }

    #iconContainer {
      font-size: 40px !important;
    }

    .cf_searchAgain {
      font-size: 12px;
    }

    #messageContainer {
      font-size: 16px !important;
    }

    .counter h3 {
      font-size: 25px !important;
    }

    .cf_day_avg h6 {
      padding: 1px;
    }

    .uk_ltd_cf_sliderText h3 {
      font-size: 15px;
      /* padding: 12px 0; */
    }

    .uk_ltd_main_search {
      font-size: 12px !important;
    }

    .uk_ltd_main_search::placeholder {
      font-size: 12px !important;
      color: grey;
    }

    .uk_ltd_cf_sliderText {
      margin: 0px 0;
    }

    #resultContainer #messageContainer {
      line-height: 23px;
      font-size: 12px;
    }

    #locationInput::placeholder {
      font-size: 13px;
      font-weight: 400;
    }

    .resultContainer_company_name h4 {
      font-size: 22px;
    }

    #iconContainer {
      font-size: 30px !important;
    }

    #comavailbtmmsg p {
      line-height: 18px !important;
      text-align: left;
    }

    #iconContainer i {
      font-size: 30px !important;
      margin-top: 2px !important;
    }

    .exclamanationIcon {
      border: 3px solid #ffc107;
      border-radius: 50%;
      padding: 9px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      color: #ffc107;
      width: 35px;
      height: 35px;
      text-align: center;
      line-height: 10px !important;
      font-size: 24px !important;
    }
  }

  /* 993px - 1200px */
  @media (min-width: 993px) and (max-width: 1200px) {
    .cf_price span {
      margin-right: -115px;

      font-size: 10px !important;
    }

    .cf_wrapper_col_content {
      font-size: 34px;
      line-height: 55px;
    }
  }

  /* 1400px - 2400px */
  @media (min-width: 1400px) and (max-width: 2400px) {
    .cf_price span {
      margin-right: -135px;
    }
  }

  /* 1150px - 1400px */
  @media (min-width: 1201px) and (max-width: 1400px) {
    .cf_wrapper_col_content {
      font-size: 34px !important;
      line-height: 55px;
      overflow: visible;
      white-space: nowrap;
    }
  }

  @media (min-width: 1401px) and (max-width: 1590px) {
    .cf_wrapeer_row_col_2 img {
      /* width: 70%; */
      width: 92%;
      left: -3% !important;
    }
  }

  /* 1401px - 1850px */
  @media (min-width: 1590px) and (max-width: 1850px) {
    .cf_wrapeer_row_col_2 img {
      width: 100%;
      left: -3% !important;
    }
  }

  /* 1851px - 2150px */
  @media (min-width: 1851px) and (max-width: 2150px) {
    .cf_wrapeer_row_col_2 img {
      width: 95%;
      left: -5% !important;
    }
  }

  /* 2150px - 2500px */
  @media (min-width: 2151px) and (max-width: 2500px) {
    .cf_wrapeer_row_col_2 img {
      width: 80%;
    }
  }

  @media (min-width: 2501px) {
    .cf_wrapeer_row_col_2 img {
      width: 70%;
    }
  }

  @media only screen and (max-width: 1400px) {

    #resultContainer {
      padding: 60px 20px;
    }

    .cf_wrapeer_row_col_2 img {
      width: 99%;
      left: 0%;
    }
  }

  @media (min-width: 1500px) and (max-width: 1600px) {
    .cf_wrapper_col_content {
      overflow: visible;
      white-space: nowrap;
      font-size: 40px;
      margin-bottom: 30px !important;
    }
  }

  @media (min-width: 1400px) and (max-width: 1500px) {
    .cf_wrapper_col_content {
      overflow: visible;
      white-space: nowrap;
      font-size: 38px;
      margin-bottom: 0px !important;
    }
  }

  /* 577px - 700px */
  @media (min-width: 577px) and (max-width: 700px) {
    .cf_price span {
      margin-right: -10px;
    }
  }

  /* --------------------------------------------UK LTD Company Formation CSS Ends Here ----------------------------------------------*/

  /* -------------------------------Business-Success Page CSS Starts Here----------------------------------------------------------------- */

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

  .bus_header_col_1 h1 {
    color: #fff;
    font-size: 44px;
    line-height: 60px;
  }

  .bus_header_col_2 img {
    width: 90%;
    display: block;
    margin-left: auto;
  }

  .bus_content_2,
  .bus_content_3,
  .bus_content_4,
  .bus_content_5 {
    padding: 30px 10px;
  }

  .bus_content_2 .col-lg-6 p {
    line-height: 30px;
    font-size: 19px;
    text-align: justify;
    font-family: "Satoshi-Medium";
    font-weight: 500;
  }

  .bus_content_2_img img {
    border-radius: 10px;
    box-shadow: 0px 7px 14px -3px rgba(0, 0, 0, 0.75);
  }

  .bus_content_4_box {
    height: 100%;
  }

  .bus_content_4_box .card {
    height: 100%;
    border-radius: 10px;
    box-shadow: 0px 1px 10px -3px rgba(0, 0, 0, 0.75);
    transition: all 0.5s;
    background-color: #f1f1f1;
  }

  .bus_content_4_box .card:hover {
    box-shadow: unset;
  }

  /* .bus_content_4_2_box .card
  {
    height: 500px;
  } */

  .bus_content_3 .col-md-12 p,
  .bus_content_4 .col-md-12 p {
    line-height: 30px;
    font-size: 19px;
    text-align: justify;
    font-family: "Satoshi-Medium";
    font-weight: 500;
    margin-top: 8px;
  }

  .bus_content_4_box .card h5 a {
    font-size: 20px;
    color: #092a49;
  }

  .bus_content_4_box .card h5 a:hover {
    color: #036dbc;
  }

  .bus_content_5 {
    background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  }

  .bus_content_5 h2 {
    color: #fff;
  }

  .bus_content_5 .content_div_1 p {
    color: #fff;
    font-size: 19px;
    line-height: 30px;
  }

  .bus_content_5 .content_div_2 p {
    color: #fff;
    font-size: 19px;
    line-height: 30px;
  }

  .bus_content_5 .content_div_1 span {
    font-weight: 600;
  }

  #faqCollapse-6 .card-body span {
    font-weight: 600;
  }

  .bus_text {
    font-size: 17px;
    line-height: 27px;
    text-align: left;
  }

  .bus_img_test {
    /* border: 2px solid red; */
    /* height: 35%; */
  }

  /* .bus_img_test img
  {
    height: 100%;
  } */

  /* <1200PX */
  @media only screen and (max-width: 1200px) {
    .bus_header_col_1 h1 {
      color: #fff;
      font-size: 34px;
      line-height: 60px;
    }
  }

  /* <992PX */
  @media only screen and (max-width: 992px) {
    .bus_header_col_1 h1 {
      font-size: 39px;
      line-height: 60px;
      text-align: center;
      margin-top: 20px;
    }

    .bus_header_col_2 img {
      width: 70%;
      display: block;
      margin: 0 auto;
    }

    .bus_content_2_img img {
      margin-top: 25px;
    }

    .bus_mid_2,
    .bus_mid_5 {
      margin: 65px 0;
    }

    .bus_content_4_2_box .card {
      /* height: 100% !important; */
      /* background-color: red; */
    }
  }

  /* <768PX */
  @media only screen and (max-width: 768px) {
    .bus_header_col_1 h1 {
      font-size: 28px;
      line-height: 50px;
      margin-top: 20px;
    }
  }

  /* <576PX */
  @media only screen and (max-width: 576px) {
    .bus_content_2 .col-lg-6 p {
      font-size: 15px;
      line-height: 25px;
    }

    .bus_content_3 .col-md-12 p,
    .bus_content_4 .col-md-12 p {
      font-size: 15px;
      line-height: 25px;
    }

    .bus_content_4_box .card .card-body p {
      font-size: 15px;
      line-height: 25px;
    }

    .bus_content_5 .content_div_1 p,
    .bus_content_5 .content_div_2 p {
      font-size: 15px;
      line-height: 25px;
    }

    .bus_content_6 p {
      font-size: 15px;
      line-height: 30px;
    }

    .bus_header_col_1 h1 {
      font-size: 20px;
      line-height: 35px;
      margin-top: 20px;
    }

    .bus_content_3 h2,
    .bus_content_4 h2,
    .bus_content_5 h2,
    .bus_content_6 h4 {
      font-size: 22px;
      line-height: 40px;
    }
  }

  /* -----------------------UK Virtual Office Business Address CSS Starts Here---------------------------------------- */

  .box_bg_ser {
    height: 550px;
  }

  .service_box_bg {
    border-radius: 22px !important;
  }


  /* <915PX */
  @media only screen and (max-width: 915px) {

    .ukvo_box_bg_ser_01 {
      height: 470px !important;
      /* background-color: red;  */
    }
  }

  /* <768 */
  @media only screen and (max-width: 768px) {
    .ukvo_box_bg_ser_01 {
      height: auto !important;
    }

    .service_box_bg {
      height: 475px !important;
    }

    .ukvo_hide {
      display: none !important;
    }

    .loc_box {
      /* border: 7px solid lightgreen !important; */
    }

    .ukvo_h4 {
      line-height: 35px !important;
    }

    .service_box_bg {
      border-radius: 24px !important;
    }
  }

  /*----------------------------------------- New CSS for Header - 23 Oct-2024------------------------------------------------ */
  .ukLtdForm_Mobile_p {
    display: none !important;
  }

  .cf_price .ukLtdForm_Mobile_p {
    font-weight: bold !important;
  }

  @media only screen and (max-width: 576px) {

    .bah_col_3,
    .bah_col_4 {
      display: none;
    }

    .bah_col_2_counter {
      display: none;
    }

    /* .sidereview
    {
      display: none !important;
    } */
    .feedback_image {
      display: block !important;
      bottom: 2%;
      width: 15%;
    }


    #showScreen {
      bottom: 2%;
    }

    .cf_price .ukLtdForm_Mobile_p {
      display: block !important;
      font-style: italic;
    }

    /* Input Fix CSS In Mobile */
    .cf_row_container {
      height: 515px;
    }

    .cf_row_2_2 {
      margin-top: -30px;
    }

    .cf_row_2 {
      justify-content: start;
    }

    .cf_price p {
      font-size: 13px !important;
    }

    #locationForm {
      padding: 20px;
      margin-top: -110px;
      display: block;
    }

    .orDivText {
      text-align: center;
      color: #fff;
      margin-bottom: 33px;
      margin-top: -15px !important;
      font-size: 13px;
    }

    #locationForm .uk_ltd_main_search,
    #locationForm .input-group-append {
      height: 35px;
    }

    .cf_price h4 {
      margin-bottom: -10px;
    }

    .cf_row_2_1 {
      /* background-color: green; */
      margin-top: -20px;
    }
  }

  @media only screen and (min-width: 576px) {
    .bah_image_container {
      display: none;
    }

    .orDivText {
      display: none;
    }

  }

  .bah_image_container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 60px;
  }

  .bah_image {
    width: 26%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    object-fit: cover;
    margin-left: 70%;
  }

  .bah_image.active {
    opacity: 1;
  }

  @media (min-width: 450px) and (max-width: 576px) {
    .cf_row_container {
      height: 488px;
    }
  }

  @media only screen and (max-width: 450px) {
    .bah_image {
      width: 34%;
      margin-left: 66%;
    }

    .ukLtdForm_Mobile_p {
      margin-top: 45px !important;
    }

    .cf_row_container {
      height: 510px;
    }
  }

  /* <390PX */
  @media only screen and (max-width: 390px) {

    #locationForm .uk_ltd_main_search,
    #locationForm .input-group-append {
      height: 35px;
      margin-top: 15px;
    }

    .cf_row_container {
      height: 490px;
    }

    .checkAvl {
      display: none;
    }

      .vo-cf-mobile-showPkgs .uk_cf_subscriptionpackages
  {
    height: 1270px !important;
  }
  }

  /* <380PX */
  @media only screen and (max-width: 380px) {
    .cf_row_container {
      height: 520px;
    }

  }



  /*------------------------------- 30 OCT UK-LTD CSS Starts Here-------------------------------------------- */

  .cf_row_2_1 {
    /* background-color: blue; */
    margin-left: -15px;
  }

  .orDivText_2 {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    margin-top: -50px;
  }

  /* <1200PX */
  @media only screen and (max-width: 1200px) {
    .cf_row_2_1 {
      margin-top: 0px;
    }

    .orDivText_2 {
      margin-top: 0px;
      font-size: 15px;
    }
  }

  /* <1200PX */
  @media only screen and (max-width: 576px) {
    .orDivText_2 {
      display: none;
    }

    .cf_row_container {
      height: 526px !important;
    }

    .checkAvl {
      display: none;
    }

    .orDivText {
      margin-left: 10px;
    }
  }

  /* <450PX */
  @media only screen and (max-width: 450px) {

    .cf_row_container {
      height: 560px !important;
    }
  }

  @media only screen and (max-width: 400px) {
    .cf_row_container {
      height: 500px;
    }
  }

  /*------------------------------- 30 OCT UK-LTD CSS Ends Here-------------------------------------------- */

  /* -------------------------------01 Nov UK-VO & Uk-Ltd CSS Starts Here------------------------------------------- */
  .update_counter_section_2 {
    display: none !important;
  }

  #showScreen {
    bottom: 25%;
  }

  /* <576PX */
  @media only screen and (max-width: 576px) {
    .update_counter_section_1 {
      display: none;
    }

    .update_counter_section_2 {
      display: block !important;
      padding: 57px 0 !important;
    }
  }

  /* -------------------------------01 Nov UK-VO & Uk-Ltd CSS Starts Here------------------------------------------- */
.uk_cf_sidereview
{
  z-index: 9;
}

  .uk_cf_sidereview .owl-carousel {
    max-width: 400px;
    margin: 0 auto;
    padding: 30px 0;
  }

  .uk_cf_sidereview .owl-carousel .item {
    font-size: 20px;
    text-align: center;
    /* padding: 20px; */
    line-height: 2;
    font-weight: 700;
    /* background-color: #092a49; */
    /* background-color: #00417f; */
    border-radius: 8px;
  }

  .uk_cf_sidereview .owl-carousel .owl-nav button.owl-prev,
  .uk_cf_sidereview .owl-carousel .owl-nav button.owl-next {
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    transform: translatey(-20%);
    background-color: #0368b4;
    color: #fff;
  }

  .uk_cf_sidereview .owl-nav button span {
    font-size: 25px;
    line-height: 25px;
    height: 100%;
    display: block;
    width: 100%;
  }

  .uk_cf_sidereview .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
  }

  .uk_cf_sidereview .owl-carousel .owl-nav button.owl-next {
    right: 0px;
  }

  .uk_cf_sidereview .owl-carousel .owl-nav {
    margin: 0;
  }

  .uk_cf_sidereview .owl-theme .owl-nav .disabled,
  button.disabled {
    opacity: 0.6;
  }

  .uk_cf_sidereview .owl-carousel .owl-stage-outer {
    height: 140px;
    border-radius: 10px;
  }

  .uk_cf_review_top {
    margin-top: 20px;
    flex-direction: column;
  }

  .uk_cf_review_top .review_imagess img {
    margin-bottom: 8px;
    /* background-color: red; */
    width: 130px !important;
  }

  .uk_cf_review_top .review_imagess .tideAccount {
    width: 100px !important;
  }


  .sidereview .review_adjustment .main_reviews {

    background-color: #001338;
    height: 40%;
    backdrop-filter: blur(5px) saturate(250%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    /* background-color: rgb(0 0 0 / 76%); */
    border-radius: 12px;
    /* border: 1px solid rgba(255, 255, 255, 0.125); */
  }

  
  .feedback_image {
    width: 10%;
    bottom: 4%;
  }

  .feedback_image img {
    width: 85% !important;
  }

  .main_reviews .uk_cf_review_top h6 {
    font-size: 19px !important;
    transition: all 0.5s;
  }

  .main_reviews .uk_cf_review_top h6:hover {
    font-weight: 800;
  }

  .review_adjustment {
    cursor: pointer;
  }


  @media only screen and (max-width: 992px) {
    .main_reviews .uk_cf_review_top h6 {
      font-size: 11px !important;
      line-height: 20px !important;
    }

    .uk_cf_sidereview .owl-carousel .owl-stage-outer {
      border-radius: 8px;
    }
  }

  @media only screen and (max-width: 768px) {

    .uk_cf_sidereview {
      bottom: -12% !important;
    }
  }

  @media only screen and (max-width: 576px) {
    .uk_cf_sidereview {
      bottom: -12% !important;
    }

    .feedback_image {
      width: 20%;
    }
  }

  @media only screen and (max-width: 450px) {

    .uk_cf_sidereview {
      bottom: -10% !important;
    }

    .main_reviews .uk_cf_review_top h6 {
      font-size: 14px !important;
    }
  }

  /* ---------------------30 October-Virtual Office Booking Form CSS Stars Here --------------------------------------*/

  #resultContainerBookingForm {
    width: 45%;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #eee;
    padding: 10px;
    display: none;
    /* justify-content: space-around; */
    margin-left: -15px;
    border-radius: 10px;
  }

  #resultContainerBookingForm h4 {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }

  .resultContainerBookingForm_Icon i {
    font-size: 35px;
    margin-left: 10px;
    margin-top: -15px;
  }

  #resultContainerBookingForm #resultContainerBookingForm_Name {
    font-size: 20px;
  }

  /* 992PX */
  @media only screen and (max-width: 1200px) {
    #resultContainerBookingForm {
      width: 65%;
      /* background-color: red; */
    }
  }

  /* 768PX */
  @media only screen and (max-width: 992px) {
    #resultContainerBookingForm {
      width: 90%;
      /* background-color: blue; */
      margin: 0 auto;
    }
  }

  /* 768PX */
  @media only screen and (max-width: 768px) {
    #resultContainerBookingForm {
      width: 90%;
      /* background-color: green; */
      margin: 0 auto;
    }

    .resultContainerBookingForm_input::placeholder {
      font-size: 12px;
      /* color: blue !important; */
    }
  }

  /* 576PX */
  @media only screen and (max-width: 576px) {
    #resultContainerBookingForm {
      width: 90%;
      /* background-color: aqua; */
      margin: -15px;
    }

    #resultContainerBookingForm #resultContainerBookingForm_Name {
      font-size: 15px;
    }

    .resultContainerBookingForm_input::placeholder {
      font-size: 7px;
      /* color: red !important; */
    }
  }

  /* 450PX */
  @media only screen and (max-width: 450px) {
    #resultContainerBookingForm {
      width: 110%;
      /* background-color: aqua; */
    }
  }

  /* ---------------------30 October-Virtual Office Booking Form CSS Ends Here --------------------------------------*/

  /*------------------------------- 30 OCT UK-LTD CSS Starts Here-------------------------------------------- */

  .cf_row_2_1 {
    /* background-color: blue; */
    margin-left: -15px;
  }

  .orDivText_2 {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    margin-top: -50px;
  }

  /* <1200PX */
  @media only screen and (max-width: 1200px) {
    .cf_row_2_1 {
      margin-top: 0px;
    }

    .orDivText_2 {
      margin-top: 0px;
      font-size: 15px;
    }
  }

  /* <1200PX */
  @media only screen and (max-width: 576px) {
    .orDivText_2 {
      display: none;
    }

    .cf_row_container {
      height: 505px;
    }

    .checkAvl {
      display: none;
    }
  }

  /* <450PX */
  @media only screen and (max-width: 450px) {
    .cf_row_container {
      height: 520px;
    }
  }

  /*------------------------------- 30 OCT UK-LTD CSS Ends Here-------------------------------------------- */

  /* -------------------------------01 Nov UK-VO CSS Starts Here------------------------------------------- */

  .update_counter_section_2 {
    display: none !important;
  }

  /* <576PX */
  @media only screen and (max-width: 576px) {
    .update_counter_section_1 {
      display: none;
    }

    .update_counter_section_2 {
      display: block !important;
      padding: 57px 0 !important;
    }
  }

  @media (min-width: 768px) and (max-width: 1200px) {
    .ukvo_counter {
      height: 190px;
    }
  }

  /* -------------------------------01 Nov UK-VO CSS Ends Here------------------------------------------- */

  /* ------------------------------------SignUp Form Test CSS Starts Here-------------------------------- */

  .new_cf_form {
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.45);
    padding: 21px;
    border-radius: 10px;
  }

  .new_cf_form label {
    line-height: 28px;
  }

  /* Flip Cards CSS */



  .new_cf_card.show {
    display: block;
    opacity: 1;
  }

  .new_cf_card .card {
    margin: 10px 10px;
  }

  .new_cf_card .card-container {
    display: grid;
    perspective: 700px;
  }

  .new_cf_card .card-flip {
    display: grid;
    grid-template: 1fr / 1fr;
    grid-template-areas: "frontAndBack";
    transform-style: preserve-3d;
    transition: transform 1s ease;
  }



  .new_cf_card .front {
    grid-area: frontAndBack;
  }

  .new_cf_card .front h4 {
    font-size: 20px;
    color: #fff;
    text-align: center;
  }

  .new_cf_card .front h5 {
    /* color: green; */
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    font-style: italic;
    color: #fff;
  }

  .new_cf_card .front a {
    background-color: #092a49;
    display: block;
  }

  .new_cf_card .front .card-block {
    background-color: #092a49;
    transition: all 1s;
  }

  .new_cf_card .front.active {
    border: 4px solid rgb(15, 255, 15);
  }

  .new_cf_modal {
    background-color: #092a49;
  }

  .new_cf_modal h4,
  .new_cf_modal .modal-body {
    color: #fff;
    line-height: 25px;
  }

  .new_cf_card .front .card-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 30px;
  }

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

  .new_cf_form_next_btn .nextBtnSignUp {
    margin-left: 15px;
  }

  .new_cf_form_next_btn button {
    background-color: #092a49;
  }


  .new_cf_modal .modal-header .close {
    color: #fff;
  }

  .new_cf_card .new_cf_head {
    font-size: 30px;
    text-align: center;
  }


  .new_cf_card .new_cf_card_step_wrapp {
    margin-bottom: 30px;
    z-index: -1;
  }


  .unique_address .new_cf_address .fas {
    color: #092a49;
    font-size: 50px;
    margin-bottom: 10px;
  }

  .unique_address .new_cf_address .new_cf_address_1 {
    margin-bottom: 0;
  }

  .new_cf_modal .modal_img img {
    margin-bottom: 20px;
    height: 400px;
  }

  .service_section .new_cf_card_packages_wrapp {
    margin-top: 0;
  }

  .packages_list .new_cf_packages_list {
  display: block;
  }

  /* Next Screen Render CSS */

  #heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
  }

  #msform {
    text-align: center;
    position: relative;
    margin-top: 20px
  }

  #msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
  }

  .form-card {
    text-align: left
  }

  #msform fieldset:not(:first-of-type) {
    display: none
  }


  #msform input:focus,
  #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #092a49;
    outline-width: 0
  }

  #msform .action-button {
    width: 100px;
    background: #092a49;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px !important;
    margin: 10px 0px 10px 5px;
    float: right
  }

  #msform .action-button:hover,
  #msform .action-button:focus {
    background-color: #092a49
  }

  #msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px !important;
    margin: 10px 5px 10px 0px;
    float: right
  }

  #msform .action-button-previous:hover,
  #msform .action-button-previous:focus {
    background-color: #000000
  }

  .card {
    z-index: 0;
    border: none;
    position: relative
  }

  .fs-title {
    font-size: 25px;
    color: #092a49;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
  }

  .purple-text {
    color: #092a49;
    font-weight: normal
  }

  .steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
  }

  .fieldlabels {
    color: gray;
    text-align: left
  }

  .formation_wrapper #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    display: flex;
  }

  .formation_wrapper #progressbar .active {
    /* color: #673AB7; */
    color: #092a49;
  }

  .formation_wrapper #progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
  }

  #progressbar #account:before {
    font-family: FontAwesome;
    content: "\f12e"
  }

  #progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f0c5"
  }

  #progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f007"
  }

  #progressbar #confirm:before {
    font-family: FontAwesome;
    /* content: "\f00c" */
    content: "\f007"
  }

  #progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
  }

  #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
  }

  #progressbar li.active:before,
  #progressbar li.active:after {
    background: #092a49
  }

  .progress {
    height: 20px
  }

  .progress-bar {
    background-color: #092a49
  }

  .fit-image {
    width: 100%;
    object-fit: cover
  }

  .vobf_choose_btn label {
    text-align: left;
  }

.new_cf_packages_click {
  margin-top: 12px;
}
  .new_cf_packages_click span {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
  }

  .new_cf_packages_click span::after {
    content: "";
    position: absolute;
    left: 100%;
    /* Position arrow to the right of the text */
    margin-left: 8px;
    /* Adjust spacing between text and arrow */
    top: 34%;
    transform: translateY(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    /* Arrow color */
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .new_cf_packages_click:hover span::after {
    opacity: 1;
    animation: bounce 0.6s infinite alternate;
  }

  @keyframes bounce {
    0% {
      transform: translateY(-50%) translateY(0);
    }

    100% {
      transform: translateY(-50%) translateY(5px);
    }
  }

  .main_reviews .uk_cf_review_top h6 {
    font-size: 19px !important;
    transition: all 0.5s;
  }

  .main_reviews .uk_cf_review_top h6:hover {
    font-weight: 800;
    color: yellow;
    cursor: pointer;
  }


  .ukcf_tc {
    margin-top: 40px;
    text-align: center;
  }

  .packages_bg_active_box {
    border: 4px solid rgb(15, 255, 15);
  }

  .ukPrice .newtextPay {
    width: 60%;
  }

  .newtextPay_mob {
    width: 40%;
    margin-bottom: -10px;
    margin-top: 10px;
    font-weight: 600;
  }

  .formation_main_remove_bg {
    box-shadow: none;
  }

  .feedback_image {
    width: 10%;
  }

  .step_3_input::placeholder {
    font-size: 13px;
  }

  .uk_cf_sidereview {}

  /* <912PX */
  @media only screen and (max-width: 912px) {
    .uk_cf_subscriptionpackages {
      height: 1250px;
    }
  }

  /* <768PX */
  @media only screen and (max-width: 768px) {
    .uk_cf_subscriptionpackages {
      height: 1135px;
    }

    .uk_cf_sidereview {
      bottom: -12% !important;
    }
  }

  /* <576PX */
  @media only screen and (max-width: 576px) {
    .uk_cf_sidereview {
      bottom: -18% !important;
    }

    .feedback_image {
      width: 20%;
    }

    .step_3_input::placeholder {
      font-size: 13px;
    }

    .simple_one_div .simple_one {
      font-size: 30px;
    }

    .new_cf_modal .modal-header h4 {
      font-size: 20px;
      text-align: center;
    }

  }

  /* <476PX */
  @media only screen and (max-width: 450px) {
    .step_3_input::placeholder {
      font-size: 8px;
    }

    .form-card .formation_main {
      padding: 20px;
    }

    .uk_cf_sidereview {
      bottom: -10% !important;
    }
  }


  .custom-owl-nav {
    text-align: center;
    margin-top: 10px;
  }

  .new_cf_modal .chose_this_location {
    display: block;
    background-color: transparent;
    border: 1px solid white;
    color: #fff;
    margin: 20px auto;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.5s;
  }

  .card_chose_location {
    display: block;
    background-color: transparent;
    border: 1px solid white;
    color: #fff;
    margin: 20px auto;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.5s;
  }

  .new_cf_modal .chose_this_location:hover {
    background-color: #036dbc;
  }

  /* Feedback Carousel Starts */

  .uk_cf_sidereview .owl-carousel {
    max-width: 400px;
    margin: 0 auto;
    padding: 30px 0;
  }

  .uk_cf_sidereview .owl-carousel .item {
    font-size: 20px;
    text-align: center;
    line-height: 2;
    font-weight: 700;
    border-radius: 8px;
  }

  .uk_cf_sidereview .owl-carousel .owl-nav button.owl-prev,
  .uk_cf_sidereview .owl-carousel .owl-nav button.owl-next {
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 22%;
    transform: translatey(-20%);
    background-color: #0368b4;
    color: #fff;
  }

  .uk_cf_sidereview .owl-nav button span {
    font-size: 25px;
    line-height: 25px;
    height: 100%;
    display: block;
    width: 100%;
  }

  .uk_cf_sidereview .owl-carousel .owl-nav button.owl-prev {
    left: 10px;
  }

  .uk_cf_sidereview .owl-carousel .owl-nav button.owl-next {
    right: 10px;
  }

  .uk_cf_sidereview .owl-carousel .owl-nav {
    margin: 0;
  }

  .uk_cf_sidereview .owl-theme .owl-nav .disabled,
  button.disabled {
    opacity: 0.6;
  }

  .uk_cf_sidereview .owl-carousel .owl-stage-outer {
    height: 140px;
  }

  .uk_cf_review_top {
    margin-top: 20px;
  }

  /* Feedback Carousel Starts */


  /* Next Screen Render CSS */

  /* ------------------------------------SignUp Form Test CSS Ends Here-------------------------------- */
  /*Company Name Change CSS Starts Here 13 Dec*/
  #cnc_section_01 {
    margin-top: 150px;
  }


  #cnc_section_01 h1 {
    font-size: 40px !important;
    line-height: 55px !important;
  }

  .singleImageSet02 img {
    width: 60% !important;
    display: block;
    margin-left: auto;
  }

  .singleImageSpace02 {
    padding-bottom: 70px;
  }

  #cncf_section_02 {
    margin-top: 35px;
    margin-bottom: 30px;
  }

  @media (max-width: 1199px) {
    #cnc_section_01 h1 {
      font-size: 40px !important;
      line-height: 55px !important;
    }

    #cnc_section_01 h4 {
      font-size: 18px !important;
      line-height: 30px !important;
    }

    #cnc_section_01 {
      margin-top: 100px;
      margin-bottom: 100px;
    }

    .singleImageSet02 img {
      width: 65% !important;
    }
  }

  @media (max-width: 992px) {
    .singleImageSet02 img {
      width: 55% !important;
      margin: 0 auto !important;
    }

    #cnc_section_01 h4 {
      text-align: center;
    }

    #cnc_section_01 h1 {
      font-size: 35px !important;
      text-align: center;
    }

    #cncf_section_02 {
      margin-top: 50px;
    }

    #cnc_section_01 {
      margin-top: 55px;
      margin-bottom: 60px;
    }
  }

  @media (max-width: 450px) {

    #cnc_section_01 h1 {
      font-size: 33px !important;
      line-height: 47px !important;
    }

    .main_heading h4 {
      line-height: 34px !important;
    }

    #cnc_section_01 h4 {
      font-size: 16px !important;
      line-height: 25px !important;
    }

    #cncf_section_02 h1 {
      line-height: 55px;
    }

    #cnc_section_01 {
      margin-top: 50px;
      margin-bottom: 40px;
    }

    .singleImageSet02 img {
      width: 65% !important;
    }
  }

  /*Company Name Change CSS Ends Here 13 Dec*/
  /* 10 Dec Document Processing CSS Starts Here */

  /*  Section-1 Starts Here */
  .docs_processing-bg {
    height: 750px;
    background-size: cover;
    position: relative;
    background-position: center;
  }

  .docs_processing-bg .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(95deg, rgb(0 18 77) 11.4%, rgb(0 0 0 / 0%) 70.2%);
  }

  .docs_processing_header_content {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
    position: relative;
  }

  .docs_processing_header_content h1 {
    color: #fff;
    font-size: 60px;
    line-height: 70px;
  }

  .docs_processing_header_content h1 span {
    color: #07ebe2;
  }

  .docs_what_we {
    font-size: 50px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    margin-top: -45px;
  }

  .docs_horizontal_line {
    width: 100%;
    background-color: lightgrey;
    height: 2px;
    margin-top: 30px;
    display: none;
  }

  /*  Section-1 Ends Here */

  /*  Section-2 Starts Here */

  .docs_processing_wrapper {
    padding: 45px 40px;
  }

  .docs_processing_02 p::first-letter {
    text-transform: capitalize;
    color: #092a49;
    font-size: 50px;
  }

  .docs_processing_02 p {
    font-size: 20px;
    line-height: 35px;
  }

  /*  Section-2 Ends Here */

  /*  Section-3 Starts Here */

  .docs_processing_03_left,
  .docs_processing_05_left,
  .docs_processing_07_left,
  .docs_processing_09_left {
    height: 450px;
  }

  .docs_processing_03_left img,
  .docs_processing_05_left img,
  .docs_processing_07_left img,
  .docs_processing_09_left img {
    box-shadow: -35px -35px 0px 0px #092a49;
    border-radius: 15px;
    height: 100%;
    margin: 0 auto;
    display: block;
  }

  .docs_processing_03_right h2,
  .docs_processing_04_left h2,
  .docs_processing_05_right h2,
  .docs_processing_06_left h2,
  .docs_processing_07_right h2,
  .docs_processing_08_left h2,
  .docs_processing_09_right h2 {
    font-size: 55px;
    line-height: 65px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
  }

  .docs_processing_03_right p,
  .docs_processing_04_left p,
  .docs_processing_05_right p,
  .docs_processing_06_left p,
  .docs_processing_07_right p,
  .docs_processing_08_left p,
  .docs_processing_09_right p {
    font-size: 20px;
    line-height: 30px;
  }

  .docs_processing_03_right p span,
  .docs_processing_04_left p span,
  .docs_processing_05_right p span,
  .docs_processing_06_left p span,
  .docs_processing_07_right p span,
  .docs_processing_08_left p span,
  .docs_processing_09_right p span {
    color: #092a49;
    font-weight: 700;
    font-size: 25px;
  }


  .docs_processing_04_left button,
  .docs_processing_05_right button,
  .docs_processing_03_right button,
  .docs_processing_06_left button,
  .docs_processing_07_right button,
  .docs_processing_08_left button,
  .docs_processing_09_right button {
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    background: #092a49;
    color: #ffffff;
    border-radius: 8px;
    padding: 14px 24px 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    font-family: "Barlow", sans-serif;
    transition: transform 200ms, background 200ms;
    margin: 20px 0;
  }

  .docs_processing_03_right button:hover,
  .docs_processing_04_left button:hover,
  .docs_processing_05_left button:hover,
  .docs_processing_07_right button:hover,
  .docs_processing_08_left button:hover,
  .docs_processing_09_right button:hover {
    transform: translateY(-2px);
  }

  /*  Section-3 Ends Here */

  /* Section-4 Starts Here */

  .docs_processing_04_right,
  .docs_processing_06_right,
  .docs_processing_08_right {
    height: 450px;
  }

  .docs_processing_04_right img,
  .docs_processing_06_right img,
  .docs_processing_08_right img {
    box-shadow: 35px -35px 0px 0px #092a49;
    border-radius: 15px;
    height: 100%;
    margin: 0 auto;
    display: block;
  }

  /* Section-4 Ends Here */

  /* Section-10 Starts Here */
  .docs_processing_10 {
    background-color: #092a49;
    border-radius: 30px;
    padding: 25px;
    text-align: center;
  }

  .docs_processing_10 p {
    color: #fff;
    font-size: 19px;
    line-height: 35px;
  }

  .docs_processing_10 button {
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    background: #ffd262;
    color: black;
    border-radius: 8px;
    padding: 14px 24px 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    font-family: "Barlow", sans-serif;
    margin: 20px 0;
    transition: all 0.5s;
    animation: docs_processing_10_Btn 1.5s infinite ease-in-out;
    /* Apply animation */
  }

  .docs_processing_10 button:hover {
    transform: translateY(-2px);
    color: #fff;
  }

  /* Keyframes for zooming in and out */
  @keyframes docs_processing_10_Btn {

    0%,
    100% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.1);
    }
  }

  .hideInDesktop {
    display: none;
  }

  /* Section-10 Ends Here */

  /* Media Query Starts Here */
  /* <1200PX */
  @media (max-width: 1200px) {

    .docs_processing_03_left img,
    .docs_processing_05_left img,
    .docs_processing_07_left img,
    .docs_processing_09_left img {
      box-shadow: -40px -40px 0px 0px #092a49;
    }

    .docs_processing_03_right h2,
    .docs_processing_04_left h2,
    .docs_processing_05_right h2,
    .docs_processing_06_left h2,
    .docs_processing_07_right h2,
    .docs_processing_08_left h2,
    .docs_processing_09_right h2 {
      font-size: 45px;
    }

    .docs_processing_04_right img,
    .docs_processing_06_right img,
    .docs_processing_08_right img {
      box-shadow: 40px -40px 0px 0px #092a49;
    }
  }

  /* <992PX */
  @media (max-width: 992px) {

    .docs_processing_03_left,
    .docs_processing_05_left,
    .docs_processing_07_left,
    .docs_processing_09_left {
      height: 650px;
    }

    .docs_processing_03_right,
    .docs_processing_05_right,
    .docs_processing_07_right,
    .docs_processing_09_right {
      margin-top: 30px;
    }

    .hideInTab {
      display: none;
    }

    .hideInDesktop {
      display: block;
    }

    .docs_processing_04_right,
    .docs_processing_06_right,
    .docs_processing_08_right {
      height: 650px;
    }

    .docs_processing_04_left,
    .docs_processing_06_left,
    .docs_processing_08_left {
      margin-top: 30px;
    }

    .docs_processing_header_content {
      width: 70%;
    }

    .docs_processing_header_content h1 {
      font-size: 75px;
      line-height: 90px;
    }

    .docs_processing-bg .overlay {
      background: linear-gradient(70deg, rgb(0 18 77) 11.4%, rgb(0 0 0 / 48%) 70.2%);
    }

    .docs_what_we {
      margin-bottom: 40px;
      font-weight: 600;
    }

    .docs_horizontal_line {
      display: block;
    }

  }

  /* <768PX */
  @media (max-width: 768px) {

    .docs_processing_03_left,
    .docs_processing_05_left,
    .docs_processing_07_left,
    .docs_processing_09_left {
      height: 450px;
    }

    .docs_processing_04_right,
    .docs_processing_06_right,
    .docs_processing_08_right {
      height: 450px;
    }

    .docs_processing_header_content h1 {
      font-size: 55px;
    }
  }

  /* <576PX */
  @media (max-width: 576px) {
    .docs_processing_header_content {
      width: 100%;
    }

    .docs_processing_header_content h1 {
      font-size: 46px;
      line-height: 73px;
    }

    .docs_processing_wrapper_01 {
      padding: 0px 40px;
    }

    .docs_what_we {
      font-size: 45px;
    }

    .docs_processing-bg {
      height: 400px;
    }

    .docs_processing_03_left img,
    .docs_processing_05_left img,
    .docs_processing_07_left img,
    .docs_processing_09_left img,
    .docs_processing_04_right img,
    .docs_processing_06_right img,
    .docs_processing_08_right img {
      height: 95%;
    }

  }

  /* <450PX */
  @media (max-width: 450px) {

    .docs_processing_03_right h2,
    .docs_processing_04_left h2,
    .docs_processing_05_right h2,
    .docs_processing_06_left h2,
    .docs_processing_07_right h2,
    .docs_processing_08_left h2,
    .docs_processing_09_right h2 {
      font-size: 32px;
      line-height: 45px;
    }

    .docs_processing_02 p,
    .docs_processing_03_right p,
    .docs_processing_04_left p,
    .docs_processing_05_right p,
    .docs_processing_06_left p,
    .docs_processing_07_right p,
    .docs_processing_08_left p,
    .docs_processing_09_right p {
      font-size: 17px;
      line-height: 30px;
    }

    .docs_processing_wrapper {
      padding: 25px 15px;
    }

    .docs_processing_03_left img,
    .docs_processing_05_left img,
    .docs_processing_07_left img,
    .docs_processing_09_left img {
      box-shadow: -30px -30px 0px 0px #092a49;
    }

    .docs_processing_04_right img,
    .docs_processing_06_right img,
    .docs_processing_08_right img {
      box-shadow: 30px -30px 0px 0px #092a49;
    }

    .docs_processing_header_content h1 {
      font-size: 42px;
    }

    .docs_what_we {
      font-size: 37px;
    }
  }

  /* Media Query Ends Here */

  /* 12 Dec Get a Quote Footer Starts Here */

  .myFooterModal_btn1 {
    background-color: #092a49;
  }

  .myFooterModal_btn2 {
    background-color: #092a49;
    margin-top: 40px;
    display: block;
    margin: 0 auto;
    padding: 10px 30px;
    border-radius: 10px;
  }

  .myFooterModalForm input::placeholder,
  .myFooterModalForm textarea::placeholder {
    font-size: 14px;
  }

  .file-input__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }

  .file-input__label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    padding: 10px 12px;
    background-color: #092a49;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  }

  .file-input__label svg {
    height: 16px;
    margin-right: 4px;
  }

  .file-input {
    display: flex;
    align-items: center;
  }

  .file-input .file-input__small {
    color: #6c757d;
    font-size: 15px;
    width: 80%;
    text-align: center;
  }

  .myFooterModalContent {
    border-radius: 10px;
    padding: 10px;
  }

  @media (max-width: 992px) {
    .file-input .file-input__small {
      color: #6c757d;
      font-size: 10px;
      width: 69%;
      line-height: 13px;
      text-align: center;
    }
  }

  @media (max-width: 576px) {

    .myFooterModalForm .row {
      margin-bottom: 0px !important;
    }

    .myFooterModalForm .row label {
      margin: 18px 0;
    }

    .myFooterModalForm input::placeholder,
    .myFooterModalForm textarea::placeholder {
      font-size: 12px;
    }

    .file-input .file-input__small {
      font-size: 10px;
      width: 63%;
      line-height: 13px;
      text-align: center;
      margin-left: 10px;
      /* color: red; */
    }

    .file-input__label span {
      font-size: 10px;
    }

  }

  /* OutSourced Customer Service CSS Starts Here */
  /* Section-1 Starts Here */
  .outsourced_section {
    padding: 50px;
  }

  .outsourced_section_01_bg {
    background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
    padding: 0 !important;
  }

  .outsourced_section_01_right_img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .outsourced_section_01_right_img img {
    width: 55%;
    height: auto;
    object-fit: contain;
  }


  .outsourced_section_01_left .content h5 {
    color: #fff;
    font-size: 22px;
  }

  .outsourced_section_01_left .content h1 {
    color: #fff;
    font-size: 45px;
    line-height: 60px;
  }

  .outsourced_section_01_left .content button {
    padding: 16px 50px;
    border-radius: 10px;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    margin-top: 15px;
    transition: all 0.5s;
    font-size: 18px;
    font-weight: 500;
  }

  .outsourced_section_01_left .content button:hover {
    background-color: #092a49;
  }

  /* Section-1 Ends Here */

  /* Section-2 Starts Here */
  .outsourced_section_02_bg {
    background-attachment: fixed;
    width: 90%;
    margin: 50px auto;
    border-radius: 20px;
    background-color: #fff;
  }

  .outsourced_section_02_bg .contentIcon {
    width: 70px;
    display: inline;
    position: absolute;
    top: 4%;
    left: -2%;
    height: 70px;
    border-radius: 50px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(to bottom, #12CAD0 0%, #1174de 100%);
  }

  .outsourced_section_02_bg .contentIcon i {
    font-size: 25px;
  }


  .outsourced_section_02_bg_container .content p {
    color: black;
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
  }



  /* Section-2 Ends Here */

  /* Section-3 Starts Here */
  .outsourced_section_03_left .content button {
    background-image: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
    margin: 30px 0;
    padding: 15px 45px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
  }

  .outsourced_section_03_left .content button:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
  }

  .outsourced_section_03 h2 {
    font-size: 45px;
    margin-bottom: 70px;
  }

  .outsourced_section_03_left .content p {
    font-size: 18px;
    line-height: 30px;
  }

  .outsourced_section_03_right_extra {
    display: none;
  }

  /* Section-3 Ends Here */

  /* Section-4 Starts Here */

  .outsourced_section_04 h2 {
    font-size: 45px;
    margin-bottom: 70px;
  }

  .outsourced_section_04_ul {
    display: grid;
    grid-template-columns: 0.25rem 1fr;
    grid-auto-columns: max-content;
    column-gap: 2rem;
    list-style: none;
    width: min(60rem, 90%);
    margin-inline: auto;
  }

  .outsourced_section_04_ul::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 20;
    background: rgb(225, 225, 225);
    border-radius: 0.125rem;
  }

  .outsourced_section_04_ul li:not(:last-child) {
    margin-bottom: 2rem;
  }

  .outsourced_section_04_ul li {
    grid-column: 2;
    margin-inline: 1.5rem;
    grid-row: span 2;
    display: grid;
    grid-template-rows: min-content min-content min-content;
  }

  .outsourced_section_04_ul li .date {
    height: 3rem;
    margin-inline: -1.5rem;
    text-align: center;
    background-color: rgb(0, 122, 255);
    color: white;
    display: grid;
    place-content: center;
    position: relative;
    border-radius: 1.5rem 0 0 1.5rem;
    font-size: 20px !important;
    background-image: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  }

  .outsourced_section_04_ul li .date::before {
    content: "";
    width: 1.5rem;
    aspect-ratio: 1;
    background: rgb(0, 122, 255);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
    position: absolute;
    top: 100%;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    right: 0;
    background: #26a0da;
  }

  .outsourced_section_04_ul li .date::after {
    content: "";
    position: absolute;
    width: 2rem;
    aspect-ratio: 1;
    background: rgba(245, 245, 245);
    border: 0.3rem solid rgb(0, 122, 255);
    border-radius: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    right: calc(100% + 2rem + 0.125rem);
  }

  .outsourced_section_04_ul li .title,
  .outsourced_section_04_ul li .descr {
    background: rgba(245, 245, 245);
    position: relative;
    padding-inline: 1.5rem;
  }

  .outsourced_section_04_ul li .title {
    overflow: hidden;
    padding-block-start: 1.5rem;
    padding-block-end: 1rem;
    font-weight: 500;
  }

  .outsourced_section_04_ul li .descr {
    padding-block-end: 1.5rem;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    padding: 25px;
  }

  .outsourced_section_04_ul li .title::before,
  .outsourced_section_04_ul li .descr::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    left: 50%;
    border-radius: 50%;
    filter: blur(4px);
    transform: translate(-50%, 50%);
  }

  .outsourced_section_04_ul li .title::before {
    bottom: calc(100% + 0.125rem);
  }

  .outsourced_section_04_ul li .descr::before {
    z-index: -1;
    bottom: 0.25rem;
  }

  @media (min-width: 50rem) {
    .outsourced_section_04_ul {
      grid-template-columns: 1fr 0.25rem 1fr;
    }

    .outsourced_section_04_ul::before {
      grid-column: 2;
    }

    .outsourced_section_04_ul li:nth-child(odd) {
      grid-column: 1;
    }

    .outsourced_section_04_ul li:nth-child(even) {
      grid-column: 3;
    }

    .outsourced_section_04_ul li:nth-child(2) {
      grid-row: 2/4;
    }

    .outsourced_section_04_ul li:nth-child(odd) .date::before {
      clip-path: polygon(0 0, 100% 0, 100% 100%);
      left: 0;
    }

    .outsourced_section_04_ul li:nth-child(odd) .date::after {
      transform: translate(-50%, -50%);
      left: calc(100% + 2rem + 0.125rem);
    }

    .outsourced_section_04_ul li:nth-child(odd) .date {
      border-radius: 0 1.5rem 1.5rem 0;
    }
  }

  .credits {
    margin-top: 1rem;
    text-align: right;
  }

  .credits a {
    color: rgba(30, 30, 30);
  }

  .outsourced_section_04_text {
    background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
    border-radius: 20px;
    padding: 25px;
    width: 100%;
    margin-top: 25px;
  }

  .outsourced_section_04_text p {
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
  }

  .outsourced_section_04_text p span {
    font-weight: 600;
  }

  /* Section-4 Ends Here */

  /* Section-6 Starts Here */
  .outsourced_section_06 h2 {

    font-size: 45px;
    margin-bottom: 70px;
    line-height: 50px;
  }

  .outsourced_section_06_item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    margin-bottom: 30px;
    border: 5px solid rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    height: 410px;
    box-shadow: 3px 3px 3px 0px rgb(0 0 0 / 20%);
  }

  .outsourced_section_06_item:hover {
    background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }

  .outsourced_section_06_item:hover .outsourced_section_06_item,
  .outsourced_section_06_item:hover span.icon {
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }

  .outsourced_section_06_item:hover h6,
  .outsourced_section_06_item:hover p {
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }

  .outsourced_section_06_item .icon {
    font-size: 40px;
    margin-bottom: 25px;
    color: #f91942;
    border-radius: 50px;
    width: 70px;
    display: block;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 10px;
    line-height: 70px;
  }

  .outsourced_section_06_item .feature_box_col_one {
    background: rgba(0, 108, 255, 0.15);
    color: #f91942;
  }

  .outsourced_section_06_item .feature_box_col_two {
    background: rgba(0, 108, 255, 0.15);
    color: #f91942;
  }

  .outsourced_section_06_item .feature_box_col_three {
    background: rgba(0, 108, 255, 0.15);
    color: #f91942;
  }

  .outsourced_section_06_item .feature_box_col_four {
    background: rgba(0, 108, 255, 0.15);
    color: #f91942;
  }

  .outsourced_section_06_item .feature_box_col_five {
    background: rgba(0, 108, 255, 0.15);
    color: #f91942;
  }

  .outsourced_section_06_item .feature_box_col_six {
    background: rgba(0, 108, 255, 0.15);
    color: #f91942;
  }

  .outsourced_section_06_item p {
    font-size: 16px;
    line-height: 28px;
  }

  .outsourced_section_06_item h6 {
    margin-bottom: 20px;
    color: #2f2f2f;
    text-transform: capitalize;
  }

  .outsourced_section_06_item .icon i {
    font-size: 30px;
    color: #0091d1;
  }


  /* Section-6 Ends Here */

  /* Section-7 Starts Here */
  .outsourced_section_07 h2 {
    font-size: 45px;
    margin-bottom: 70px;
  }


  .outsourced_section_07_content ul li {
    margin: 25px 0;
    font-size: 20px;
    display: flex;
    align-items: flex-start;
    line-height: 30px;
  }

  .outsourced_section_07_content ul li span {
    font-weight: bold;
  }

  .outsourced_section_07_content ul li img {
    width: 50px;
  }

  /* Section-7 Ends Here */

  /* Section-8 Starts Here */
  .outsourced_section_08 h2 {
    font-size: 45px;
    margin-bottom: 70px;
  }

  .outsourced_section_08_content ul li {
    margin: 25px 0;
    font-size: 20px;
    display: flex;
    align-items: flex-start;
    line-height: 30px;
  }

  .outsourced_section_08_content ul li span {
    font-weight: bold;
  }

  .outsourced_section_08_content ul li img {
    width: 50px;
  }

  /* Section-8 Ends Here */

  /* Media Query Starts Here */

  /* <1400PX */

  @media (max-width: 1400px) {

    .outsourced_section_01_left .content h1 {
      font-size: 30px;
      line-height: 50px;
    }

    .outsourced_section_01_left .content h5 {
      font-size: 20px;
    }
  }

  /* <1200PX */

  @media (max-width: 1200px) {
    .outsourced_section_01_left .content {
      text-align: center;
      padding: 60px;
    }

    .outsourced_section_01_left .content h1 {
      font-size: 50px;
      line-height: 70px;
    }

    .outsourced_section_01_left .content button {
      font-size: 22px;
      padding: 16px 70px;
    }

    .outsourced_section_01_left .content h5 {
      font-size: 25px;
    }

    .outsourced_section_01_right_img img {
      width: 45%;
    }

    .outsourced_section_03_right {
      display: flex;
      align-items: center;
    }

    .outsourced_section_04_text p {
      font-size: 18px;
      line-height: 30px;
    }

    .outsourced_section_06_item {
      height: 480px;
    }

    .outsourced_section_06_item_cont {
      height: 150px;
    }

  }

  /* <992PX */

  @media (max-width: 992px) {

    .outsourced_section_03_right {
      display: none;
    }

    .outsourced_section_03_right_extra {
      display: block;
    }

    .outsourced_section_03_right_extra .outsourced_section_03_right_img img {
      display: block;
      margin: 0 auto;
    }

    /* Universal */
    .outsourced_section_03 h2,
    .outsourced_section_04 h2,
    .outsourced_section_06 h2,
    .outsourced_section_08 h2 {
      line-height: 50px;
    }

    .outsourced_section_06_item_cont {
      height: 140px;
    }

    .outsourced_section_06_item p {
      font-size: 16px;
      line-height: 28px;
    }
  }

  /* <768PX */

  @media (max-width: 768px) {
    .outsourced_section_01_left .content h5 {
      font-size: 20px;
    }

    .outsourced_section_01_left .content h1 {
      font-size: 40px;
      line-height: 70px;
    }

    .outsourced_section_02_bg_container {
      max-width: 100%;
    }


    /* Universal */
    .outsourced_section_03 h2,
    .outsourced_section_04 h2,
    .outsourced_section_06 h2,
    .outsourced_section_08 h2 {
      font-size: 35px;
    }

    .outsourced_section_06_item {
      height: 500px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .outsourced_section_06_item p {
      font-size: 22px;
      line-height: 40px;
    }

    .outsourced_section_06_item_cont {
      height: 120px;
    }

    .outsourced_section_06_item h6 {
      font-size: 26px;
    }

    .outsourced_section_03 h2,
    .outsourced_section_04 h2,
    .outsourced_section_06 h2,
    .outsourced_section_08 h2,
    .outsourced_section_07 h2 {
      margin-bottom: 50px;
    }

  }

  /* <576PX */

  @media (max-width: 576px) {
    .outsourced_section_01_left .content h5 {
      font-size: 15px;
    }

    .outsourced_section_01_left .content {
      padding: 60px 0;
    }

    .outsourced_section_01_left .content h1 {
      font-size: 35px;
      line-height: 50px;
    }

    .outsourced_section_04_text {
      width: 90%;
      margin: 0 auto;
      margin-top: 25px;
    }

    .outsourced_section_06_item {
      height: 550px;
    }

    .outsourced_section_06_item h6 {
      font-size: 30px;
      line-height: 40px;
    }

    .outsourced_section_06_item_cont {
      height: 160px;
    }

  }

  /* <450PX */

  @media (max-width: 450px) {
    .outsourced_section_01_left .content h1 {
      font-size: 29px;
      line-height: 45px;
    }

    .outsourced_section_01_left .content button {
      font-size: 15px;
      padding: 10px 60px;
    }


    .outsourced_section_04_ul li .descr {
      padding: 18px;
    }

    .outsourced_section_06_item {
      height: 580px;
      padding: 30px 15px;
    }

    .outsourced_section_06_item_cont {
      height: 140px;
    }

    .outsourced_section_06_item h6 {
      font-size: 21px;
      line-height: 35px;
    }

    .outsourced_section_06_item .icon {
      width: 60px;
      height: 60px;
      line-height: 60px;
    }

    .outsourced_section_06_item p {
      font-size: 21px;
    }

    .outsourced_section_07_content ul li {
      margin: 25px 0;
    }
  }

  /* Media Query Ends Here */
  /* OutSourced Customer Service CSS Ends Here */

  /* 27 Dec- Company Structure Change Page CSS Starts Here */
  /* Section-1 Starts Here */
  .company_srct_banner_wrapp {
    padding: 80px;
    background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    height: 100%;
  }

  .company_srct_singleImageSet img {
    width: 100% !important;
    max-width: unset !important;
  }

  .company_srct_singleImageSet {
    margin-bottom: -80px;
  }

  .company_srct_section_01_content h1 {
    color: #fff;
    font-size: 36px;
    line-height: 60px;
  }

  .company_srct_section_01_content button {
    padding: 16px 50px;
    border-radius: 10px;
    background: transparent;
    color: #fff;
    border: 3px solid #fff;
    margin-top: 15px;
    transition: all 0.5s;
    font-size: 18px;
    font-weight: 500;
  }

  .company_srct_section_01_content button:hover {
    background-color: #092a49;
  }

  /* Section-1 Ends Here */
  /* Section-2 Starts Here */
  .company_srct_normal_content_style p {
    margin-bottom: 10px;
    text-align: left;
    font-size: 17px;
    line-height: 35px;
  }

  .company_srct_normal_content_style_para_1::first-letter {
    text-transform: capitalize;
    color: #092a49;
    font-size: 50px;
  }

  .company_srct_normal_content_style ul {
    margin: 15px 0;
  }

  .company_srct_normal_content_style ul li {
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    display: flex;
    align-items: baseline;
    margin-bottom: 12px;
  }

  .company_srct_normal_content_style ul li i {
    color: #108be5;
    margin-right: 10px;
  }

  .company_srct_quote {
    background-color: #092a49;
    border-radius: 30px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 40px;
    text-align: center;
    margin-top: 40px;
  }

  .company_srct_quote h6 {
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
  }

  .company_srct_quote button {
    margin: 15px auto;
    padding: 15px 45px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: black;
    border-radius: 10px;
    display: block;
    background-color: #ffd262;
    font-weight: bold;
  }

  .company_srct_quote button:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
    color: #454040;
  }

  #companyStructureModal {
    padding: 0;
  }

  /* Section-2 Ends Here */
  @media screen and (max-width: 1450px) {
    .company_srct_singleImageSet img {
      width: 100%;
    }
  }

  @media screen and (max-width: 1210px) {
    .company_srct_section_01_content h1 {
      font-size: 26px;
    }
  }

  @media screen and (max-width: 992px) {
    .company_srct_section_01_content h1 {
      font-size: 35px;
      text-align: center;
    }

    .company_srct_singleImageSet img {
      width: 80%;
      margin: 0 auto;
      margin-top: 50px;
      display: block;
    }

    .company_srct_section_01_content button {
      margin: 0 auto;
      display: block;
      margin-top: 30px;
    }
  }

  @media screen and (max-width: 768px) {
    .company_srct_section_01_content h1 {
      font-size: 29px;
    }

    .company_srct_quote {
      padding: 20px;
    }

    .company_srct_quote h6 {
      font-size: 16px;
      line-height: 35px;
    }

    .company_srct_banner_wrapp {
      padding: 30px 10px;
    }

    .company_srct_singleImageSet {
      margin-bottom: -30px;
    }
  }

  @media screen and (max-width: 576px) {

    .company_srct_singleImageSet {
      margin-bottom: -30px;
    }

    .company_srct_singleImageSet img {
      width: 100%;
      margin-top: 40px;
    }

    .company_srct_quote h6 {
      font-size: 14px;
      line-height: 25px;
    }

    .company_srct_quote button {
      padding: 10px 25px;
      font-size: 15px;
    }

    .companyStructureForm .myFooterModal_btn2 {
      margin-top: 20px;
    }

    .company_srct_normal_content_style p {
      font-size: 15px;
      line-height: 28px;
      margin-bottom: 25px;
    }

    .company_srct_section_01_content h1 {
      line-height: 35px;
      font-size: 25px;
    }
  }

  @media screen and (max-width: 450px) {

    .company_srct_normal_content_style ul li {
      font-size: 14px;
    }
  }

  /* Not Include */
  .footer_details p,
  .footer_details p a {
    color: #fff !important;
  }

  /* 27 Dec- Company Structure Change Page CSS Ends Here */
  /* 24 Dec Governance Gateway CSS Starts Here */
  /* Section-1 Starts Here */
  .govt_banner_wrapp {
    padding: 80px;
    background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    height: 100%;
  }

  .govt_singleImageSet img {
    width: 475px;
    max-width: unset !important;
  }

  .govt_singleImageSet {
    margin-bottom: -80px;
  }

  .govt_section_01_content h1 {
    color: #fff;
    font-size: 36px;
    line-height: 60px;
  }

  /* Section-1 Ends Here */
  /* Section-2 Starts Here */
  .govt_normal_content_style p {
    margin-bottom: 10px;
    text-align: left;
    font-size: 17px;
    line-height: 35px;
  }

  .govt_normal_content_style_para_1::first-letter {
    text-transform: capitalize;
    color: #092a49;
    font-size: 50px;
  }

  .govt_normal_content_style button {
    background-image: linear-gradient(to right, #0368b4 0%, #26a0da 51%, #0368b4 100%);
    margin: 20px auto;
    padding: 15px 45px;
    text-align: center;
    font-size: 18px;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
  }

  .govt_normal_content_style button:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }

  /* Section-2 Ends Here */
  @media screen and (max-width: 1450px) {
    .govt_singleImageSet img {
      width: 100%;
    }
  }

  @media screen and (max-width: 1210px) {
    .govt_section_01_content h1 {
      font-size: 26px;
    }
  }

  @media screen and (max-width: 992px) {
    .govt_section_01_content h1 {
      font-size: 40px;
      text-align: center;
    }

    .govt_singleImageSet img {
      width: 80%;
      margin: 0 auto;
      margin-top: 50px;
      display: block;
    }
  }

  @media screen and (max-width: 768px) {
    .govt_section_01_content h1 {
      font-size: 29px;
    }

    .govt_normal_content_style button {
      font-size: 15px;
      padding: 15px 35px;
    }
  }

  @media screen and (max-width: 576px) {
    .govt_banner_wrapp {
      padding: 30px;
    }

    .govt_singleImageSet {
      margin-bottom: -30px;
    }

    .govt_singleImageSet img {
      width: 100%;
      margin-top: 40px;
    }

    .govt_normal_content_style p {
      font-size: 15px;
      line-height: 28px;
      margin-bottom: 20px;
    }
  }

  @media screen and (max-width: 450px) {
    .govt_section_01_content h1 {
      line-height: 40px;
      font-size: 25px;
    }
  }

  /* 24 Dec Governance Gateway CSS Ends Here */

  /* 08 Jan DashBoard TasteCard Banner Design Starts Here */
  .tasteCard_dashBoard {
    padding: 30px 0;
  }

  .tasteCard_dashBoard_content h2 {
    color: #fff;
  }

  .tasteCard_dashBoard_content h2 span {
    color: #40adff;
  }

  .tasteCard_dashBoard_content a {
    background-color: #036dbc;
    color: #fff;
    border: none;
    display: inline-block;
    margin: 20px 0;
    font-size: 14px;
    transition: all 0.6s;
  }

  .tasteCard_dashBoard_content a:hover {
    background-color: #0f5991;
  }


  .tasteCard_dashBoard_banner_02 {
    --f: .5em;
    /* control the folded part */
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.8;
    padding-inline: 1lh;
    padding-bottom: var(--f);
    border-image: conic-gradient(#0008 0 0) 51%/var(--f);
    clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
    transform: translate(calc((cos(45deg) - 1)*100%), -100%) rotate(-45deg);
    transform-origin: 100% 100%;
    background-color: #036dbc;
    /* the main color  */
  }

  /* Media Query  */

  @media screen and (max-width: 992px) {
    .tasteCard_dashBoard_content h2 {
      font-size: 20px;
      line-height: 30px;
      margin-top: 20px;
    }

    .tasteCard_dashBoard_banner {
      height: 232px;
      min-height: 290px;
    }

    .tasteCard_dashBoard_content p {
      font-size: 14px;
    }

  }

  @media screen and (max-width: 768px) {
    .tasteCard_dashBoard_banner {
      height: 232px;
      min-height: 350px;
    }

    .tasteCard_dashBoard_content h2 {
      font-size: 20px;
      line-height: 30px;
    }

    .tasteCardBr {
      display: none;
    }

    .tasteCard_dashBoard_content p {
      font-size: 12px;
      margin-bottom: 0px !important;
    }
  }

  @media screen and (max-width: 576px) {
    .tasteCard_dashBoard_content p {
      font-size: 11px;
    }

    .tasteCard_dashBoard_content a {
      margin: 0px;
      font-size: 10px;
      padding: 12px !important;
    }
  }

  @media screen and (max-width: 450px) {
    .tasteCard_dashBoard_banner {
      height: 232px;
      min-height: 320px;
    }

    .tasteCard_dashBoard_content h2 {
      font-size: 20px;
    }

    .tasteCard_dashBoard_content p {
      font-size: 13px;
    }
  }

  /* 08 Jan DashBoard TasteCard Banner Design Ends Here */
  /* UK Trademark Application CSS Starts Here */
  /* Section-1 Starts Here */

  .trademarkPkg_banner_wrapp {
    padding: 60px;
    background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    height: 100%;
  }

  .trademarkPkg_singleImageSet img {
    width: 80% !important;
    max-width: unset !important;
  }

  .trademarkPkg_singleImageSet {
    margin-bottom: -60px;
  }

  .trademarkPkg_section_01_content h1 {
    color: #fff;
    font-size: 40px;
    line-height: 70px;
  }

  .trademarkPkg_section_01_content button {
    padding: 16px 50px;
    border-radius: 10px;
    background: transparent;
    color: #fff;
    border: 3px solid #fff;
    margin-top: 15px;
    transition: all 0.5s;
    font-size: 18px;
    font-weight: 500;
  }

  .trademarkPkg_section_01_content button:hover {
    background-color: #092a49;
  }



  /* Section-1 Ends Here */


  /* Section-2 Starts Here */
  .trademarkPkg_normal_content_style p {
    margin-bottom: 10px;
    text-align: left;
    font-size: 17px;
    line-height: 35px;
  }

  .trademarkPkg_normal_content_style_para_1::first-letter {
    text-transform: capitalize;
    color: #092a49;
    font-size: 50px;
  }

  .trademarkPkg_normal_content_style ul {
    margin: 15px 0;
  }

  .trademarkPkg_normal_content_style ul li {
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    display: flex;
    align-items: baseline;
    margin-bottom: 12px;
  }

  .trademarkPkg_normal_content_style ul li i {
    color: #108be5;
    margin-right: 10px;
  }

  .trademarkPkg_normal_content_style button {
    background-image: linear-gradient(to right, #0368b4 0%, #26a0da 51%, #0368b4 100%);
    margin: 20px auto;
    padding: 15px 45px;
    text-align: center;
    font-size: 18px;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
  }

  .trademarkPkg_normal_content_style button:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
  }

  .trademarkPkg_total {
    margin-bottom: -10px;
  }


  /* Section-2 Ends Here */

  /* Section-5 Starts Here */
  .trademarkPkg_section_05 {
    background-color: #fff;
  }

  .trademarkPkg_service_box {
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    border-radius: 10px;
    transition: all 1s;
    background-color: #092a49;
    padding: 20px 30px 30px;
    text-align: center;
    color: #e3e3e3;
    display: grid;
    place-items: center;
    height: 290px;
  }

  .trademarkPkg_service_box:hover {
    box-shadow: none;
  }

  .trademarkPkg_service_box h5 {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
  }

  .trademarkPkg_service_box p {
    font-family: 'Satoshi-Regular' !important;
    font-weight: 400;
  }

  .trademarkPkg_Box_1 .trademarkPkg_service_box,
  .trademarkPkg_Box_2 .trademarkPkg_service_box {
    margin-bottom: 30px;
  }

  .trademarkPkg_service_box .trademarkContent {
    margin-bottom: -25px;
  }

  .trademarkPkg_section_05 h2 {
    line-height: 50px;
    text-align: center;
    margin-bottom: 60px;
  }

  .trademarkPkg_service_icon {
    font-size: 40px;
    display: inline-block;
    margin-bottom: 15px;
  }

  .trademarkPkg_service_icon i {
    color: #e3e3e3;
    font-size: 35px;
  }

  /* Section-5 Ends Here */

  /* Section-6 Starts Here */
  .trademarkPkg_section_06 {
    background-color: #fbfbfb;
  }

  .trademarkPkg_stepper .trademarkPkg_line {
    width: 2px;
    background-color: lightgrey !important;
  }

  .trademarkPkg_stepper .trademarkPkg_lead {
    font-size: 16px;
    line-height: 26px;
  }

  .trademarkPkg_section_06 h2 {
    text-align: center;
    text-transform: capitalize;
    margin: 0 auto;
    margin-bottom: 60px;
    line-height: 50px;
  }

  .trademarkPkg_stepper .rounded-circle {
    background-color: #092a49;
  }

  /* Section-6 Ends Here */

  /* Section-7 Starts Here */
  .trademarkPkg_section_07 {
    margin-top: -60px;
  }

  .trademarkPkg_quote {
    background-color: #092a49;
    border-radius: 30px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 40px;
    text-align: center;
    margin-top: 40px;
  }

  .trademarkPkg_quote h6 {
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
  }

  .trademarkPkg_quote button {
    margin: 15px auto;
    padding: 15px 45px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: black;
    border-radius: 10px;
    display: block;
    background-color: #ffd262;
    font-weight: bold;
  }

  .trademarkPkg_quote button:hover {
    background-position: right center;
    text-decoration: none;
    color: #454040
  }


  /* Section-7 Ends Here */


  @media screen and (max-width: 1450px) {
    .trademarkPkg_singleImageSet img {
      width: 100%;
    }
  }

  @media screen and (max-width: 1210px) {
    .trademarkPkg_section_01_content h1 {
      font-size: 26px;
    }

  }

  @media screen and (max-width: 992px) {
    .trademarkPkg_section_01_content h1 {
      font-size: 35px;
      text-align: center;
    }

    .trademarkPkg_singleImageSet img {
      width: 60% !important;
      margin: 0 auto;
      margin-top: 50px;
      display: block;
    }

    .trademarkPkg_section_01_content button {
      margin: 0 auto;
      display: block;
      margin-top: 30px;
    }

    .trademarkPkg_service_box h5 {
      font-size: 22px;
    }

    .trademarkPkg_service_box .trademarkContent {
      margin-bottom: 0px;
    }

    .trademarkPkg_service_box {
      height: 310px;
    }

    .trademarkPkg_quote h6 {
      font-size: 18px;
      line-height: 35px;
    }

    .trademarkPkg_quote {
      padding: 15px 30px;
    }
  }

  @media (min-width: 769px) and (max-width: 800px) {
    .trademarkPkg_service_box {
      height: 350px;
    }
  }

  @media screen and (max-width: 768px) {
    .trademarkPkg_section_01_content h1 {
      font-size: 29px;
    }

    .trademarkPkg_banner_wrapp {
      padding: 30px 10px;
    }

    .trademarkPkg_singleImageSet {
      margin-bottom: -30px;
    }

    .trademarkPkg_Box_3 .trademarkPkg_service_box {
      margin-bottom: 30px;
    }

    .trademarkPkg_service_box h5 {
      font-size: 26px;
    }

    .trademarkPkg_service_box {
      height: 310px;
    }

    .trademarkPkg_service_box p {
      font-size: 18px;
      line-height: 26px;
    }

    .trademarkPkg_stepper .trademarkPkg_lead {
      font-size: 18px;
    }

    .trademarkPkg_quote h6 {
      font-size: 13px;
      line-height: 30px;
    }

    .trademarkPkg_quote button {
      padding: 10px 40px;
    }

    .trademarkPkg_normal_content_style button {
      font-size: 16px;
    }

  }

  @media screen and (max-width: 576px) {


    .trademarkPkg_singleImageSet {
      margin-bottom: -30px;
    }

    .trademarkPkg_singleImageSet img {
      width: 100%;
      margin-top: 40px;
    }

    .trademarkPkg_normal_content_style p {
      font-size: 15px;
      line-height: 28px;
      margin-bottom: 25px;
    }

    .trademarkPkg_section_01_content h1 {
      line-height: 35px;
      font-size: 25px;
    }

    .trademarkPkg_normal_content_style ul li {
      font-size: 16px;
    }

    .trademarkPkg_normal_content_style button {
      padding: 15px 20px;
      font-size: 14px;
    }

    .trademarkPkg_service_box .trademarkContent {
      margin-bottom: 0px;
    }

    .trademarkPkg_section_05 h2,
    .trademarkPkg_section_06 h2 {
      font-size: 28px;
      line-height: 40px;
    }

    .trademarkPkg_service_box p {
      font-size: 16px;
    }

    .trademarkPkg_section_06,
    .trademarkPkg_section_05 {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
  }

  @media screen and (max-width: 450px) {

    .trademarkPkg_normal_content_style ul li {
      font-size: 14px;
      text-align: left;
    }

    .trademarkPkg_service_box {
      height: 350px;
    }
  }


  /* UK Trademark Application CSS Ends Here */

  /* UK Trademark Booking Form CSS Starts Here */
  #trademarkPkg_main_heading h4 {
    /* text-align: center; */
  }

  .trademarkPkg_formation_wrapper form textarea {
    height: 70px;
  }

  .trademarkPkg_formation_wrapper form input::placeholder,
  .trademarkPkg_formation_wrapper form textarea::placeholder {
    font-size: 14px;
  }

  .trademarkPkgContainer {
    /* display: flex; */
    gap: 20px;
    padding: 20px 0;
    padding-top: 0;
  }

  .trademarkPkgContainer .section {
    flex: 1;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
  }

  .trademarkPkgContainer .search {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
  }

  .trademarkPkgContainer .item {
    display: flex;
    align-items: center;
    padding: 8px;
    margin: 15px 0;
    background: #f0f0f0;
    border-radius: 4px;
    width: 96%;
  }

  .trademarkPkgContainer .item:hover {
    background: #0795fe;
    color: #fff;
  }

  .trademarkPkgContainer .item-content {
    flex-grow: 1;
    margin-left: 8px;
    display: flex;
    justify-content: space-between;
  }

  .trademarkPkgContainer .remove-icon {
    color: #092a49;
    cursor: pointer;
    padding: 0 8px;
    transition: color 0.3s ease, transform 0.3s ease;
  }

  .trademarkPkgContainer .remove-icon:hover {
    color: #fff;
    transform: rotate(360deg);
    /* Full rotation */
  }

  .trademarkPkgContainer .checkbox {
    margin-right: 8px;
    width: 10%;
  }

  .trademarkPkgContainer .item-id {
    color: #666;
    font-size: 0.8em;
    margin-left: 8px;
  }

  .trademarkPkgContainer_itemName {
    /* color: red; */
  }

  .trademarkPkgContainer_itemPrice {
    margin-right: 20px;
  }

  #trademarkItemList,
  #trademarkCartList {
    height: 400px;
    overflow: scroll;
    font-family: 'Poppins', sans-serif;
  }

  /* Radio */
  .trademark_input_style_label {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    margin-top: 30px;
    /* color: #1a1b1c; */
    font-family: 'Poppins', sans-serif;
  }

  .radio-container {
    display: flex;
    gap: 20px;
    /* Spacing between Yes and No options */
    margin-top: 15px;
  }

  .radio-item {
    display: flex;
    align-items: center;
    gap: 0;
    /* Space between the radio button and text */
    font-size: 14px;
    color: #555;
  }

  .radio-item input[type="radio"] {
    margin: 0;
    /* Removes extra margins around the radio button */
    width: 30px;
  }

  .radio-item input[type="radio"]:checked+span {
    font-weight: bold;
    color: #092a49;
    /* Optional styling for selected option */
  }

  /* Popup */

  .trademark_popup {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    z-index: 10;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    color: #333;
    top: -100%;
    right: 0;
    width: 360px;
    font-size: 12px;
    box-shadow: -5px -5px 15px -6px rgba(0, 0, 0, 0.75);
    border-radius: 10px;
    max-height: 250px;
    overflow-y: auto;
  }

  .icon-style {
    position: relative;
    cursor: pointer;
  }

  .icon-style:hover .trademark_popup {
    display: block;
  }

  .trademarkTextarea_1 label {
    margin-top: 30px;
  }

  .trademarkSelectClass {
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;
  }

  .trademark_input_style_label_02 label {
    font-weight: bold;
  }

  .trademark_input_style_label_02 .row {
    margin-top: 35px !important;
    /* background-color: red; */
  }

  .trademark_input_style_label_02 p {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;

  }

  .trademarkSubmitBtn {
    display: block;
    margin: 20px auto;
    background: #092a49;
    color: #fff;
    padding: 10px 30px;
    border-radius: 6px;
    transition: all 0.5s;
  }

  .trademarkSubmitBtn:hover {
    background-color: #0795fe;
  }

  /* Media Query */
  @media screen and (max-width: 1200px) {
    .trademark_popup {
      width: 300px;
    }
  }

  @media screen and (max-width: 992px) {
    .trademark_popup {
      width: 220px;
    }
  }

  @media screen and (max-width: 768px) {
    .trademark_popup {
      width: 400px;
    }
  }

  @media screen and (max-width: 576px) {
    .trademark_popup {
      width: 330px;
    }
  }

  @media screen and (max-width: 450px) {
    .trademark_popup {
      width: 250px;
      max-height: 300px;
    }
  }

  @media screen and (max-width: 992px) {
    .trademark_input_style_label_02 .row .col-lg-3 {
      margin: 15px 0;
    }
  }

  @media screen and (max-width: 768px) {
    #trademarkCartList {
      height: auto;
    }

    .trademarkPkg_formation_wrapper form input::placeholder,
    .trademarkPkg_formation_wrapper form textarea::placeholder {
      font-size: 12px;
    }

    .trademarkPkg_formation_wrapper form textarea {
      height: 90px;
    }

  }

  @media screen and (max-width: 576px) {
    .trademarkPkg_formation_wrapper form textarea {
      height: 120px;
    }

    .trademarkPkg_formation_wrapper form input::placeholder,
    .trademarkPkg_formation_wrapper form textarea::placeholder {
      font-size: 11px;
    }

    .trademark_input_style_label,
    .trademarkSelectClass {
      font-size: 14px;
      line-height: 28px;
    }

    .trademark_input_style_label_02 p {
      font-size: 13px;
    }
  }

  /* UK Trademark Booking Form CSS Ends Here */

  /* Uk Virtual Office New Design Starts Here 30 Jan 2025 */
  .vo_new_design_banner_img
  {
    right: 0%;
  }
  
  .vo_new_design_banner_img img {
    width: 85%;
    display: block;
    margin:0 auto;
  }

  .vo_new_design_wrapper_01 {
    /* background-color: red; */
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
    background-color: #f5f5f7;
    padding: 20px 0;
  }

  .vo_new_about_wrapp {
    padding: 30px 0;
  }

  .vo_new_design_wrapper_02 {
    /* background-color: red; */
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
  }


  .vo_new_exclusive {
    background-color: #f5f5f7;
    border-radius: 20px;
    padding: 0px 1rem !important;
  }

  .vo_new_exclusive h2 {
    color: #092a49;
    font-weight: 600;
    text-align: center;
    font-size: 25px;
    margin-bottom: 40px;
  }


  .vo-location-card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 1.5rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05); */
    box-shadow: 25px 10px 20px rgba(0, 0, 0, 0.05);
    /* border: 5px solid #036dbc; */
  }



  .vo-premium-card {
    background: linear-gradient(135deg, #000428 0%, #004e92 100%);
    color: white;
    /* transform: scale(1.02); */
  }

  .vo-premium-ribbon-wrapper {
    position: relative;
  }

  .vo-new-ribbon {
    font-size: 18px;
    color: black;
  }

  .vo-new-ribbon {
    --f: .5em;
    /* control the folded part */

    position: absolute;
    top: 0;
    right: 0;
    line-height: 1.8;
    padding-inline: 1lh;
    padding-bottom: var(--f);
    border-image: conic-gradient(#0008 0 0) 51%/var(--f);
    clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
    transform: translate(calc((1 - cos(45deg))*100%), -100%) rotate(45deg);
    transform-origin: 0% 100%;
    background: linear-gradient(45deg, #FFD700, #FFA500);
  }

  @keyframes vo-pulse {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.05);
    }

    100% {
      transform: scale(1);
    }
  }

  .vo-location-card:hover,
  .vo-premium-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  }


  .vo-location-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    transition: filter 0.5s ease-in-out, transform 0.3s ease-in-out;

  }

  .vo-location-card:hover .vo-location-image {
    transform: scale(1.01);
  }

  .vo-location-title div {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .vo-location-title h6 {
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 22px;
  }

  .vo-location-title div h5 {
    color: #2ecc71;
    font-size: 16px;
    font-weight: bold;
  }

  .vo_exclusive_title h5 {
    color: rgb(255, 215, 0) !important;
    font-weight: bold;
  }

  .vo_exclusive-location-title h6 {
    color: #fff;
  }

  .vo-location-title p {
    font-weight: bold;
  }

  .vo-location-title p i {
    color: #FFD700;
  }

  .vo_new_learn_more button {
    color: #036dbc;
    background: #fff;
    font-weight: bold;
  }

  .vo_new_learn_more_premium button {
    background-color: transparent;
    font-weight: bold;
    color: #FFD700;
  }


  .vo-location-price {
    font-size: 1.2rem;
    color: #2ecc71;
  }

  .vo-premium-card .vo-location-price {
    color: #FFD700;
  }

  .vo-location-address {
    font-size: 1rem;
    color: #7f8c8d;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .vo-premium-card .vo-location-address {
    color: #ffffff;
  }

  .vo-features-list {
    margin-bottom: 1.5rem;
    padding-left: 0;
    list-style: none;
  }

  .vo-features-list li {
    margin-bottom: 0.6rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .vo-features-list li i {
    margin-right: 5px;
  }

  .vo-premium-card .vo-features-list {
    color: #ffffff;
  }

  .vo-location-btn {
    width: 100%;
    padding: 1rem;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .vo-location-btn {
    background: linear-gradient(45deg, #092a49, #34495e);
    color: white;
    /* background-color: #092a49; */
  }

  .vo-premium-btn {
    background: linear-gradient(45deg, #FFD700, #FFA500);
    color: black;
  }

  .vo-location-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
    z-index: -1;
  }

  .vo-location-btn:hover::before {
    left: 100%;
  }

  .vo_new_mobile_show_row_1 {
    /* display: none; */
  }

  .vo_new_mobile_show_row_2 {
    display: none;
  }

  .vo_new_design_wrapper_03 {
    display: none;
  }

  .vo_new_avlble_address {
    background-color: #036dbc;
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 20px;
  }

  .vo_new_avlble_address_popular {
    /* background-color: #0dde83; */
    background-color: #fff;
    color: black;
  }

  .vo_new_avlble_address_popular h6 {
    color: black !important;
  }


  .vo_new_avlble_address h6 {
    color: #fff;
  }

  .vo_new_avlble_address ul {
    text-align: left;
  }

  .vo_new_avlble_address ul li i {
    margin-right: 10px;
  }

  /* Next Continue Button */


  .vo_new_form_1A {
    display: none;
  }

  .vo_new_form_2A {
    display: none;
  }

  .vo_new_packages_wrapp {
    margin: 60px 0;
  }




  #msform .vo_new_action_btn {
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 5px;
    transition: all 0.5s;
    background: #092a49 !important;
  }

  .vo_new_next_03_radio_btn {
    margin-right: 10px !important;
    border-radius: 5px !important;
    transition: all 0.5s !important;
  }

  .vo_new_step_2_btns {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
  }

  .vo_new_step_2_btns button {
    background-color: #092a49;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    width: 536px;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 30px;
    border: 2px solid transparent;
    /* Default no border */
    box-sizing: border-box !important;
    transition: border 0.3s ease;
    height: 100px;
  }

  .vo_new_step_2_btns button.active {
    border: 3px solid rgb(97, 255, 24);
    /* Green border on selection */
  }


  .vo_new_step_2_btns button:hover {
    background-color: #036dbc;
  }

  .vo_new_step_2_content {
    display: none;
  }

  .vo_new_prev_nxt_btn {
    height: 100px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    height: auto;
  }

  .vo_new_fieldset .previous {
    float: left !important;
  }

  .vo_new_package_border {
    border: 5px solid rgb(97, 255, 24);
    /* Green border on Package selection */
  }


  .vo-new-select-location img {
    width: 30px;
    animation: bottomPointingImg 1s infinite;
    /* Apply animation */
    display: block;
    margin: 20px auto;
  }

  @keyframes bottomPointingImg {

    0%,
    100% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(10px);
      /* Moves down */
    }
  }

  .vo_stndrd_address_row_1_slider {
    max-width: 100%;
  }

  .vo_stndrd_address_row_1_slider .col-md-12 h3 {
    text-align: center;
    font-size: 25px;
  }

  .vo_stndrd_address_row_1_slider .slick-prev,
  .vo_stndrd_address_row_1_slider .slick-next {
    font-size: 50px;
    color: black;
    z-index: 99;
  }

  .vo_stndrd_address_row_1_slider .slick-prev,
  .vo_stndrd_address_row_1_slider .slick-next {
    /* background: none; */
    background: black !important;
    color: white !important;
    /* White arrow color */
    border: none;
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1000;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* Make it circular */
  }

  .vo_stndrd_address_row_1_slider .slick-prev {
    left: -50px;
  }

  .vo_stndrd_address_row_1_slider .slick-next {
    right: -50px;
  }

  .vo_stndrd_address_row_1_slider .slick-prev:hover,
  .vo_stndrd_address_row_1_slider .slick-next:hover {
    color: red;
    /* Darker red on hover */
  }


  .vo_stndrd_address_row_1_slider .col-md-12 .prestigiousAddress {
    background: #007ACC;
  }

  .vo_stndrd_address_row_1_slider .prestigiousAddress .vo-location-title h6,
  .vo_stndrd_address_row_1_slider .prestigiousAddress .vo-location-title h5 {
    color: #fff;
  }

  .vo_stndrd_address_row_1_slider .prestigiousAddress .vo-location-address {
    color: #fff;
  }

  .vo_stndrd_address_row_1_slider .prestigiousAddress .vo-features-list li {
    color: #fff;
  }

  .vo_stndrd_address_row_1_slider .prestigiousAddress .vo_new_learn_more button {
    background: transparent;
    color: #fff;
  }

  .vo_stndrd_address_row_1_slider .prestigiousAddress .vo_new_learn_more {
    color: #fff;
  }

  .vo_stndrd_address_row_1_slider .prestigiousAddress .vo-location-btn {
    background: #fff;
    color: black;
  }

  .step_New_heading {
    background: #092a49;
    padding: 10px 35px 10px;
    border-radius: 50px;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 60px;
  }

  .step_New_heading h2 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 0px;
    line-height: 50px;
  }

  .vo_new_formation_main_step_01 {
    padding: 0px;
  }

  .vo_stndrd_address_row_1_slider .slick-prev::before,
  .vo_stndrd_address_row_1_slider .slick-next::before {
    display: none;
  }

  /* 13 Feb */

  .vo_new_step_03 .vo_new_radio_2 {
    margin-top: 30px !important;
  }

  .vo_new_step_03 .custom-radio small {
    font-style: italic;
  }

  .placeholder_003,
  .placeholder_004 {
    display: none;
  }

  .setProvideMargin02 {
    margin-top: 70px;
  }

  .formA_Placeholder {
    display: none;
  }

  .directorBtnCol12 {
    padding-right: 0;
  }

  /* new css by ritesh 05-03-24 */
  .verifymail-content-error #otpSentMsg {
    margin-top: 30px;
  }

  .formation_main #otp_section #verifyOtp {
    width: 100%;
    text-align: center;
    margin-top: 7px;
    padding: 9px 0;
}

  .otp-email-adjustment-company-formation #emailOtp {
    width: 100%;
    text-align: center;
  }

  /* new css by ritesh 05-03-24 */

  /* 2100PX + */
  @media screen and (min-width: 1800px) {
    .vo_new_design_banner_img img {
      width: 53%;
    }

  }

  @media screen and (max-width: 1800px) {

    .vo-premium-btn {
      margin-top: -5px;
    }
  }

  @media screen and (min-width: 1500px) and (max-width: 1800px) {
    .vo_new_design_banner_img img {
      width: 58%;
    }
     /*  */
  .virtualOfficeWrapper .banner_bg
    {
      padding: 40px 0 !important;
    }
.virtualOfficeWrapper .virtual_office_container .banner_img
  {
    bottom: -40px !important;
    }
  }

  @media screen and (min-width: 1200px) and (max-width: 1500px) {
    .vo_new_design_banner_img img {
      width: 68% !important;
    }
   /*  */
     .vo_new_design_banner_img
    {
      right: -6%;
    }
    .virtualOfficeWrapper .banner_bg {
    padding: 55px 0 !important;
}
.virtualOfficeWrapper .virtual_office_container .banner_img
  {
    bottom: -55px !important;
    }
  }

  @media screen and (min-width: 1200px) and (max-width: 1500px) {
  .main_heading .vo-top-heading {
    font-size: 35px !important;
    }
  }

  @media screen and (max-width: 1650px) {
    .vo-location-title h6 {
      font-size: 18px;
    }
  }

  @media screen and (max-width: 1550px) {
    .vo-location-title div h5 {
      font-size: 13px;
    }
  }

  @media screen and (max-width: 1500px) {

    .vo_new_learn_more,
    .vo_new_learn_more_premium {
      font-size: 14px;
    }

    .step_New_heading h2 {
      font-size: 22px;
    }

  }

  @media screen and (max-width: 1450px) {
    .vo-location-title h6 {
      font-size: 16px;
    }

    .vo-location-title div h5 {
      font-size: 12px;
    }
  }

  @media screen and (max-width: 1350px) {

    .vo_new_exclusive h2 {
      font-size: 22px;
    }

    .vo-location-title h6 {
      font-size: 13px;
    }

    .vo_new_packages_list ul li {
      font-size: 12px;
    }

    .vo_new_choose_billing ul li {
      font-size: 13px;
    }

    .vo_new_packages_list .main_btn {
      font-size: 15px;
    }

    .cf_inputRow_02 {
      flex-direction: column;
    }
  }



  @media screen and (max-width: 1250px) {
    .vo-location-title div {
      flex-direction: column;
    }

    .vo-location-title h6 {
      font-size: 16px;
    }

    .step_New_heading {
      width: 60%;
    }

    .vo_new_packages_list .main_btn {
      font-size: 12px;
    }

    .vo-location-btn {
      font-size: 12px;
    }

    .packages_price .perWeekTxt_02 {
      font-size: 12px;
    }

    .billed_annually .cheaperTxt_02 {
      font-size: 11px;
    }

    .inrPkg_02 .price {
      font-size: 16px;
    }

    .inrPkg_02 .price_text {
      font-size: 17px;
    }


  }

  @media screen and (max-width: 1200px) {

    .vo_new_exclusive h2 {
      font-size: 18px;
    }

    .vo-premium-btn,
    .vo-location-btn {
      font-size: 12px;
    }

    .step_New_heading h2 {
      font-size: 22px;
    }

    .vo_stndrd_address_row_1_slider .col-md-12 h3 {
      font-size: 22px;
    }

    .vo-premium-btn {
      margin-top: -12px;
    }

    .vo_new_choose_billing ul li {
      font-size: 13px;
    }

    .placeholder_003,
    .placeholder_004 {
      display: block;
      margin-bottom: 12px !important;
    }

    .hidePlaceholder_003::placeholder,
    .hidePlaceholder_004::placeholder {
      color: transparent;
    }

    .placeholderHidenVO::placeholder {
      color: transparent !important;
    }

    .formA_Placeholder {
      display: block;
      margin-bottom: 0px;
      font-size: 18px;
      line-height: 24px;
    }

    .additionSelectBox_02 {
      margin-left: 0 !important;
      width: 100% !important;
    }

  }


  @media screen and (min-width: 768px) and (max-width: 992px) {
    .vo_new_design_banner_img img {
      width: 50%;
    }
  }

  @media screen and (max-width: 992px) {

    .vo_new_mobile_show_row_1 {
      display: block;
      padding: 0 20px;
    }

    .vo_new_desktop_show_row_2 {
      display: none !important;
    }

    .vo_new_mobile_show_row_2 {
      display: block;
    }

    .vo_new_design_wrapper_01,
    .vo_new_design_wrapper_02 {
      width: 95%;
      background: #f5f5f7;
    }

    .vo_new_design_wrapper_03 {
      display: block;
      width: 95%;
      background: #f5f5f7;
      margin: 0 auto;
      border-radius: 20px;
    }

    .vo_new_mobile_show_row_1 h2 {
      font-size: 32px;
      /* color: red !important; */
    }

    .vo_new_mobile_show_row_1 h2 span {
      font-size: 32px;
      color: #036dbc;
      font-weight: bold;
      display: inline-block;
      /* Required for transform */
      animation: vo-zoomEffect 1.5s infinite ease-in-out;
    }

    .vo_new_exclusive {
      padding: 20px 10px !important;
      margin-top: -12px;
    }

    .vo_exclusive_title h5 {
      color: red;
      margin-bottom: 10px;
    }

    .vo_new_mobile_show_row_1 h2 {
      font-size: 32px;
      margin-bottom: 20px !important;
      line-height: 60px;
    }

    .vo-location-title h6 {
      font-size: 20px;
    }

    .vo-location-title div h5 {
      display: none;
    }


    .vo_new_swipe_heading .mobile-show h3,
    .vo_new_swipe .step_heading h3 {
      font-size: 18px;
    }

    .vo_stndrd_address_row_1_slider .col-md-12 h3 {
      /* color: red; */
      text-align: center;
      font-size: 26px;
    }

    .vo_new_design_wrapper_03,
    .vo_new_design_wrapper_02 {
      display: none;
    }

    .vo-new-select-location {
      display: none;
    }

    .vo_new_landline_hidden_3,
    .vo_new_landline_hidden_4 {
      display: none;
    }

    .step_New_heading h2 {
      font-size: 18px;
    }

    .vo_stndrd_address_row_1_slider .slick-prev,
    .vo_stndrd_address_row_1_slider .slick-next {
      width: 30px;
      height: 30px;
      font-size: 15px;
    }

    .vo_stndrd_address_row_1_slider .slick-next {
      right: -30px;
    }

    .vo_stndrd_address_row_1_slider .slick-prev {
      left: -30px;
    }
    
  }

  @media screen and (max-width: 768px) {
    .vo_new_design_wrapper_03 .vo_new_mobile_show_row_1 h2 {
      margin-bottom: 0px !important;
    }

    .vo_new_msform #progressbar li:before {
      width: 30px;
      height: 30px;
      margin-top: 10px;
      line-height: 30px;
      font-size: 15px;
    }

    .vo_new_msform #progressbar li strong {
      font-size: 12px;
    }

    .vo_new_msform .step_heading h3 {
      font-size: 15px !important;
    }

    .vo_new_step_2_btns button {
      width: 450px;
      font-size: 15px;
    }

    .vo_new_step_1_packages_wrapp {
      overflow-x: hidden;
      /* background-color: red; */
    }

    .vo_new_mobile_packages_list ul li {
      font-size: 15px;
    }

    .step_New_heading {
      width: 70%;
    }

    .step_New_heading h2 {
      font-size: 16px;
    }

    .vo_new_design_banner_img img {
      width: 65%;
    }

    .vo_stndrd_address_row_1_slider .slick-next {
      right: -35px;
    }

    .vo_stndrd_address_row_1_slider .slick-prev {
      left: -35px;
    }
  }

  @media screen and (max-width: 576px) {
    .vo_new_mobile_show_row_1 h2 {
      font-size: 28px;
      line-height: 45px;
    }


    .vo_new_mobile_show_row_1 h2 span {
      font-size: 24px;
    }

    .vo_new_mobile_show_row_1 {
      padding: 0 0px;
    }

    .vo_new_step_2_btns button {
      padding: 10px;
      width: 400px;
      font-size: 13px;
    }

    .vo_new_msform #progressbar li:before {
      width: 20px;
      height: 20px;
      margin-top: 16px;
      line-height: 17px;
      font-size: 9px;
    }

    .vo_new_msform #progressbar li strong {
      font-size: 10px;
    }

    .vo_new_swipe_heading .mobile-show h3,
    .vo_new_swipe .step_heading h3 {
      font-size: 13px !important;
    }

    .vo_new_packages_click span,
    .vo_new_packages_click_2 span {
      font-size: 10px;
    }

    /* .vo_new_landline_hidden_1
  {
    display: none;
  } */
    .vo_new_mobile_packages_list ul li {
      font-size: 15px;
      /* line-height: 30px; */
    }

    .step_New_heading {
      width: 90%;
      margin-bottom: 40px;
      padding: 5px;
    }

    .step_New_heading h2 {
      font-size: 15px;
      line-height: 30px;
      padding: 0 20px;
    }

    .vo_stndrd_address_row_1_slider .col-md-12 h3 {
      font-size: 22px;
    }

    .vo_stndrd_address_row_1_slider .slick-next {
      right: -10px;
    }

    .vo_stndrd_address_row_1_slider .slick-prev {
      left: -10px;
    }

    .additionSelectBox_02 {
      margin-left: 0 !important;
      width: 100% !important;
    }

    .formA_additionalBtn {
      font-size: 14px !important;
      width: 100%;
    }

    .formA_additionalBtn_02 {
      font-size: 15px !important;
    }

    .ui-autocomplete {
      left: 25px !important;
    }
    .radioTextform1A
    {
        font-size: 16px !important;
        margin: 15px 0 !important;
    }
    .form1A_enter
    {
      font-size: 16px !important;
    }

  }

  @media screen and (max-width: 450px) {
    .vo_new_mobile_show_row_1 h2 {
      font-size: 20px;
      line-height: 35px;
    }

    .vo-location-title h6 {
      font-size: 16px;
    }

    .vo_new_exclusive {
      padding: 10px 0 !important;
    }

    .vo_new_step_2_btns button {
      width: 330px;
      font-size: 12px;
    }

    .step_New_heading h2 {
      font-size: 12px;
    }

    .equi_text_02 {
      font-size: 12px !important;
    }

  }


  /* Uk Virtual Office New Design Ends Here */


  /* new css by ritesh 05-03-24 */
  @media (max-width:768px) {
    .cf_inputRow.otp-email-adjustment-company-formation .form-group button {
      width: 100%;
    }

    .cf_inputRow.otp-email-adjustment-company-formation .form-group {
      width: 100%;
    }

    #verifyOtp {
      width: 100%;
    }

    .ui-menu-item {
      font-size: 14px;
      border-bottom: 1px solid;
      padding: 4px 5px;
      font-family: 'Poppins';
    }

    #ui-id-1 {
      height: 800px;
      overflow-y: scroll;
    }

    .otp-email-adjustment-company-formation #emailOtp {
      width: 100%;
      text-align: center;
    }
  }

  @media (min-width: 991px) and (max-width: 1200px) {
    #acc_txtemail-error {
      position: absolute;
      width: 100%;
      left: 14px;
      bottom: -6px;
    }

    .verifymail-content-error #email_otp-error {
      margin-top: 12px;
    }
  }

  @media (min-width: 767px) and (max-width: 912px) {

    .otp-email-adjustment-company-formation #emailOtp {
      width: 100%;
      padding: 9px 0;
      text-align: center;
    }

    .otp-email-adjustment-company-formation .emailOtp {
      width: 100%;
      padding: 9px 0;
    }

    .cf_inputRow.otp-email-adjustment-company-formation .form-group button {
      width: 100%;
    }

    .cf_inputRow.otp-email-adjustment-company-formation .form-group {
      width: 100%;
    }

    .cf_inputRow.otp-email-adjustment-company-formation #verifyOtp {
      padding: 12px 17px;
      margin-top: 5px;
    }

  }

  /* new css by ritesh 05-03-24 */


  /* New Company Formation Flow Design Starts Here 12 Feb */

.service_section .vo-cf-top-heading {
  background: #f5f5f7;
  padding: 25px;
  width: 90%;
  margin: 0 auto;
  border-radius: 20px;
  position: relative;
  padding: 50px;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.vo_cf_new_design_wrapper_01 {
  width: 90%;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #f5f5f7;
  padding: 20px 0;
  position: relative;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 50px;
}



.vo_cf_new_exclusive {
  background-color: #f5f5f7;
  border-radius: 20px;
  padding: 0px 1rem !important;
}

.vo_cf_new_exclusive h2 {
  color: #092a49;
  font-weight: 600;
  text-align: center;
  font-size: 25px;
  margin-bottom: 40px;
}



.vo-cf-location-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 1.5rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05); */
  box-shadow: 25px 10px 20px rgba(0, 0, 0, 0.05);
  /* border: 5px solid #036dbc; */
}



.vo-cf-premium-card {
  background: linear-gradient(135deg, #000428 0%, #004e92 100%);
  color: white;
  transform: scale(1.02);
}

.vo-cf-premium-ribbon-wrapper {
  position: relative;
}

.vo-cf-new-ribbon {
  font-size: 18px;
  color: black;
}

.vo-cf-new-ribbon {
  --f: .5em;
  /* control the folded part */

  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.8;
  padding-inline: 1lh;
  padding-bottom: var(--f);
  border-image: conic-gradient(#0008 0 0) 51%/var(--f);
  clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
  transform: translate(calc((1 - cos(45deg))*100%), -100%) rotate(45deg);
  transform-origin: 0% 100%;
  background: linear-gradient(45deg, #FFD700, #FFA500);
}


.vo-cf-location-card:hover,
.vo-cf-premium-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}


.vo-cf-location-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  transition: filter 0.5s ease-in-out, transform 0.3s ease-in-out;

}

.vo-cf-location-card:hover .vo-cf-location-image {
  transform: scale(1.01);
  /* filter: grayscale(100%); */
}

.vo-cf-location-title div {
  display: flex;
  width: 100%;
  justify-content: space-between;
}



.vo-cf-location-title h6 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 22px;
}

.vo-cf-location-title div h5 {
  color: #2ecc71;
  font-size: 16px;
  font-weight: bold;
}

.vo_cf_exclusive_title h5 {
  color: rgb(249, 255, 0) !important;
  font-weight: bold;
}

.vo_exclusive-location-title h6 {
  color: #fff;
}

.vo-cf-location-title p {
  font-weight: bold;
}

.vo-cf-location-title p i {
  color: #FFD700;
}


.vo-cf-premium-card {
  color: #FFD700;
}

.vo-cf-location-address {
  font-size: 1rem;
  color: #7f8c8d;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.vo-cf-premium-card .vo-cf-location-address {
  color: #ffffff;
}

.vo-cf-features-list {
  margin-bottom: 1.5rem;
  padding-left: 0;
  list-style: none;
}

.vo-cf-features-list li {
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.vo-cf-features-list li i {
  margin-right: 5px;
}


.vo-cf-premium-card .vo-cf-features-list {
  color: #ffffff;
}

.vo_cf_stndrd_address_row_1_slider {
  max-width: 100%;
}

.vo_cf_stndrd_address_row_1_slider .col-md-12 h3 {
  text-align: center;
  font-size: 25px;
}

.vo_cf_stndrd_address_row_1_slider .slick-prev,
.vo_cf_stndrd_address_row_1_slider .slick-next {
  font-size: 50px;
  color: black;
  z-index: 99;
}

.vo_cf_stndrd_address_row_1_slider .slick-prev,
.vo_cf_stndrd_address_row_1_slider .slick-next {
  background: black !important;
  color: white !important;
  /* White arrow color */
  border: none;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1000;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  /* Make it circular */
}

.vo_cf_stndrd_address_row_1_slider .slick-prev {
  left: -50px;
}

.vo_cf_stndrd_address_row_1_slider .slick-next {
  right: -50px;
}

.vo_cf_stndrd_address_row_1_slider .slick-prev:hover,
.vo_cf_stndrd_address_row_1_slider .slick-next:hover {
  color: #092a49;
  /* Darker red on hover */
}


.vo_cf_stndrd_address_row_1_slider .col-md-12 .prestigiousAddress {
  background: #007ACC;
}

.vo_cf_stndrd_address_row_1_slider .prestigiousAddress .vo-cf-location-title h6,
.vo_cf_stndrd_address_row_1_slider .prestigiousAddress .vo-cf-location-title h5 {
  color: #fff;
}

.vo_cf_stndrd_address_row_1_slider .prestigiousAddress .vo-cf-location-address {
  color: #fff;
}

.vo_cf_stndrd_address_row_1_slider .prestigiousAddress .vo-cf-features-list li {
  color: #fff;
}

.vo_cf_stndrd_address_row_1_slider .slick-prev::before,
.vo_cf_stndrd_address_row_1_slider .slick-next::before {
  display: none;

}


/* CSS for New Flow*/
#vo-cf-dynamic-content {
  margin: 20px auto;
  margin-top: 20px;
  margin-bottom: 20px;
  /* display: flex;
  justify-content: space-between; */
  width: 100%;
  overflow-x: hidden;
}



.vo-cf-center-price-container {
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
  gap: 20px;
  margin: 0 auto;
  margin-bottom: 40px;
  /* border: 1px solid red; */
}

.vo-cf-center-price-block {
  text-align: center;
  min-width: 150px;
}


.vo-cf-center-price {
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  color: #036dbc;
}



/* Content-1 */
#vo-cf-content-1 {
  /* background: linear-gradient(135deg, #036dbc 0%, #0391bc 100%); */
  background: #036dbc;
  border-radius: 10px;
  padding: 20px 25px;
  width: 65%;
  justify-content: center;
  height: 160px;
  background: linear-gradient(to right, #00d2ff 0%, #3a7bd5 51%, #00d2ff 100%);
}

#vo-cf-content-1 .vo-cf-center-price-title {
  color: #fff;
  font-size: 25px;
  margin: 0 0 8px 0;
}

#vo-cf-content-1 .vo-cf-center-price.highlight {
  margin: 30px 0;
  font-size: 45px;
  color: #fff;
  margin-bottom: 0;
}

#vo-cf-content-1 .vo-cf-center-price.highlight span {
  /* color: red; */
  font-size: 15px;
  color: #fff;
}

#vo-cf-content-1 .vo-cf-center-plus-sign {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
}


/* Content-2 */
#vo-cf-content-2 {
  background: rgb(0, 122, 204);
  border-radius: 10px;
  padding: 20px 25px;
  display: flex;
  justify-content: center;
  width: 75%;
  height: 160px;
}

#vo-cf-content-2 .vo-cf-center-price-title {
  color: #fff;
  font-size: 24px;
  margin: 0 0 8px 0;
}

#vo-cf-content-2 .vo-cf-center-price.highlight {
  margin: 5px 0;
  font-size: 35px;
  color: #fff;
  margin-bottom: 0;
}

#vo-cf-content-2 .vo-cf-center-price.highlight span {
  /* color: red; */
  font-size: 15px;
  color: #fff;
}

#vo-cf-content-2 .vo-cf-center-plus-sign {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
}

.vo-cf-center-price-detail {
  font-size: 16px;
  color: #fff;
  margin: 10px 0 0 0;
  text-align: left;
}

/* Content-3 */
#vo-cf-content-3 {
  background: linear-gradient(135deg, #000428 0%, #004e92 100%);
  border-radius: 10px;
  padding: 20px 25px;
  margin-right: 0;
  display: flex;
  justify-content: center;
  width: 95%;
  margin: 0 auto;
  height: 160px;
}

#vo-cf-content-3 .vo-cf-center-price-title {
  color: #fff;
  font-size: 16px;
  margin: 0 0 8px 0;
}

#vo-cf-content-3 .vo-cf-center-price.highlight {
  margin: 5px 0;
  font-size: 25px;
  color: #fff;
  margin-bottom: 0;
}

#vo-cf-content-3 .vo-cf-center-price.highlight span {
  /* color: red; */
  font-size: 15px;
  color: #fff;
}

#vo-cf-content-3 .vo-cf-center-plus-sign {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
}

.vo-cf-center-price-detail-3 {
  font-size: 12px;
  color: #fff;
  margin: 10px 0 10px 0;
  text-align: center;
}


.vo-cf-top-heading h2 {
  font-size: 25px;
  font-weight: 600;
  padding: 0 50px;
}

.vo-cf-top-heading h2 span {
  color: #036dbc;
  font-weight: 600 !important;
}



.vo-cf-alternatively {
  text-align: center;
  margin: 20px auto;
  line-height: 44px;
  margin-bottom: 50px;
  padding: 0 50px;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 0;
}

/* Exisiting Step-2 Design Update */


.vo-cf-step-2-top-row .col-lg-4 h3 {
  font-size: 20px;
  text-align: center;
}

.vo-cf-step-2-learn-more {
  text-align: center;
}

.vo-cf-step-2-learn-more a {
  color: #092a49;
  font-weight: bold;
}

.vo-cf-step-2-btn {
  background: linear-gradient(45deg, #092a49, #34495e);
  color: white;
  padding: 15px;
  border-radius: 10px;
  display: block;
  margin: 30px auto;
  width: 100%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.vo-cf-step-2-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: 0.5s;
  z-index: -1;
}

.vo-cf-step-2-btn:hover::before {
  left: 100%;
}

.vo-cf-step-2-address-04,
.vo-cf-step-2-address-05,
.vo-cf-step-2-address-06 {
  margin-top: 35px;
}

.vo-cf-step-2-address-04 .prestigiousAddress,
.vo-cf-step-2-address-05 .prestigiousAddress {
  background: #007ACC;
}

.vo-cf-step-2-address-04 .prestigiousAddress .vo-cf-location-title h6,
.vo-cf-step-2-address-05 .prestigiousAddress .vo-cf-location-title h6 {
  color: #fff;
}

.vo-cf-step-2-address-04 .prestigiousAddress .vo-cf-location-address,
.vo-cf-step-2-address-05 .prestigiousAddress .vo-cf-location-address {
  color: #fff;
}

.vo-cf-step-2-address-04 .prestigiousAddress p,
.vo-cf-step-2-address-05 .prestigiousAddress p {
  color: #fff;
  text-align: center;
}

.vo-cf-step-2-address-04 .prestigiousAddress p a,
.vo-cf-step-2-address-05 .prestigiousAddress p a {
  color: #fff;
  font-weight: bold;
}

.vo-cf-step-2-address-04 .prestigiousAddress button,
.vo-cf-step-2-address-05 .prestigiousAddress button {
  background: #fff;
  color: black;
  padding: 15px;
  border-radius: 10px;
  display: block;
  margin: 30px auto;
  width: 100%;
}

/* Exclusive Address */
.vo-cf-step-2-address-06 .vo-cf-premium-card p {
  color: #fff;
  text-align: center;
}

.vo-cf-step-2-address-06 .vo-cf-premium-card a {
  color: #FFD700;
  font-weight: bold;
}

.vo-cf-step-2-address-06 .vo-cf-premium-card button {
  background: linear-gradient(45deg, #FFD700, #FFA500);
  color: black;
  padding: 15px;
  border-radius: 10px;
  display: block;
  margin: 30px auto;
  width: 100%;
}

.vo-cf-step-2-highlight-border {
  border: 4px solid rgb(15, 255, 15) !important;
}

.vo-cf-step-2-address-06 {
  margin-bottom: 30px;
}

/* 17 Feb CSS */

#cfoptionstochoosesection {
  gap: 25px;
}


.vo-cf-features-list {
  margin-bottom: 1.5rem;
  padding-left: 0;
  list-style: none;
}

.vo-cf-features-list li {
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.vo-cf-features-list li i {
  margin-right: 5px;
}

.vo-cf-premium-card .vo-cf-features-list {
  color: #ffffff;
}

.opt-1-ribbon {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  --f: .5em;
  /* control the folded part */

  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.8;
  padding-inline: 1lh;
  padding-bottom: var(--f);
  border-image: conic-gradient(#0008 0 0) 51%/var(--f);
  clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
  transform: translate(calc((cos(45deg) - 1)*100%), -100%) rotate(-45deg);
  transform-origin: 100% 100%;
  background-color: #036dbc;
  /* the main color  */
}

.opt-2-ribbon {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  --f: .5em;
  /* control the folded part */

  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.8;
  padding-inline: 1lh;
  padding-bottom: var(--f);
  border-image: conic-gradient(#0008 0 0) 51%/var(--f);
  clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
  transform: translate(calc((cos(45deg) - 1)*100%), -100%) rotate(-45deg);
  transform-origin: 100% 100%;
  background-color: #036dbc;
  /* the main color  */
}

.vo-cf-step-4-btn {
  padding: 15px !important;
  font-size: 14px;
}

.vo_cf_new_step_2_btns {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}

.vo_cf_new_step_2_btns button {
  background-color: #092a49;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  width: 536px;
  font-weight: 600;
  margin-bottom: 40px;
  /* transition: all 0.5s; */
  line-height: 30px;
  border: 2px solid transparent;
  box-sizing: border-box !important;
  transition: border 0.3s ease;
  height: 100px;
}

.vo_cf_new_step_2_btns button:hover {
  background-color: #036dbc;
}

.vo-cf-step-4-wrapper-content {
  display: none;
}

.vo_cf_new_step_2_btns button.active {
  border: 3px solid rgb(97, 255, 24);
}

.extra_most_popular_border {
  border: 2px solid red;
  border-bottom: none;
  left: -2px;
  width: 102%;
}

.vo-cf-terms-conditions {
  margin-top: 10px;
  margin-bottom: -20px;
}

.newPlaceholderUK::placeholder {
  font-size: 15px !important;
}

.addExtraGreenBorder {
  border: 4px solid rgb(15, 255, 15);
  border-bottom: none;
  width: 103.2%;
  left: -1.5%;
}

#getStartedNowBtn {
  background-image: linear-gradient(to right, #00d2ff 0%, #3a7bd5 51%, #00d2ff 100%);
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  /* text-transform: uppercase; */
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
  margin: 20px auto;
  font-size: 18px;
  background-position: right center;
  margin-bottom: 0px;
}

#getStartedNowBtn:hover {
  background-position: left center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.cf_fieldset_btn .action-button {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.cf_fieldset_btn #prev_1_btn,
.cf_fieldset_btn .previous {
  float: left !important;
  background-color: #092a49 !important;
}

.cf_fieldset_btn .previous {
  margin-left: 10px !important;
}

.placeholder_001,
.placeholder_002 {
  display: none;
}

.setAnswerMargin,
.setProvideMargin {
  margin-top: 70px;
}

.step2Placeholder {
  display: none;
}

.stepSixDirectorBtn {
  padding-right: 0;
}

.verifymail-content-error #otpSentMsg {
  margin-top: 30px;
}

.second_formation_placeholder
{
  display: none;
}

/* 2100PX + */

@media screen and (max-width: 1900px) {

  #vo-cf-content-3 {
    padding: 20px 10px;
  }

  #vo-cf-content-3 .vo-cf-center-price-title {
    font-size: 20px;
    line-height: 25px;
  }
}

@media screen and (max-width: 1800px) {

  .vo-cf-premium-btn {
    margin-top: -5px;
  }

}

@media screen and (max-width: 1750px) {
  #vo-cf-content-3 .vo-cf-center-price-title {
    font-size: 18px;
  }

  #vo-cf-content-3 .vo-cf-center-price.highlight span {
    font-size: 12px;
  }
}

@media screen and (max-width: 1650px) {
  .vo-cf-location-title h6 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1550px) {
  .vo-cf-location-title div h5 {
    font-size: 13px;
  }

  #vo-cf-content-3 .vo-cf-center-price-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1450px) {
  .vo-cf-location-title h6 {
    font-size: 16px;
  }

  .vo-cf-location-title div h5 {
    font-size: 12px;
  }

  #vo-cf-content-3 .vo-cf-center-price-block {
    min-width: unset;
  }

  #vo-cf-content-3 .vo-cf-center-price-title {
    font-size: 14px;
  }

  #vo-cf-content-3 .vo-cf-center-price.highlight {
    font-size: 16px;
  }

  #vo-cf-content-3 .vo-cf-center-price.highlight span {
    font-size: 8px;
  }

  #vo-cf-content-2 .vo-cf-center-price-title,
  #vo-cf-content-1 .vo-cf-center-price-title {
    font-size: 20px;
    line-height: 26px;
  }

  #vo-cf-content-1 .vo-cf-center-price.highlight {
    font-size: 35px;
  }
}

@media screen and (max-width: 1350px) {

  .vo_cf_new_exclusive h2 {
    font-size: 22px;
  }

  .vo-cf-location-title h6 {
    font-size: 13px;
  }

  #vo-cf-content-3 .vo-cf-center-price-title {
    font-size: 12px;
  }

  .new_cf_packageBox .cheaperTxt {
    font-size: 12px;
  }

}



@media screen and (max-width: 1250px) {
  .vo-cf-location-title div {
    flex-direction: column;
  }

  .vo-cf-location-title h6 {
    font-size: 16px;
  }

  .newCfChooseBilling ul li {
    font-size: 12px;
  }

  .newCf_Inr .price {
    font-size: 16px;
  }

  .newCf_Inr .price_text {
    font-size: 16px;
  }

  .packages_price .perWeekTxt {
    font-size: 12px;
  }

  .packages_list .new_cf_packages_list li {
    font-size: 15px;
  }

}

@media screen and (min-width: 1200px) {
  .cf_row_container {
    padding: 10px 30px;
    margin-bottom: 30px;
  }

  .vo-cf-location-form {
    margin-bottom: 40px;
  }

  .cf_wrapeer_img {
    padding-bottom: 20px;
  }

  .cf_wrapeer_row_col_2 img {
    bottom: -20px;
  }


}

@media screen and (max-width: 1200px) {
  .vo_cf_new_exclusive h2 {
    font-size: 18px;
  }

  .vo-cf-features-list li {
    font-size: 13px;
  }


  .vo_cf_stndrd_address_row_1_slider .col-md-12 h3 {
    font-size: 22px;
  }

  .vo-cf-premium-btn {
    margin-top: -12px;
  }

  .vo_new_choose_billing ul li {
    font-size: 15px;
  }

  .vo-cf-features-list li {
    font-size: 13px;
  }

  .placeholder_001,
  .placeholder_002 {
    display: block;
    margin-bottom: 12px !important;
  }

  .newPlaceholderUK02::placeholder,
  .newPlaceholderUK::placeholder {
    visibility: hidden;
  }

  .new_cf_packageBox .cheaperTxt {
    font-size: 10px;
  }

  .placeholderHiden005::placeholder {
    color: transparent;
  }

  .step2Placeholder {
    display: block;
    margin-bottom: 0px;
  }

  .cf_inputRow {
    align-items: baseline;
  }

  .additionSelectBox02 {
    margin-left: 0 !important;
    width: 100% !important;
  }
}




@media screen and (max-width: 992px) {


  .vo_cf_new_design_wrapper_01 {
    width: 95%;
  }



  .vo_cf_new_exclusive {
    padding: 20px 10px !important;
    margin-top: -12px;
  }

  .vo_cf_exclusive_title h5 {
    margin-bottom: 10px;
  }

  .vo-cf-location-title h6 {
    font-size: 20px;
  }

  .vo-cf-location-title div h5 {
    display: none;
  }

  .vo_new_swipe_heading .mobile-show h3,
  .vo_new_swipe .step_heading h3 {
    font-size: 18px;
  }

  .vo_cf_stndrd_address_row_1_slider .col-md-12 h3 {
    /* color: red; */
    text-align: center;
    font-size: 26px;
  }

  .vo_cf_stndrd_address_row_1_slider .slick-prev,
  .vo_cf_stndrd_address_row_1_slider .slick-next {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .vo_cf_stndrd_address_row_1_slider .slick-next {
    right: -15px;
  }

  .vo_cf_stndrd_address_row_1_slider .slick-prev {
    left: -15px;
  }

  .vo-cf-step-2-top-row .col-lg-4 h3 {
    font-size: 30px;
  }

  .vo-cf-step-2-address-01,
  .vo-cf-step-2-address-02,
  .vo-cf-step-2-address-03,
  .vo-cf-step-2-address-04,
  .vo-cf-step-2-address-05 {
    margin-bottom: 40px;
  }

  .vo-cf-step-2-address-04 {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .vo-cf-step-2-top-row .vo-cf-location-card {
    width: 80%;
    margin: 0 auto;
  }

  .vo-cf-top-heading h2 {
    font-size: 20px;
  }

  .vo-cf-alternatively {
    line-height: 40px;
    font-size: 20px;
  }

  .cf_inputRow {
    flex-direction: column;
  }
  .second_formation_placeholder
  {
    display: block;
  }

  .second_form_input::placeholder
  {
    color: transparent;
  }
}

@media screen and (max-width: 768px) {

  .vo_cf_stndrd_address_row_1_slider .slick-next {
    right: -10px;
  }

  .vo_cf_stndrd_address_row_1_slider .slick-prev {
    left: -10px;
  }

  #vo-cf-content-1 {
    width: 80%;
  }

  .vo_cf_new_step_2_btns button {
    width: 450px;
    font-size: 15px;
  }
  
  

}

@media screen and (max-width: 576px) {

  .vo_cf_stndrd_address_row_1_slider .col-md-12 h3 {
    font-size: 22px;
  }

  .vo_cf_stndrd_address_row_1_slider .slick-prev {
    left: -10px;
  }

  .vo_cf_stndrd_address_row_1_slider .slick-next {
    right: -10px;
  }

  .vo-cf-step-2-top-row .vo-cf-location-card {
    width: 90%;
  }

  .service_section .vo-cf-top-heading {
    width: 100%;
  }

  .vo-cf-top-heading h2 {
    font-size: 16px;
    padding: 0px;
  }

  .vo-cf-alternatively {
    font-size: 16px;
    padding: 0 30px;
  }

  .opt-1-ribbon,
  .opt-2-ribbon {
    font-size: 15px;
  }

  #vo-cf-content-1 {
    width: 95%;
  }

  #vo-cf-content-1 .vo-cf-center-price.highlight {
    font-size: 24px;
  }

  .vo_cf_new_design_wrapper_01 {
    padding-top: 5px !important;
  }

  .vo-cf-location-form {
    margin-top: -20px !important;
  }

  .vo_cf_new_step_2_btns button {
    padding: 10px;
    width: 400px;
    font-size: 13px;
    height: 80px;
  }

  .new_cf_head_2 {
    font-size: 20px !important;
    line-height: 40px;
  }

  .vo-cf-step-4-wrapper-content .main_heading h4 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .step5AdditionalActivity,
  .formationAdditionalDirector {
    font-size: 15px !important;
  }

  .additionalServiceDiv {
    padding: 20px !important;
  }

  .additionSelectBox {
    margin-left: 0 !important;
    width: 100% !important;
  }

  .addtionalDirectorCol {
    padding: 0;
  }

  .stepSixDirectorBtn button {
    font-size: 15px !important;
  }

  .ui-autocomplete {
    left: 25px !important;
  }
  .cf_fieldset_btn #form1A .col-md-12 .cf_five_our
  {
    font-size: 18px;
  }

  .cf_fieldset_btn #form1A .col-md-12 .cf_five_your
  {
    margin: 40px 0;
  }

  .cf_fieldset_btn #form1A .col-md-12 .cf_five_strealine
  {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .cf_fieldset_btn #form1A .col-md-12 ul li
  {
    margin: 10px 0;
  }

  .cf_five_info_line
  {
    font-size: 16px !important;
    margin: 10px 0 !important;
  }
 
  .cf_five_click_logo
  {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }

  .cf_five_enter_your
  {
    font-size: 14px !important;
  }
  .step5AdditionalActivity
  {
    font-size: 14px !important;
    width: 100%;
  }

  .cf_five_not_avail,
  .cf_five_avail
  {
    font-size: 16px !important;
    margin-bottom: 30px !important;
  }

  .stepSixDirectorBtn button
  {
    width: 90% !important;
    margin: 0 auto !important;
    font-size: 13px !important;
  }

  .cf_six_who_will
  {
    font-size: 18px;
  }
  .placeholder_001, .placeholder_002,
  .cf_six_copies
  {
    font-size: 15px !important;
  }
  .cf_six_copies
{
  margin-top: 10px;
}

.second_formation_our_uk
{
  font-size: 18px;
}

.second_formataion_your_comp
{
margin: 40px 0;
margin-top: 40px !important;
}

.second_formation_if_any
{
  font-size: 18px;
margin-top: 30px !important;
}
.second_form_note_txt
{
  font-size: 16px !important;
  margin-top: 20px !important;
}

.second_formation_automatic_txt
{
  font-size: 16px !important;
  margin: 10px 0 !important;

}

.second_formation_email
{
  font-size: 16px !important;
  margin-bottom: 20px !important;

}
.formationAdditionalDirector
{
  font-size: 14px !important;
}
  /* .vo-cf-mobile-showPkgs .uk_cf_subscriptionpackages
{
  height: 1100px;
}

.vo-cf-mobile-showPkgs .uk_cf_subscriptionpackages .packages_list ul li
{
  font-size: 15px;
} */
}

@media screen and (max-width: 450px) {

  .vo-cf-location-title h6 {
    font-size: 16px;
  }

  .vo_cf_new_exclusive {
    padding: 10px 0 !important;
  }

  .vo-cf-top-heading h2 {
    font-size: 15px;
  }

  .vo-cf-alternatively {
    line-height: 30px;
    font-size: 15px;
  }

  .vo-cf-center-price-container {
    flex-direction: column;

  }

  #vo-cf-content-1 {
    height: auto;
  }

  #vo-cf-content-1 .vo-cf-center-price.highlight span {
    font-size: 12px;
  }

  .cf_row_container {
    height: 550px !important;
  }

  .vo_cf_new_step_2_btns button {
    width: 330px;
    font-size: 12px;
  }

  .vo-cf-mobile-showPkgs .uk_cf_subscriptionpackages {
    height: 1180px;
  }

  .vo-cf-mobile-showPkgs .uk_cf_subscriptionpackages .packages_list ul li {
    font-size: 15px;
  }

  .extra_most_popular_border {
    left: -2px;
    width: 101.3%;
    border: 2px solid red;
  }

  .vo-cf-mobile-showPkgs .packages-click {
    margin-top: 10px;
  }
}

/* New Company Formation Flow Design Ends Here 12 Feb */
@media (max-width:768px){
  .cf_inputRow.otp-email-adjustment-company-formation .form-group button {
    width: 100%;
  }
  .cf_inputRow.otp-email-adjustment-company-formation .form-group {
    width: 100%;
  }
  #verifyOtp {
    width: 100%;
}
.ui-menu-item {
  font-size: 14px;
  border-bottom: 1px solid;
  padding: 4px 5px;
  font-family: 'Poppins';
}
  #ui-id-1 {
    height: 800px;
    overflow-y: scroll;
  }
}
@media (min-width: 991px) and (max-width: 1200px) { 
  #acc_txtemail-error {
    position: absolute;
    width: 100%;
    left: 14px;
    bottom: -6px;
}
.verifymail-content-error #email_otp-error {
  margin-top: 12px;
}
}
@media (min-width: 767px) and (max-width: 912px) {
  .otp-email-adjustment-company-formation #emailOtp {
    width: 100%;
    padding: 9px 0;
  }
  .cf_inputRow.otp-email-adjustment-company-formation .form-group button {
    width: 100%;
  }
  .cf_inputRow.otp-email-adjustment-company-formation .form-group {
    width: 100%;
  }
  .vo-cf-mobile-showPkgs .uk_cf_subscriptionpackages
  {
    height: 1350px;
  }
}

/* 24 Feb UK Bank Account Design Starts Here */


@font-face {
  font-family: 'BarclaysEffra_Md';
  src: url(../fonts/barclay-fonts/BarclaysEffra_Md.ttf);
  font-weight: 500;
}

@font-face {
  font-family: 'BarclaysEffra_Rg';
  src: url(../fonts/barclay-fonts/BarclaysEffra_Rg.ttf);
}


.new_uk_bank_h5
{
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
    font-family:'BarclaysEffra_Md';
    line-height: 1.1;
    color: #333;
}

.specialFontPara_01
{
  text-align: left !important;
    font-family: 'BarclaysEffra_Rg' !important;
    font-size: 11px;
    line-height: 26px;
    margin-bottom: 0;
}
.specialFontBarclays
{
  font-size: 20px;
  font-family: 'BarclaysEffra_Md' !important;
  text-align: left !important;
  line-height: 26px;
}

.new_uk_bank_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.new_uk_bank_card {
  display: flex;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid rgba(241, 196, 11, 0.2);
  box-shadow: 4px 10px 25px -8px rgba(0,0,0,0.67);
  transition: all 0.5s;
  padding: 25px 0;
}

.new_uk_bank_logo_section {
  width: 300px;
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -25px;
}
 .tideLogoSection{
            position: relative;
    }
       
  .tideLogoSection .tideSwitchLogo{
     position: absolute;
    bottom: 60px;
    right: -60px;
    width: 150px !important;
    margin-right: 45px;
  }

.new_uk_bank_reward_badge {
  position: absolute;
  top: 15px;
  left: 20px;
  background: #036dbc;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
}

.new_uk_bank_logo {
  width: 300px;
  height: auto;
}

.new_uk_bank_content_section {
  flex: 1;
  padding: 30px 40px;
  position: relative;
  margin-top: -50px;
}

.new_uk_bank_exclusive_tag {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #333;
  padding: 10px 0;
  border-radius: 5px;
  display: inline-block;
  font-weight: 600;
}

.new_uk_bank_title {
  font-size: 23px;
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 35px;
}

.new_uk_bank_description {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
  text-align: left !important;
}

.new_uk_bank_apply_button {
  display: inline-block;
  background: #036dbc;
  color: #000;
  padding: 12px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.5s ease;
  color: #fff;
  cursor: pointer;
}

.new_uk_bank_apply_button:hover {
  transform: translateY(-1px);
  color: #fff;
  background-color: #092a49;
}

.new_uk_bank_container_barclays {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid rgba(241, 196, 11, 0.2);
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  position: relative;
}
.new_uk_bank_card_barclays {
  display: flex;
}


.new_uk_bank_container_barclays h2
{
  font-size: 18px;
  line-height: 35px;
}
.new_uk_bank_container_barclays .new_uk_bank_content_section h3
{
  font-weight: 600;
    font-family: 'Poppins';
    line-height: 35px;
    font-size: 24px;
}

.new_uk_bank_container_barclays .new_uk_atleast
{
  text-align: left;
  font-family: 'Poppins';
  font-weight: 300;
  color: #666;
  font-size: 16px;
}

.new_uk_bank_free_account
{
  font-size: 24px !important;
}
.new_uk_popUpContent
{
  display: none;
  background-color: #333;
    text-align: left;
    color: #fff;
    padding: 20px;
    position: absolute;
    z-index: 999;
    width: 95%;
    font-size: 13px;
    border-radius: 10px;
    top: 28%;
}
.transwap-small-content
{
    text-align: left !important;
    font-family: 'BarclaysEffra_Rg' !important;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 20px;
}

.transwap-wrapper-box p
{
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #333;

    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 0;
}

.more-banking-click-here
{
  color: blue;
  cursor: pointer;
}
/* Modal Background */
.new-uk-custom-modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  justify-content: center;
  align-items: center;
}

/* Modal Content */
.new-uk-custom-modal-content {
  background: #fff;
  padding: 20px;
  width: 700px;
  text-align: center;
  border-radius: 8px;
  position: relative;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  animation: modal-fadeIn 0.3s ease-in-out;
}

/* Close Button */
.new-uk-custom-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

/* Input Field */
.new-uk-custom-input {
  width: 100%;
  padding: 8px;
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* Warning Text */
.new-uk-custom-warning {
  font-size: 14px;
  margin-top: 10px;
  font-style: italic;
  font-weight: 600;
}

/* Button */
.new-uk-custom-button {
  background-color: #dbb812;
  color: #fff;
  border: none;
  padding: 10px 15px;
  margin-top: 15px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
  transition: all 0.5s;
}

.new-uk-custom-button:hover {
  background-color: #0056b3;
}

/* Fade-in Animation */
@keyframes modal-fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}

.new_uk_btn_container {
  display: flex;
  gap: 15px;
  padding: 25px;
  justify-content: center;
  flex-wrap: wrap;
  background: #036dbc;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    color: #fff;
  margin-bottom: 40px;
}
.new_uk_btn_container h3
{
  font-size: 35px;
  line-height: 35px;
  margin-top: 0;
  margin-bottom: 0;
}



/* CheckBox Design Starts Here*/
.icon-checkbox-container {
  display: flex;
  gap: 20px;
  padding: 20px;
  position: absolute;
  right: -20px;
  top: 20px;
}

.icon-checkbox-group {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding: 0 10px;
}

.icon-vertical-line {
  position: absolute;
  left: 0;
  top: -5px;
  bottom: -5px;
  width: 3px;
  background: #007bff;
  border-radius: 2px;
  display: none;
}

.icon-checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid #036dbc;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-checked {
  background: #036dbc;
}

.icon-checked .icon-check-symbol {
  color: white;
}

.icon-unchecked {
  background: white;
}

.icon-unchecked .icon-check-symbol {
  color: #036dbc;
  font-weight: bold;
  margin-left: 1px;
}

.icon-check-symbol {
  font-size: 14px;
}

.icon-checkbox-text {
  color: #333;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 500;
}
/* CheckBox Design Ends Here */

/* Modal-2 Refer Modal */
  .new-uk-refer-modal {
    display: none; /* Initially hidden */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
}
/* Modal Content */
.new-uk-refer-modal-content {
    background: white;
    padding: 20px 30px;
    width: 800px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
   animation: modal-fadeIn 0.3s ease-in-out;
   position: relative;

}


/* Close Button */
.new-uk-refer-close {
    float: right;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    color: #036dbc;
    position: absolute;
    right: 15px;
    top: 10px;
}
/* Checkbox Label */
.new-uk-refer-modal-footer {
    text-align: left;
    display: flex;
    align-items: center;
    margin: 25px 0;
}
.new-uk-refer-modal-footer input
{
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
}
.new-uk-refer-modal-footer label
{
  margin-bottom: 0;
  font-weight: bold;
}

/* Apply Button */
.new-uk-refer-apply-btn {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: none;
    background: gray;
    color: white;
    cursor: not-allowed;
    border-radius: 5px;
}
/* Enabled button when checkbox is checked */
.new-uk-refer-apply-btn.new-uk-refer-enabled {
    background: #036dbc;
    cursor: pointer;
}
/* Button styles */
.new-uk-refer-trigger-btn {
    margin: 10px;
    padding: 8px 16px;
    background: #036dbc;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.new-uk-refer-trigger-btn:hover {
    background: #0056b3;
}
.new-uk-refer-modal-content p
{
  font-family: 'Poppins';
  text-align: left;
  line-height: 26px;
  font-weight: 400;
  font-size:14px;
}
.new_uk_bank_reward_badge_mob
{
  display: none;
}

.hideInDesktop_01
{
  display: none;
}



.newModalForm .btn-primary 
{
 background-color: #092a49; 
 margin-left: auto;
display: block;
transition: all 0.5s;
}

.newModalForm .btn-primary:hover
{
 background-color: #036dbc; 

}

#buttonBankTest {
  cursor: pointer;
  color: #364eff;
  font-weight: 500;
  text-decoration: underline;
}

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

.new_uk_bank_main_heading p
{
  /* color: red; */
  margin-top: 35px;
  line-height: 35px;
  font-size: 19px;

}

.totalRewardSpan
{
  color: #036dbc;
  font-weight: bold;
}

.new_uk_bank_main_heading h2
{
  font-size: 35px;
  line-height: 55px;
}
/* Tide Popup */

/* Main popup container */
.tideAccountUk_container {
  position: fixed; /* Changed to fixed to make it appear on top */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  display: block; /* Keeps the modal in flow to show/hide */
  opacity: 0; /* Initially invisible */
  z-index: 9999;
  animation: tidefadeIn 0.5s ease-in-out forwards; /* Animation for fade-in */
  
}

/* The animation to fade in */
@keyframes tidefadeIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.95); /* Slightly scaled down initially */
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); /* Fully visible and normal size */
  }
}

/* Overlay background for the popup */
.popupOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Dark background */
  z-index: 9998; /* Just below the popup */
  display: none; /* Hidden by default */
}

/* Other CSS remains the same */
.tideAccountUk_closeBtn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: white;
  background: none;
  border: none;
  z-index: 10;
}

.tideAccountUk_header {
  background-color: #036dbc;
  padding: 20px 30px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tideAccountUk_logoContainer {
  display: flex;
  align-items: center;
}

.tideAccountUk_logo {
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.tideAccountUk_logoText {
  color: #036dbc;
  font-size: 24px;
  font-weight: bold;
}

.tideAccountUk_headerTitle {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.tideAccountUk_content {
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.tideAccountUk_instructionText {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #444;
  text-align: center;
}

.tideAccountUk_buttonContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 10px;
}

.tideAccountUk_button {
  background-color: #f2f2f2;
  color: #036dbc;
  border: 2px solid #036dbc;
  border-radius: 50px;
  padding: 15px 30px;
  min-width: 250px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tideAccountUk_button:hover {
  background-color: #036dbc;
  color: white;
}

.tideAccountUk_rewardBadge {
  position: absolute;
  top: 20px;
  right: 50px;
  background-color: #ff3333;
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.tideAccountUk_rewardText {
  font-size: 12px;
  display: block;
  text-align: center;
}

.tideAccountUk_deviceIcon {
  margin-right: 10px;
  font-size: 20px;
}

.tideAccountUk_logoImage_02
{
  display: none;
}

#lloydFormModal .new-uk-refer-close,
#monzoFormModal .new-uk-refer-close
{
    display: flex;
    justify-content: end;
    width: 95%;
}

#barclaysFormModal .new-uk-refer-modal-content,
#annaFormModal .new-uk-refer-modal-content,
#monzoFormModal .new-uk-refer-modal-content,
#lloydFormModal .new-uk-refer-modal-content
{
  /* background-color: red; */
  max-height: 85%;
  overflow-y: scroll;
}

.newModalForm input::placeholder
{
  font-size: 13px;
}

#barclaysFormModal h3,
#annaFormModal h3,
#monzoFormModal h3,
#lloydFormModal h3
{
  font-size: 25px;
  text-align: left;
}

.new_uk_bank_heading
{
  background-color: #036dbc;
  padding: 25px;
  border-radius: 12px;
  margin-top: 0 !important;
  
}
.new_uk_bank_heading h1
{
  font-size: 60px !important;
  text-align: center;
}

/* 14 March CSS */
.account_company_srct_section_01_content
{
  background: rgba(0, 0, 0, 0.5);
  padding: 25px 10px;
  border-radius: 8px;
  display: inline-block;
  /* margin-left: 60px; */
  max-width: 90%;
  text-align: center;
}

.company_srct_singleImageSpace .container
{
  max-width: 1500px;
}

.account_company_srct_section_01_content h1
{
    font-size: 50px;
    color: #fff;
    line-height: 65px;
}

.account_company_srct_banner_wrapp
{
padding: 25px;
background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
background-repeat: no-repeat;
background-size: cover;
display: flex;
flex-direction: column;
position: relative;
z-index: 1;
height: 100%;
}
.account_company_srct_singleImageSet
{
    margin-bottom:-25px;
}
.account_company_srct_singleImageSet img
{
    max-width: 85% !important

}

/* Media Query */

@media screen and (max-width: 1250px) {
  .account_company_srct_section_01_content h1
{
  font-size: 35px;
  color: #fff;
  line-height: 65px;
}
} 

@media screen and (max-width: 1200px) {


  .icon-checkbox-text,
  .new_uk_bank_exclusive_tag
  {
    font-size: 12px;
  }
  .new_uk_bank_apply_button
  {
    font-size: 11px;
  }
  .new_uk_bank_heading h1
  {
    font-size: 45px !important;
  }
  .new_uk_popUpContent
  {
    left: 0%;
    top: 10%;
  }
.tideLogoSection .tideSwitchLogo
{
  bottom: 90px;
}

}

@media screen and (max-width: 992px) {

  .icon-checkbox-text
  {
    font-size: 16px;
  }
  .new_uk_popUpContent
  {
    padding: 30px;
    width: 500px;
    top: -40%;
    left: 13%;
  }
  .new-uk-refer-modal-content
  {
    width: 90%;
  }
  .new-uk-refer-modal-footer
  {
    align-items: start;
  }
  .new_uk_bank_card
  {
    flex-direction: column;
  }
  .new_uk_bank_logo_section
  {
    width: 100%;
  }
  .new_uk_bank_reward_badge
  {
    left: auto;
  }
  .new_uk_bank_logo {
    width: 250px;
    margin: 60px 0;
    margin-bottom: 50px;
}
.icon-checkbox-text, .new_uk_bank_exclusive_tag {
  font-size: 14px;
}
.new_uk_bank_heading h1
{
  font-size: 35px !important;
  line-height: 65px !important;
}

.account_company_srct_singleImageSet img {
  max-width: 60% !important;
  display: block;
  margin: 0 auto;
}

.account_company_srct_section_01_content h1 {
  font-size: 44px;
  line-height: 65px;
  text-align: center;
}
.company_srct_singleImageSpace .col-lg-8
{
  text-align: center;
}
 .tideContentSection
  {
    margin-top: 50px;
  }

.tideLogoSection .tideSwitchLogo
{
    bottom: -30px;
    transform: translateX(-50%);
    left: 65%;
}

}

@media screen and (max-width: 768px) {

  .new_uk_bank_card {
    flex-direction: column;
    position: relative;
}

.new_uk_bank_logo_section {
    width: 100%;
    padding: 20px;
    height: 200px;
}

.new_uk_bank_logo {
    width: 200px;
    margin-top: 130px;
    margin-bottom: 0;
}

.transwap_bank_logo
{
  width: 100px;
}

.new_uk_bank_content_section {
    padding: 20px;
}
.new_uk_bank_reward_badge
{
  top: 10px;
    left: auto;
    font-size: 14px;
}
.new_uk_bank_title
{
  font-size: 20px;
  text-align: center;
}
.new_uk_bank_apply_button
{
  font-size: 14px;
  padding: 12px 15px;
  text-align: center;
  display: block;
}

.new_uk_bank_exclusive_tag
{
  display: none;
}


.lloydBankCustom
{
  width: 140px;
}
.new_uk_bank_content_section
{
  position: static;
  margin-top: 0px;
}
.new_uk_bank_reward_badge
{
    display: none;
}

.new_uk_popUpContent
{
  padding: 30px;
  left: 5%;
  right: 5%;
  width: auto;
  top: 30%;
}
.new_uk_bank_h5
{
  text-align: center;
  line-height: 25px;
}
.hideInDesktop_01
{
  display: block  !important;
}


.tideAccountDiv {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 115px;

}
.tideAccountUk_container
{
  width: 85%;
}
.tideAccountUk_headerTitle,
.tideAccountUk_logo
{
  display: none;
}
.tideAccountUk_rewardBadge
{
  font-size: 12px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}
.tideAccountUk_logoImage_02
{
  display: block;
  width: 250px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.tideAccountUk_logoContainer
{
  height: 70px;
}
#barclaysFormModal .new-uk-refer-modal-content,
#annaFormModal .new-uk-refer-modal-content,
#monzoFormModal .new-uk-refer-modal-content,
#lloydFormModal .new-uk-refer-modal-content

{
  height: 600px;
  overflow-y: scroll;
}

.account_company_srct_banner_wrapp
            {
                padding: 40px;
            }
        .account_company_srct_singleImageSet {
            margin-bottom: -40px;
        }
        .account_company_srct_section_01_content
        {
          max-width: 100%;
        }
        .account_company_srct_section_01_content h1
        {
          font-size: 35px;
        }
        .icon-checkbox-container
        {
          left: 0;
          top: 50px;
        }
        .transwapAccountDiv
        {
          height: 50px;
        }
  .tideContentSection
  {
    margin-top: 90px;
  }

.tideLogoSection .tideSwitchLogo
{
   bottom: -100px;
}

}

@media screen and (max-width: 576px) {

  .new_uk_bank_reward_badge
  {
    font-size: 14px;
    padding: 10px 30px;
    left: auto;
    top: 35px;
    width: 95%;
    text-align: center;
    border-radius: 5px;
  }
  .new_uk_bank_logo
  {
    margin-top: 15px;
    width: 170px;
    margin-bottom: -50px;
  }
  .new_uk_bank_card
  {
    padding: 5px 0;
  }
  
  .icon-checkbox-container
{
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  justify-content: center;
}

.new_uk_bank_logo
{
  margin-top: 220px;
}

.lloydBankCustom {
  width: 125px !important;
  margin-bottom: -45px !important;
}

.new_uk_popUpContent
{
  left: 0%;
  right: 0%;
  top: 0%;
}

.new_uk_bank_content_section
{
  margin-top: 130px;
}
.new-uk-refer-modal-content p
{
  font-size: 14px;
}
.new-uk-refer-modal-footer label
{
  font-size: 14px;
}

.new_uk_bank_apply_button
{
        margin: 0 auto;
        display: block;
        width: 90%;
        text-align: center;
}
.hideInDesktop_01
{
  display: block;
}
.new_uk_bank_container
{
  padding: 0;
}
.specialFontBarclays
{
  margin-top: 20px;
  font-size: 14px;
}
.icon-checkbox-container
{
  gap: 0px;
  padding: 20px 5px;
}
.icon-checkbox-text {
  font-size: 15px;
}
.new_uk_bank_logo_section
{
  height: 80px;
  margin-top: -10px;
}
.new_uk_bank_description
{
  font-size: 14px;
  line-height: 30px;
}
.new_uk_bank_main_heading h2
{
  font-size: 28px;
  line-height: 45px;
}
.new-uk-refer-modal-content
{
  width: 95%;
  height: 640px;
  overflow-y: scroll;
}

#openBankAnnaModal .new-uk-refer-modal-content,
#openBankMonzoModal .new-uk-refer-modal-content

{
  height: auto;
}
.lloydBankCustom_02
{
  margin-top: 200px;
}
.new_uk_bank_content_section_lloyd
{
  margin-top: 130px;
}
#barclaysFormModal .new-uk-refer-modal-content,
#annaFormModal .new-uk-refer-modal-content,
#monzoFormModal .new-uk-refer-modal-content,
#lloydFormModal .new-uk-refer-modal-content
{
  height: 650px;
}

#barclaysFormModal h3,
#annaFormModal h3,
#monzoFormModal h3,
#lloydFormModal h3
{
  font-size: 17px;
  margin-top: -16px;
}
.new_uk_bank_heading h1 {
  font-size: 20px !important;
  line-height: 40px !important;
}
.new_uk_bank_main_heading p
{
  font-size: 16px;
}
.account_company_srct_banner_wrapp {
  padding: 20px;
}
.account_company_srct_singleImageSet {
      margin-bottom: -20px;
  }
  .account_company_srct_section_01_content h1
  {
      font-size: 25px;
      line-height: 50px;
      margin-bottom: 0;
  }
  .icon-checkbox-container-transwap
  {
    top: 30px !important;
  }
  .transwap_bank_logo
  {
    width: 70px !important;
  }
   .tideContentSection
  {
    margin-top: 190px;
  }

.tideLogoSection .tideSwitchLogo
{
   bottom: -200px;
   margin-top: 0;
   width: 100px !important;
}
}



@media screen and (max-width: 450px) {
 
  .icon-checkbox
  {
    width: 15px;
    height: 15px;
  }

.icon-check-symbol {
  font-size: 12px;
}
.new_uk_popUpContent {
  
  top: 30%;
  padding: 15px;
}
.account_company_srct_section_01_content h1 {
  font-size: 24px;
  line-height: 40px;
}
 .icon-checkbox-container
  {
    top: 90px;
  }
  .new_uk_bank_logo
  {
    margin-top: 250px;
  }

  .transwap_bank_logo_section
  {
    margin-top: -60px;
  }
}

/* 24 Feb UK Bank Account Design Ends Here */

/* Step-10 CSS Starts Here */
.form_1E_uk_bank_container
{
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 20px; */
  margin-bottom: 50px;
}
.form_1E_uk_bank_card

{
    display: flex;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid rgba(241, 196, 11, 0.2);
    box-shadow: 2px 1px 15px -8px rgba(0,0,0,0.67);
    transition: all 0.5s;
    padding: 25px 0;

}
.form_1E_uk_bank_logo_section
{
  width: 300px;
    padding: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -25px;
}
.tideFormLogoSection
{
  position: relative;
}

.tideFormLogo
{
   position: absolute;
    bottom: 20px;
    width: 120px;
    right: -30px;
    margin-right: 45px;
}

.form_1E_uk_bank_reward_badge
{
  position: absolute;
    top: 15px;
    left: 20px;
    background: #036dbc;
    padding: 8px 16px;
    border-radius: 20px;
    /* font-weight: 600; */
    font-size: 15px;
    color: #fff;
}
.form_1E_uk_bank_logo
{
  width: 300px;
  height: auto;
}
.form_1E_uk_bank_content_section
{
    flex: 1;
    padding: 30px 40px;
    position: relative;
    margin-top: -50px;
}
.form_1E_icon-checkbox-container
{
  display: flex;
    gap: 20px;
    padding: 20px;
    position: absolute;
    right: -20px;
    top: 20px;
}
.form_1E_icon-checkbox-group
{
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    padding: 0 10px;
}
.form_1E_icon-vertical-line
{
  position: absolute;
  left: 0;
  top: -5px;
  bottom: -5px;
  width: 3px;
  background: #007bff;
  border-radius: 2px;
  display: none;
}
.form_1E_icon-checked
{
  background: #036dbc;
}
.form_1E_icon-checkbox
{
  width: 20px;
  height: 20px;
  border: 2px solid #036dbc;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form_1E_icon-checked .form_1E_icon-check-symbol
{
  color: #fff;
}
.form_1E_icon-checkbox-text
{
  color: #333;
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: 500;
}
.form_1E_uk_bank_exclusive_tag
{
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #333;
  padding: 10px 0;
  border-radius: 5px;
  display: inline-block;
  font-weight: 600;
}
.form_1E_uk_bank_description
{
  /* color: #666 !important; */
  font-size: 17px !important;
  line-height: 30px !important;
  margin-bottom: 25px !important;
  text-align: left !important;
  float: none !important;
}
.form_1E_buttonDiv
{
 
      display: flex  ;
      justify-content: space-between;
      width: 100%;
}
.form_1E_uk_bank_apply_button
{
  display: inline-block;
  background: #555555;
  color: white;
  padding: 12px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  /* transition: all 0.5s ease; */
  cursor: pointer;
  width: 45%;
}
.btnactiveBarclay {
  border: 4px solid #5ff50f !important;
  /* padding: 8px 0; */
}

.yourCompForm1A
{
  margin: 40px 0;
}
.listAllForm1A li
{
  margin: 15px 0;
}

.form_1E_hideInDesktop_01
{
  display: none;
}

.form_1E_col
{
  margin: 0 auto;
}

.form_1E_col h6
{
  font-size: 30px;
  text-align: center;
}

.form_1E_col .form_1E_earning
{
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 30px;
  text-align: center;
  width: 85%;
    margin: 30px auto;
    float: none;
}

.form_1E_uk_bank_logo_mobile,
.form_1E_uk_bank_exclusive_tag_mobile
{
  display: none;
}

.form_1E_uk_bank_description span
{
  color: #337ab7;
  cursor: pointer;
}

.form_1E_icon-unchecked
{
  background-color: #fff;
  border: 2px solid #036dbc;
}

.form_1E_icon-unchecked span
{
  color: #036dbc !important;
  line-height: 10px;
}


/* Barclays Popup */

.barclaysPopup_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  display: none; /* Initially hidden */
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Modal Content */
.barclaysPopup_content {
  background: white;
  padding: 35px 20px;
  border-radius: 10px;
  width: 70%;
  text-align: center;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  transform: scale(0.8);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.barclaysPopup_content p
{
  line-height: 30px;
  text-align: left;
}

/* Show animation */
.barclaysPopup_container.show {
  display: flex;
  opacity: 1;
}

.barclaysPopup_container.show .barclaysPopup_content {
  transform: scale(1);
  opacity: 1;
}

/* Close Button */
.barclaysPopup_closeBtn {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 25px;
  cursor: pointer;
  background: none;
  border: none;
  color: black;
}

.form_1E_selectedBtn
{
  border: 2px solid #0FFF0F;
}

@media (min-width: 1800px)
{
  .form_1E_col .form_1E_earning
{
  width: 80%;
}
}


@media (max-width: 1500px) { 
  .form_1E_uk_bank_apply_button
  {
    width: 48%;
    font-size: 12px;
    padding: 12px 10px;
  }
}

@media (max-width: 150px) { 
  .tideFormLogo
    {
    bottom: 40px;
    right: -50px;
    }
}
  

@media (max-width: 1200px) { 
  .form_1E_uk_bank_apply_button
  {
    font-size: 11px;
  }
  .form_1E_uk_bank_logo_section
  {
    width: 250px;
  }
  .main_reviews .uk_cf_review_top h6 {
    font-size: 14px !important;
  }
  .barclaysPopup_container.show .barclaysPopup_content
  {
   position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -44%);
    max-height: 500px;
    overflow-y: auto; 
  }
  .tideFormLogo
  {
    bottom: 40px;
    right: -55px;
  }
}

@media (max-width: 992px)
{
.form_1E_uk_bank_logo,
.form_1E_uk_bank_exclusive_tag
{
  display: none;
}
.form_1E_uk_bank_logo_mobile
{
  display: block;
  width: 45%;
  display: block;
  margin: 0 auto;
  margin: 30px auto;
}
.form_1E_uk_bank_card
{
  flex-direction: column;
  align-items: center;
}
.form_1E_uk_bank_reward_badge
{
  left: auto;
}
.form_1E_uk_bank_logo_section
{
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 30px;
}
.form_1E_uk_bank_exclusive_tag_mobile
{
  display: block;
  margin-top: 40px;
  font-weight: 400;
}
.form_1E_icon-checkbox-container
{
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    justify-content: center;
    top: -10px;
}
.tideFormDescrition
{
  margin-top: 120px !important;
}

.tideFormLogo
{
    left: 65%;
    transform: translateX(-50%);
    bottom: -210px;
}
}

@media (max-width: 768px)
{
  .form_1E_buttonDiv
  {
    
    height:170px;
    justify-content: space-evenly;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .form_1E_uk_bank_apply_button
  {
    width: 90%;
    font-size: 14px;
    padding: 12px 30px;
  }
  .form_1E_uk_bank_description
  {
    text-align: center !important;
  }
  .form_1E_uk_bank_reward_badge {
    left: auto;
    width: 80%;
    text-align: center;
}
.barclaysPopup_content
{
  width: 80%;
}
.uk_cf_sidereview .owl-carousel.owl-drag .owl-item.active
{
  margin-right: 0px !important;
  margin-left: -5px !important;
}
.tideFormDescrition
{
  margin-top: 100px !important;
}

.tideFormLogo
{
    bottom: -170px;
}
}

@media (max-width: 576px)
{
.form_1E_uk_bank_exclusive_tag_mobile
{
margin-top: 50px;
}
.form_1E_icon-checkbox-container
{
  top: 0px;
  padding: 20px 0px;
}
.form_1E_uk_bank_logo_mobile
{
  margin: 50px auto;
  margin-bottom: 40px;
  width: 60%;
}
.form_1E_icon-checkbox-text
{
  font-size: 11px;
}
.form_1E_uk_bank_content_section
{
  padding: 30px 15px;
  padding-bottom:0px;
}
.form_1E_uk_bank_description
{
  font-size: 13px !important;
  line-height: 25px !important;
}
.barclaysPopup_content
{
  width: 90%;
}
.form_1E_col .form_1E_earning
{
  font-size: 16px;
  width: 100%;
}
.form_1E_uk_bank_reward_badge
{
  width: 90%;
}
.uk_cf_sidereview .owl-carousel.owl-drag .owl-item.active
{
  margin-right: 0px !important;
  margin-left: -5px !important;
}
#showScreen {
  bottom: -5% !important;
}
.tideFormLogo {
    bottom: -200px;
    left: 70%;
}
}

@media (max-width: 450px)
{
  .form_1E_uk_bank_apply_button {
    font-size: 12px;
    padding: 10px 18px;
    width: 100%;
}
}
/* Step-10 CSS Ends Here */

/* Uk Ltd Changes 21 Mar Starts Here*/
.uk_ltd_swipe_heading
{
  display: none;
}

@media screen and (max-width: 576px) {
  .uk_ltd_swipe_heading
  {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .cf_register {
    font-size: 24px;
}

}
  @media (min-width: 577px) and (max-width: 768px)
  {
  .vo-cf-mobile-showPkgs .uk_cf_subscriptionpackages
  {
    height: 1250px;
  }
  }


.vo_new_design_wrapper_01 .step_New_heading h2 {
  font-size: 26px;
  }
  

  .vo_new_desktop_show_row_1 .col-md-4 h3
  {
    text-align: center;
    font-size: 30px;
  }
  
  .vo_new_desktop_show_row_1 .mt-5
  {
    margin-top: 50px;
  }
  .vo_new_desktop_show_row_1 .prestigiousAddress
  {
    background: #007ACC;
  }
  .vo_new_desktop_show_row_1 .prestigiousAddress  .vo-location-title h6
  {
  color: #fff;
  } 
  .vo-standard-btn-desktop
  {
    background: linear-gradient(45deg, #092a49, #34495e);
      color: white;
      width: 100%;
      padding: 1rem;
      border: none;
      border-radius: 12px;
      font-weight: 600;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
      z-index: 1;
  }
  
  .vo-standard-btn-desktop::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
    z-index: -1;
  }
  
  .vo-standard-btn-desktop:hover::before {
    left: 100%;
  }
  
  .vo-standard-btn-desktop-prestigious
  {
    color: black;
      background: rgb(255, 255, 255);
      width: 100%;
      font-weight: 600;
      position: relative;
      z-index: 1;
      padding: 1rem;
      border-width: initial;
      border-style: none;
      border-color: initial;
      border-image: initial;
      border-radius: 12px;
      transition: 0.3s;
      overflow: hidden;
  }
  .vo-standrd-premium-btn
  {
    background: linear-gradient(45deg, #FFD700, #FFA500);
    color: black;
  }
  .vo_new_desktop_show_row_1 .prestigiousAddress .vo-location-address
  {
    color: #fff;
  }

  .transWapContentGap {
    margin: 10px 0 !important;
  }

  .transWapHeading {
    font-size: 20px !important;
    font-weight: 600;
    margin-bottom: 0 !important;
  }
  
  @media (max-width: 992px)
  {
   
    .vo_new_exclusive {
      padding: 20px 10px !important;
      margin-top: -15px;
  }
  }
  /* UK VO Changes 20 March Ends Here */

  /* SEO Heading Issue 16 June */
  .seo-heading-h1-form h1
  {
    text-align: center;
    color: red;
    font-size: 30px;
    margin: 40px 0;
    margin-bottom: 0;
  }
  .seo-heading-h1 h1
  {
    text-align: center;
  }
  .seo-heading-h2,
  .seo-heading-h3,
  .seo-heading-h4
  {
    text-align: center;
    margin: 30px 0;
    font-size: 32px !important;
    line-height: 50px;
  }

  @media (max-width: 1200px)
  {
    .seo-heading-h2,
  .seo-heading-h3,
  .seo-heading-h4
  {
    font-size: 30px !important;
  }

  }

   @media (max-width: 992px)
  {
  .seo-heading-h2,
  .seo-heading-h3,
  .seo-heading-h4
  {
    font-size: 30px !important;
  }

.seo-heading-h1 h1 {
    font-size: 35px;
}
  .seo-heading-h1-form h1
  {
    font-size: 22px;
  }
  .seo-heading-h1-form
  {
    margin-bottom: 0;
  }
  }

 @media (max-width: 576px)
{
 .seo-heading-h1 h1 {
    font-size: 28px;
}

}

  @media (min-width: 450px) and (max-width: 576px)
  {
 .vo-cf-mobile-showPkgs .uk_cf_subscriptionpackages
  {
    height: 1200px;
  }
  }
