  /* -----------------------------------------------------UK VO CSS Starts Here -------------------------------*/
.vo-top-heading .voa-price
{
    background: #ffffff;
    color: #003e7c;
    padding: 0px 20px;
    border-radius: 12px;
    display: inline-block;
    margin: 0 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    position: relative;
    transform: translateY(-5px);
    font-size: 2.1rem;
    font-weight: 800;
    color: #003e7c;
     display: inline-block; /* Required for animation */
    animation: pulseSpan 1.5s ease-in-out infinite;

}
.vo-top-heading .voa
{
  font-weight: 900;
  font-size: 60px;
}


/* Define the pulseSpan animation */
@keyframes pulseSpan {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.vo_flow_ba_package .packages_box
{
padding-top: 10px;
padding-bottom: 10px;
}

.vo_flow_ba_package .packages_box .packages_border
{
  margin:20px 0;
  margin-bottom: 0;
}

.vo_flow_ba_package .packages_box .choose_billing
{
  border: none;
  margin-top: -15px;
}

.vo_flow_ba_package .packages_box .choose_billing ul li h6
{
  margin-bottom: 10px;
  font-size: 18px;
}


.vo_flow_ba_package .packages_box .main_btn
{
  background-color: #092947;
  margin: 25px 0;
  padding: 15px 40px;
}

.vo_flow_ba_package .packages_box .main_btn:hover
{
  background-color: #036dbc;
  transform: translateY(-5px);
}
.vo_flow_ba_package .packages_box .popularBtn
{
  background-color: #092947;
}
.vo_flow_ba_package .packages_box .popularBtn:hover
{
  background-color: #fff;
  color:#092947;
}


.vo_flow_ba_package .packages_list
{
  border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 20px 18px 20px;
}

.vo_flow_ba_learn_more
{
  font-size: 12px;
}
/* Desktop Package List */
.vo_flow_ba_package .packages_list ul li
{
font-size: 15px;
line-height: 20px;
}

.vo_new_avlble_address
{ 
  margin-bottom: 10px;
}
.vo_new_avlble_address ul li
{
  margin-bottom: 5px;
}

.vo_flow_ba_learn_standard
{
  color: #fff !important;
}
.package_slider_desktop_show .vo_new_package_selected h5
{
  margin-bottom: 10px;
}

/* Package CSS Ends Here */

.vo_flow_ba_free_gifts
{
  background: linear-gradient(135deg, #0b3d66, #1e88e5);
padding: 45px 25px;
border-radius: 10px;
margin-bottom: 0px;
}

.vo_flow_ba_free_gifts h2
{
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
  margin-bottom: 25px;
}

.vo_flow_ba_free_gifts p
{
  color: #fff;
}

.vo_flow_ba_free_gifts .main_heading
{
  margin-bottom: 0;
}

.service_section .vo_stndrd_address_row_1_slider .vo-location-card
{
  padding-bottom: 0;
}
 
/* Gift Box Designing CSS */

.vo_flow_ba_gifts_container {
  margin-bottom: 30px;
  /* max-width: 1200px; */
  margin: 0 auto;
  /* padding: 0; */
}

.vo_flow_ba_gifts {
  /* max-width: 380px; */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  margin: 2rem auto;
  background: white;
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid #eaeaea;
}

.vo_flow_ba_gifts:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.vo_flow_ba_gifts_logo_container {
  position: relative;
  text-align: center;
  /* padding: 2rem 0 1rem; */
  padding-top: 0;
    padding-left: 15px;
}


.vo_flow_ba_gifts_logo_border {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.vo_flow_ba_gifts_logo_border::before {
  /* content: ''; */
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border-radius: 50%;
  background: linear-gradient(45deg, #0d6efd, #0dcaf0);
  z-index: -1;
}

.vo_flow_ba_gifts_logo_border::after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  background: white;
  z-index: -1;
}

.vo_flow_ba_gifts_logo {
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 50%;
  padding: 10px;
  background: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}



.vo_flow_ba_wrapper
{
  display: flex;
  align-items: start;
  padding: 15px;
}





.vo_flow_ba_gifts_content {
  padding: 0 1.5rem 1.5rem;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}
.vo_flow_ba_gifts_content p
{
  font-size: 17px;
  line-height: 32px;
}
.vo_flow_ba_gifts_content h3
{
  font-size: 24px;
}

.vo_flow_ba_step_heading,
.vo_flow_mobile_heading
{
  background: #092a49;
    padding: 10px 35px 10px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 60px;
    display: inline-block; /* Shrink to fit content */
    margin: 0 auto 60px; /* Center it horizontally */

}
.vo_flow_ba_step_heading h2,
.vo_flow_mobile_heading h2
{
  color: #fff;
  margin-bottom: 0;
}

.competi_content p
{
  font-size: 17px;
  line-height: 32px;
}


/* Mobile View Package Styline Starts Here */


.vo_flow_ba_package_slider .packages_list ul li
{
  /* color: rgb(59, 255, 10); */
  font-size: 14px;
}

.vo_flow_ba_package_slider .packages_border
{
margin-top: 20px;
margin-bottom: 0;
}
.vo_flow_ba_package_slider .packages_list
{
  padding: 20px 18px 20px;
}
.vo_flow_ba_package_slider .packages_box
{
  padding-bottom: 11px;
  margin-bottom: 20px;
}


.vo_flow_for_Mobile_span
{
  display: none;
}
/* .vo_flow_ba_package_slider .popular_bg */
/* Mobile View Package Styline Ends Here */
.package_slider_mobile_show
{
  overflow: hidden;
}


.vo_new_avlble_address
{
  display: none;
}
.vo_new_packages_wrapp
{
  margin: 0;
  padding: 40px 0;
}

@media screen and (max-width: 1250px) {
  .vo-standrd-premium-btn,
  .vo-standard-btn-desktop,
  .vo-standard-btn-desktop-prestigious
  {
    font-size: 11px;
  }
}

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


.vo_flow_ba_step_heading h2
{
  font-size: 28px;
}

.vo_new_virtual_cont_wrapp .container
{
margin-bottom: 40px;
}
}




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

  .package_slider_desktop_show
  {
    display: none;
  }

  .package_slider_mobile_show
  {
    display: block;
  }

  .vo_flow_ba_package_slider .packages_list

  {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .vo_flow_ba_package_slider .packages_list ul li
  {
    /* color: rgb(59, 255, 10); */
    line-height: 25px;
    font-size: 17px;
  }

  .vo_flow_ba_package_slider .standard
  {
    padding: 0 10px;
  }
 
 
.vo_flow_ba_step_heading h2
{
  font-size: 24px;
}
.vo_flow_ba_package_slider .vo_new_package_selected .choose_billing
{
margin-top: 0;
border: none;
}

.vo_flow_ba_package_slider .vo_new_package_selected .choose_billing h6
{
  margin-bottom: 10px;
}

.vo_flow_ba_package_slider .vo_new_package_selected .packages_box a:nth-of-type(1),
.vo_flow_ba_package_slider .vo_new_package_selected .packages_box a:nth-of-type(3),
.vo_flow_ba_package_slider .vo_new_package_selected .packages_box a:nth-of-type(4) {

  margin: 25px 0;
  padding: 15px 40px;
}

.vo_flow_ba_learn_more
{
  padding: 0 !important;
}
.vo_new_design_wrapper_01 .container
{
  max-width: 100%;
}
.vo_new_package_selected .topPkgBox
{
  margin-bottom: 0;
}
}

@media screen and (max-width: 768px) {
  .vo_flow_ba_free_gifts p
  {
    line-height: 30px;
  }
  .vo_flow_ba_gifts
  {
    max-width: max-content;
  }
 
.vo_flow_ba_package_slider .packages_box .choose_billing
{
border-top: none;
}
.vo_flow_ba_package_slider .packages_box .main_btn
{
  padding: 15px 40px;
  margin: 25px 0;
}
.vo_flow_ba_competition_header h2
{
  font-size: 26px;
}
.vo_flow_ba_competition_card-header h2
{
  margin-left: 25px;
}

}

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

.virtual_office_container .col-lg-7
{
  margin-top: 25px;
} 
}


@media screen and (max-width: 576px) {
  .vo_flow_ba_package_slider .packages_box {
    padding-bottom: 11px;
    padding-top: 10px;
}
.vo_flow_ba_package_slider .packages_box .main_btn
{
  padding: 15px 40px;
  margin: 25px 0;
}

.vo_flow_ba_package_slider .packages_box .choose_billing ul li h6
{
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 15px;
}

.vo_flow_ba_package_slider .packages_box .choose_billing
{
margin-top: 10px !important;
border-top: none;
}

.vo_flow_ba_gifts_container
{
  padding: 0 15px;
}
.vo_flow_ba_free_gifts
{
  margin: 0 auto;
}
.vo_flow_ba_package_slider .packages_list ul li
{
  font-size: 14px;
}


.vo-premiumImage
{
  height: 245px;
}
.vo-location-title h6
{
  text-align: left !important;
}
.vo_flow_ba_row_competition .col-12
{
  padding: 15px;
}
.vo_flow_ba_competition_header
{
  width: 95%;
}
.vo_flow_ba_gifts_content h3 {
font-size: 22px;
margin-top: 15px;
} 
.vo_flow_ba_wrapper
{
  display: block;
}
.vo_flow_ba_gifts_logo_border
{
  margin: unset;
}

.service_section .vo_stndrd_address_row_1_slider
{
  height: 500px;
}

}

@media screen and (max-width: 450px) {
 
.vo_flow_ba_package_slider .packages_box .main_btn
{
  padding: 15px 40px;
  margin: 25px 0;
}
.vo_flow_ba_package_slider .packages_list ul li {
  font-size: 17px;
  line-height: 30px;
}
.vo_flow_ba_package_slider .packages_list
{
  padding: 18px 25px 20px;
}
}

@media screen and (max-width: 430px) {
  .vo_flow_ba_package_slider .packages_list ul li {
    font-size: 16px;
}
}

@media screen and (max-width: 400px) {
  .vo_flow_ba_package_slider .packages_list ul li
  {
    font-size: 14px;
    /* color: red; */
  }
  .vo_flow_for_Mobile_span
{
  visibility: hidden;
  display: none;
}
}

/* 16 April (Infinte Slider Added) Starts Here */

  /* Outer slider container */
  .vo_page_slider {
    overflow: hidden;
    position: relative;
    padding: 20px 0;
  }
  
  .vo_page_slider::before
   {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px; /* Adjust width to control fade length */
    height: 100%;
    background: linear-gradient(to right, white 0%, transparent 50%);
    z-index: 2;
    pointer-events: none; /* Ensures it doesn't interfere with interactions */
    border-radius: 10px;
  }
  
  .vo_page_slider::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(to left, white 0%, transparent 50%);
    z-index: 2;
    pointer-events: none;
    border-radius: 10px;
  }
  
  
  
  /* Track that slides */
  .vo_page_slider .slides-track {
    display: flex;
    width: fit-content; /* Automatically adjusts to content width */
    animation: slideScroll 15s linear infinite;
    transition: transform 0.5s ease;
  }
  
  /* Each card */
  .vo_page_slider .singleSlide {
    width: 370px; /* fixed width of one card */
    flex-shrink: 0;
    margin-right: 40px; /* gap between slides */
  }
  
  /* Hover to pause animation */
  .vo_page_slider:hover .slides-track {
    animation-play-state: paused;
    cursor: grab;
  }
  
  
  /* Slide animation */
  @keyframes slideScroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%); /* Half of the total width */
    }
  }
  
  .pause-animation {
    animation-play-state: paused !important;
  }
  
  
  
  /* Select Menu */
  
  .vo-dropdown-container {
        position: relative;
        margin-top: 20px;
      }
      
      .vo-dropdown-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 6px 16px;
        /* background-color: #036dbc; */
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.2s ease;
      }
      
      .vo-dropdown-header:hover {
        border-color: #aaa;
      }
      
      .vo-dropdown-header h3 {
        margin: 0;
        font-size: 15px;
        /* color: #fff; */
        color: black;
        font-weight: 500;
        line-height: 25px;
      }
      
      .vo-arrow {
        transition: transform 0.3s ease;
        color: black;
      }
      
      .vo-dropdown-content {
        position: absolute;
        top: calc(100% + 4px);
        left: 0;
        width: 100%;
        max-height: 300px;
        overflow-y: auto;
        background-color: white;
        border: 1px solid #ddd;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        z-index: 9;
        display: none;
      }
      
      .vo-dropdown-content.open {
        display: block;
      }
      
      .vo-address-option {
        display: flex;
        align-items: start;
        padding: 12px 16px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
        transition: background-color 0.2s ease;
      }
      
      .vo-address-option:last-child {
        border-bottom: none;
      }
      
      .vo-address-option:hover {
        background-color: #036dbc21;
      }
      
      .vo-address-icon {
        width: 24px;
        height: 24px;
        margin-right: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
      }
      
      .vo-available {
        background-color: #e8f5e9;
        color: #2e7d32;
      }
      
      .vo-unavailable {
        background-color: #f5f5f5;
        color: #9e9e9e;
      }
      
      .vo-address-details {
        flex: 1;
      }
      
      .vo-address-name {
        font-size: 14px;
        margin-bottom: 2px;
        text-align: left;
      }
      
      .vo-address-unavailable {
        opacity: 0.6;
      }
      
      .vo-address-unavailable .vo-address-name {
        text-decoration: line-through;
        color: #999;
      }
      
      .vo-avlability-tag
      {
      font-size: 10px;
      padding: 0px 10px;
      border-radius: 12px;
      margin-top: 4px;
      font-weight: 500;
      text-align: center;
      /* width: 50%; */
  
      }
    
      .addressFound
      {
        background-color: #e8f5e9;
      color: #2e7d32;
      }
  
      .addressNotFound
      {
        background-color: #ffebee;
        color: #c62828;
      }
  
      
      /* Scrollbar styling */
      .vo-dropdown-content::-webkit-scrollbar {
        width: 8px;
      }
      
      .vo-dropdown-content::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 0 8px 8px 0;
      }
      
      .vo-dropdown-content::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 4px;
      }
      
      .vo-dropdown-content::-webkit-scrollbar-thumb:hover {
        background: #a1a1a1;
      }
  
      .stndrd_box_info .vo-dropdown-header
      {
        background-color: #fff;
      }
      .stndrd_box_info .vo-dropdown-header h3
      {
        color: black;
      }
  
      .stndrd_box_info .vo-arrow
      {
        color: black;
      }
  
      .stndrd_box_info .vo-address-name
      {
        color: black;
      }
  
      /* Addresss Design */
  
      .vo_page_slider .singleSlide .prestigiousAddress
      {
        background-color: #007ACC;
      }
      .vo_page_slider .singleSlide .prestigiousAddress h6,
      .vo_page_slider .singleSlide .prestigiousAddress .vo-location-address
  
      {
        color:#fff;
      }
  
      .vo_page_slider .singleSlide .vo-location-card
      {
        cursor:pointer;
      }

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

        .vo_flow_ba_package_slider .draggable
        {
          height: 1450px;
          padding-top: 30px;
        }
        .vo-dropdown-content
      {
        max-height: 160px;
      }
      }

        @media screen and (max-width: 767px) {
        .vo_flow_ba_package_slider .draggable {
          height: 1550px;
      }
       .vo_flow_ba_package_slider .vo_new_choose_billing ul li
       {
        font-size: 13px;
       }
      }
      

      @media screen and (max-width: 766px) {
        .vo_flow_ba_package_slider .draggable {
          height: 1450px;
      }
      }

      @media screen and (max-width: 576px) {
        .vo_flow_ba_package_slider .draggable {
          height: 1350px;
      }
      .vo-dropdown-content
      {
        max-height: 140px;
      }
      .vo_flow_ba_step_heading
      {
        display: none;
      }
      .vo_flow_mobile_heading
      {
        display: block !important;
        margin-top: -25px;
        background-color: #036dbc;
        margin-bottom: -25px !important;
      }
      .vo_flow_mobile_heading h2
      {
        font-size: 19px;
      }

      }


      @media screen and (max-width: 500px) {
        .vo_flow_ba_package_slider .draggable {
          height: 1275px;
      }
      .vo-avlability-tag
      {
        font-size: 12px;
      }
      .addressNotFound
      {
        padding: 5px;
      }
      }

      @media screen and (max-width: 470px) {
        .vo_flow_ba_package_slider .draggable {
          height: 1310px;
      }
      }

      @media screen and (max-width: 450px) {
        .vo_flow_ba_package_slider .draggable {
          height: auto;
      }
      .billed_quarterly_mobile
      {
        height: 70px;
      }
      .billed_annually_mobile
      {
        height: 70px;
      }

      }


      /* Pkg CSS */


      .extraPText
      {
        visibility: hidden;
      }
      @media screen and (max-width: 1250px) {
        .extraPText
      {
        color: yellow !important;
        font-size: 11px !important;
      }
      
      }
  
/* 16 April (Infinte Slider Added) Ends Here */


/* 11 June CSS Starts Here */

.vo-top-heading
{
font-weight: 400;
    text-transform: capitalize;
    font-size: 40px !important;
}

.uk_company_banner_p .buildYourAddress
{
  font-weight: 400;
    margin-top: 32px;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 22px;
}

.virtual_main_wrapp .banner_bg
{
  padding: 20px 0;
}
.vo_new_design_banner_img
{
  bottom: -20px !important;
}

.vo-main-heading-wrapper
{
    width: 70%;
    padding: 20px 35px;
    padding-left: 0;
}

/* Responsive Issue Fixed 13 May Starts Here*/

  @media screen and (max-width: 1300px) 
  {
    .uk_company_banner_p .buildYourAddress
    {
      font-size: 13px;
    }
  }

  @media screen and (max-width: 1200px) 
{
  .vo_new_design_banner_img
  {
    bottom: 0px !important;
  }
  .vo_new_design_banner_img img
  {
    width: 85% !important;
  }

}


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

  {
 .package_slider_mobile_show .vo_flow_ba_package_slider .slick-dots
 {
  text-align: center;
 }
 .package_slider_mobile_show .vo_flow_ba_package_slider .slick-next,
 .package_slider_mobile_show .vo_flow_ba_package_slider .slick-prev

{
  display: none !important;
}

.uk_company_banner_p .buildYourAddress
{
        font-size: 18px;
        text-align: center;
        line-height: 35px;
}
  
.virtual_office_container .banner_heading h1
{
          font-size: 40px !important;
        text-align: center;
        line-height: 60px;
}
.vo_new_design_banner_img img
{
  width: 70% !important;
  margin: 0 auto;
}
.vo-main-heading-wrapper
{
    margin: 0 auto;
    width: 100%;
}


  }

  @media screen and (min-width: 769px) 
  {
    .vo_new_mobile_show_row_1_slider
      {
        display: none;
      }
    
  }


  
  @media screen and (max-width: 768px) 
  {
      .vo_flow_ba_package_slider .vo_new_package_selected .packages_box .inr_packages span
      {
        font-size: 14px;
      } 

      .vo_new_mobile_show_row_1
      {
        display: none;
      }
      .service_section .vo_stndrd_address_row_1_slider .vo-location-card
      {
        height: 470px;
      }
      .vo_flow_ba_gifts_content p
      {
       font-size: 16px; 
      }
      .vo_stndrd_address_row_1_slider .slick-next {
        right: -15px;
      }
      .vo_stndrd_address_row_1_slider .slick-prev
      {
        left: -15px;
      }
      .virtual_office_container .banner_heading h1
      {
        font-size: 40px !important;
        line-height: 60px !important;
      }

  }

  @media screen and (max-width: 576px) 
  {
      .virtual_office_container .banner_heading h1
      {
        font-size: 24px !important;
        line-height: 45px !important;
      }
      .vo-top-heading span
      {
        font-size: 20px;
        padding: 0px 12px;
      }
  }

  @media screen and (max-width: 350px) 
  {
    .vo_stndrd_address_row_1_slider .prestigiousAddress .vo-location-title h6, 
    .vo_stndrd_address_row_1_slider .prestigiousAddress .vo-location-title h5,
    .vo-location-title h6
    {
      font-size: 12px !important;
    }
    .vo-standrd-premium-btn, .vo-standard-btn-desktop, .vo-standard-btn-desktop-prestigious
    {
      font-size: 9px;
      padding: 10px;
    }
    .vo_stndrd_address_row_1_slider .col-md-12 h3 {
    font-size: 18px;
}
    .vo-location-address
    {
      font-size: 10px;
    }
    .experineceData .col-md-3
    {
      margin: 10px 0;
    }
    .vo_flow_ba_gifts_content h3
    {
      font-size: 16px;
    }
  
   .virtual_main_wrapp .company_for_img .banner_heading h1,
   .vo_flow_ba_free_gifts h2
    {
      font-size: 25px !important;
        line-height: 35px;
    }
   .virtual_main_wrapp .uk_company_banner_p p

    {
      font-size: 16px;
        line-height: 28px;
        margin-top: 35px;
    }
 
    .vo_flow_mobile_heading h2
    {
      font-size: 15px;
        line-height: 25px;
    }
    .vo-competition-banner .competi_content h3
    {
      font-size: 25px;
    }

  }

  @media screen and (max-width: 330px) 
{
  .vo_flow_ba_package_slider .draggable
    {
      height: 1750px;
    }
}

/* Responsive Issue Fixed 13 May Ends Here*/
  @media screen and (max-width: 1900px)
  {
.virtual_office_container .banner_heading h1
{
  font-size: 32px !important;

}
  .uk_company_banner_p .buildYourAddress
  {
    font-size: 24px;
    white-space: nowrap;
  }

  }


  @media screen and (max-width: 1600px)
{
 .virtual_office_container .banner_heading h1
  {
    font-size: 28px !important;
  }
  .uk_company_banner_p .buildYourAddress
  {
    font-size: 18px;
  }
}

  @media screen and (max-width: 1450px)
{
  .virtual_office_container .banner_heading h1 {
        font-size: 25px !important;
        line-height: 76px;
    }
    .vo-top-heading .voa
    {
      font-size: 50px;
    }
}

  @media screen and (max-width: 1300px)
{
  .virtual_office_container .banner_heading h1 {
        font-size: 22px !important;
    }
    .main_heading.banner_heading h1 br
    {
      display: block;
    }
}

  @media screen and (max-width: 1200px)
{
  .vo-top-heading .voa {
        font-size: 33px;
    }
    .vo-main-heading-wrapper .resident_head .br_03
    {
      display: none;
    }
    .vo-top-heading .voa-price
    {
      font-size: 20px;
    }
    .vo-main-heading-wrapper
    {
      padding: 20px 15px;
    }
     .virtual_office_container .banner_heading h1 {
        font-size: 17px !important;
    }
  .uk_company_banner_p .buildYourAddress
  {
    font-size: 16px;
  }
  .virtual_office_container .banner_heading h1
  {
    line-height: 50px;
  }
  .virtual_main_wrapp .banner_bg
  {
    padding: 100px 0;
  }
    .vo_new_design_banner_img img {
        width: 75% !important;
    }
}

  @media screen and (max-width: 992px)
{
  .virtual_office_container .banner_heading h1
{
    font-size: 26px !important;
}
.uk_company_banner_p .buildYourAddress
{
  margin-top: 0;
  white-space: normal;
}
.vo_new_design_banner_img img
{
  width: 40% !important;
}
.virtual_main_wrapp .banner_bg
{
  padding: 10px 0;
}
}

  @media screen and (max-width: 576px)
  {
    .virtual_office_container .banner_heading h1 {
        font-size: 18px !important;
    }
.uk_company_banner_p .buildYourAddress
{
  font-size: 14px;
}
.vo_new_design_banner_img img
{
  width: 60% !important;
}
  }