body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Satoshi-Medium';
    font-weight: 500;
    line-height: 22px;
    color: #1a1b1c;
    letter-spacing: 0.5px;
    background-color: #fbfbfb;
}

p {
    font-size: 16px;
    font-family: 'Satoshi-Medium';
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 15px;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #092a49;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
}

h1 {
    font-size: 40px;
    line-height: 48px;
}

h2 {
    font-size: 36px;
    line-height: 44px;
}

h3 {
    font-size: 32px;
    line-height: 40px;
}

h4 {
    font-size: 28px;
    line-height: 36px;
}

h5 {
    font-size: 24px;
    line-height: 32px;
}

h6 {
    font-size: 20px;
    line-height: 28px;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    text-decoration: none;
}

img {
    max-width: 100%;
}

a,
a:hover {
    text-decoration: none;
    color: #036dbc;
}

.main_btn {
    background-color: #036dbc;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.5px;
    padding: 10px 20px;
    display: inline-block;
    transition: 0.3s;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.main_btn:hover {
    background-color: #092a49;
    color: #fff;
}

.width_full {
    width: 100%;
}

.form_group {
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
}

.form_group.margin_bottm {
    margin-bottom: 0;
}

input,
textarea,
select {
    background-color: #eef3f7;
    color: #092a49;
    padding: 10px 15px;
    height: auto;
    width: 100%;
    border: 1px solid #092a49;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

input::placeholder {
    color: #092a49;
}

input:focus,
textarea:focus,
select:focus,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    box-shadow: none;
    outline: none;
}

button {
    border: none;
    box-shadow: none;
}

section {
    position: relative;
    padding: 60px 0;
}

/*.bg_main {
background-color: #e6eef5;
}*/
.bg_main {
    /* background-color: #e6eef5; */
    background-color: #fff;
}

.bgmain {
    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%;
}

.breadcrumb_list li a {
    color: #161b39;
}

.formation_wrapp.bg_main .main_heading h1,
.formation_wrapp.bg_main .main_heading h4,
.formation_wrapp.bg_main .main_heading h6 {
    /*color: #fff;*/
    color: #092a49;
}



.custom_check input[type="checkbox"],
.custom-radio input[type="radio"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    color: #092a49;
    width: 26px;
    height: 26px;
    border: 2px solid #092a49;
    border-radius: 0;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    float: left;
    margin-right: 10px;
}

.custom-radio input[type="radio"] {
    border-radius: 50%;
}

.custom_check input[type="checkbox"]::before,
.custom-radio input[type="radio"]::before {
    content: "";
    width: 18px;
    height: 18px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
    background-color: #092a49;
}

.custom-radio input[type="radio"]::before {
    border-radius: 50%;
}

.custom_check input[type="checkbox"]:checked::before,
.custom-radio input[type="radio"]:checked::before {
    transform: scale(1);
}

.custom_check label,
.custom-radio label {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    display: table-cell;
}

.form_group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.5s ease-in-out 0s;
    display: block;
    height: 45px;
    width: 100%;
    background: #eee url('../imgs/select_icon.png') no-repeat center right 10px;
}


/*** HEADER CSS ***/

.header_wrpper {
    position: relative;
    z-index: 9;
}

.header_wrpp {
    background-color: #e6eef5;
    padding: 28px 0 58px;
    position: relative;
}

.header_social {
    float: right;
    text-align: left;
}

.header_social>a>span {
    width: 55px;
    float: left;
}

.whatsapp_icon>a>span {
    margin-top: 3px;
}

.header_social>a>span>img {
    filter: invert(1);
}

.social_content {
    display: inline-block;
    color: #092a49;
    letter-spacing: 0.1px;
    margin-top: -5px;
    font-weight: 500;
}

.social_content h6 {
    color: #0795fe;
    /*text-transform: uppercase;*/
    margin-bottom: 0;
}

.social_content .services span {
    color: #092a49;
    margin-left: 3px;
}

.social_content p a {
    color: #092a49;
    font-family: 'Satoshi-Medium';
}

.header_main {
    background-color: #fff;
    box-shadow: 0 6px 40px rgb(12 12 12 / 14%);
    border-radius: 10px;
    text-align: center;
    margin-top: -32px;
}

.header_main .nav_bar li {
    display: inline-block;
    position: relative;
}

.header_main .nav_bar li a {
    padding: 19px 15px;
    display: inline-block;
    font-size: 18px;
    color: #161b39;
    font-family: 'Satoshi-Bold';
    font-weight: 600;
}

.header_main .nav_bar li a .menu_icon {
    display: inline-block;
    vertical-align: middle;
}

.submenu {
    background-color: #092948;
    display: block;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 61px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 280px;
    z-index: 999999;
    -webkit-box-shadow: 0 1px 7px -2px rgb(0 0 0 / 30%);
    box-shadow: 0 1px 7px -2px rgb(0 0 0 / 30%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.submenu li:last-child:hover {
  border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.nav_bar li:hover>ul.submenu {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;
}

.nav_bar li ul li {
    width: 100%;
    display: inline-block;
    position: relative;
}

.header_main .nav_bar>li>ul>li a {
    padding: 10px 10px 12px;
    width: 100%;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    font-family: 'Satoshi-Regular' !important;
    font-weight: 400;
}

.header_main .nav_bar>li>ul>li:last-child a {
    border-bottom: none;
}

/*.header_main .nav_bar > li > ul > li:last-child a {
border: none;
}*/
/*.nav_bar li ul li > ul.submenu {
left: 281px !important;
top: 0px !important;
}*/
.nav_bar li ul li>ul.submenu {
    left: 0 !important;
    top: 0px !important;
}

.header_main .nav_bar li ul li.submenu_li:after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
}

.header_main .nav_bar li ul li.submenu_li:hover:after {
    content: '\f078';
}

.nav_bar li ul li:hover>ul.submenu {
    position: relative;
}

.menu_bar>.nav_bar>li.dropdown_menu {
    position: relative;
}

.nav_bar .dropdown_menu .menu_icon {
    float: right;
    position: absolute;
    top: 12px;
    color: #fff;
    font-size: 18px;
    right: 10px;
    cursor: pointer;
}

.mobile_header .nav_bar .dropdown_menu .menu_icon {
    color: #161b39;
    width: 100%;
    text-align: right;
}

.mobile_header>.menu_bar>.nav_bar>li>a {
    font-size: 18px;
    padding-right: 30px;
}

.nav_bar .dropdown_menu a {
    padding-right: 30px !important;
}

.mobile_header .menu_bar .nav_bar li .dropdown {
    padding-top: 10px;
}

.mobile_header .menu_bar .nav_bar li .dropdown a {
    width: 100%;
    font-size: 16px;
    color: #161b39;
    font-family: 'Satoshi-Regular' !important;
    padding: 10px 0 12px;
    border-top: 1px solid #c5c3c3;
}

.mobile_header>ul>li:last-child {
    float: left;
    border-bottom: 1px solid #c5c3c3;
}


/* Header Image BG Jumbotron Starts Here */


.about_header_row {

    height: 450px;

}

.about_header_col_1 {

    display: flex;

    justify-content: center;

    align-items: center;
}

.about_header_col_1 h1 {
    font-size: 120px;

    color: #fff;

    font-family: 'Poppins', sans-serif;

    font-weight: 600;
}

.about_header_col_2 {
    height: auto;
}

.about_header_inner {
    height: 100%;

    position: relative;

}

.about_header_inner img {
    width: 80%;

    height: 85%;

    position: absolute;

    bottom: 0;

    right: 0;

    object-fit: contain;

}



/* Header Image BG Jumbotron Ends Here */


/** ---- SLIDER CSS ---- **/
.banner_wrapp {
    margin-top: -30px;
    position: relative;
}

.slider_img {
    height: 626px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner_wrapp .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    font-size: 0;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
}

.banner_wrapp .slick-arrow:hover {
    background-color: #fff;
}

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

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

.banner_wrapp .slick-prev::after {
    font-size: 30px;
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 14px;
    color: #092a48;
}

.banner_wrapp .slick-next::after {
    font-size: 30px;
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 14px;
    color: #092a48;
}

.banner_bg {
    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%;
}

.banner_bg.virtual_wrapp {
    padding-bottom: 70px;
}

.banner_heading {
    margin-top: 70px;
}

.banner_heading h2,
.banner_heading h4 {
    color: #fff;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 10%);
    margin-bottom: 15px !important;
}

.banner_heading h4 {
    font-size: 24px;
    line-height: 32px;
}

.banner_heading h2 {
    font-size: 33px;
    line-height: 43px;
}

.banner_img {
    bottom: -70px;
    overflow-y: clip;
    position: absolute;
    right: 0;
}

.banner_img img {
    -webkit-filter: none;

    filter: none;

    -webkit-filter: drop-shadow(71px 73px 23px rgba(0, 0, 0, 0.18));

    filter: drop-shadow(71px 73px 23px rgba(0, 0, 0, 0.18));

    width: 100%;
}

.banner_list {
    margin-top: 40px;
    /*    max-width: 410px;*/
}

.yellow_gray .city a {
    color: #092946;
}

.banner_list li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 30px;
    color: #fff;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 28px;
    position: relative;
}

.banner_list li:before {
    content: '';
    width: 18px;
    height: 18px;
    border: 2px solid #092a49;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 50%;
}

.crowd_wrapp {
    background-color: #fff;
}

.ceowd_main>p {
    font-size: 18px;
    color: #000080;
}


.main_heading {
    margin-bottom: 40px;
    z-index: 1;
    position: relative;
}

.main_heading.margin_bottom {
    margin: 0;
}

.main_heading h2,
.main_heading h4 {
    margin: 0;
}

.main_heading p {
    margin-top: 8px;
    font-size: 18px;
    line-height: 26px;
}

.service_box {
    background-color: #092a49;
    padding: 20px 30px 30px;
    text-align: center;
    color: #e3e3e3;
    box-shadow: 0 5px 80px rgb(40 40 40 / 14%);
    display: grid;
    place-items: center;
}

.service_icon {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.service_box h5 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
}

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

.service_box_bg {
    background-color: #092a49;
    text-align: center;
    color: #e3e3e3;
    box-shadow: 0 5px 80px rgb(40 40 40 / 14%);
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    border-radius: 17px;
    margin: 15px 0;
    display: grid;
    cursor: pointer;
}

.box_bg_ser {
    height: 450px;
}

.service_box_bg .service_icon img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
    height: auto;
}

.service_box_bg h6,
.ba-home-seo-equal-para
{
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 19px;
}

.service_box_bg h6 a {
    color: #fff;
}

.services_content p a {
    color: #fff;
    font-size: 17px;
}

.services_content p {
    margin-bottom: 10px;
}

.services_content {
    padding: 5px 30px 15px;
}

.packages_bg {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 250px rgb(12 12 12 / 14%);
    margin-top: 50px;
    position: relative;
}

.popular_bg {
    background-color: #0368b4;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.packages_box {
    text-align: center;
    padding: 0px 10px;
    padding-top: 10px;
    padding-bottom: 30px;
}

.most_popular {
    background-color: #092947;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    position: absolute;
    width: 100%;
    top: -42px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.popular_bg h5 {
    color: #fff;
}

.popular_bg .packages_box {
    color: #fff;
}

.packages_box h5 {
    margin-bottom: 10px;
}

.packages_price {
    line-height: 0;
    margin: 0px 0px 5px;
    display: inline-block;
    vertical-align: bottom;
    font-size: 18px;
    width: 100%;
    letter-spacing: 0px;
    margin-bottom: -6px;
}

.packages_price .price {
    font-size: 24px;
    font-weight: 600;
}

.popular_bg .choose_billing ul li h6 {
    color: white;
}


.packages_price .price_text {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
}

.packages_price.inr_packages {
    margin-top: 4px;
    margin-bottom: 3px;
}

.inr_packages .price {
    font-size: 24px;
}

.inr_packages .price_text {
    font-size: 25px;
}

.billed_quarterly {
    font-size: 16px;
}

.popular_bg .packages_list {
    background-color: transparent;
    color: #fff;
    border-top: 1px solid #fff;
}


.packages_border {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    height: 1px;
    display: inline-block;
    vertical-align: super;
}

.popular_bg .packages_border {
    background-color: rgba(255, 255, 255, 0.5);
}

.packages_box .click_btn {
    font-size: 18px;
    font-family: 'Satoshi-Bold';
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
}

.popular_bg .packages_box .click_btn {
    color: #ffffff;
}

/* .packages_box .p_text {
min-height: 67px;
margin-top: 20px;
} */
.packages_box .p_text {
    min-height: 0;
    margin-top: -4px;
    margin-bottom: 15px;
    font-size: 14px;
}

.baddress_price {
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
}

.p_text {
    font-size: 15px;
}

.packages_list {
    background-color: #e9e9e9;
    padding: 20px 18px 30px;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.choose_billing {
    border-top: 1px solid #092a49;
    padding-top: 15px;
    margin-top: 15px;
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.choose_billing ul li {
    width: 100%;
    display: inline-block;
    margin-bottom: 8px;
}

.choose_billing ul li .billing_btn {
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    border: 2px solid #092a49;
    border-radius: 0;
    transform: translateY(0.2em);
    display: grid;
    place-content: center;
    float: right;
    cursor: pointer;
}

.choose_billing ul li .billing_btn.active {
    background-color: #092a49;
}

.choose_billing ul li .billing_btn.active:before {
    content: "";
    box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
    position: relative;
    left: 0px;
    top: -2px;
    width: 7px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    transform: scale(1);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.choose_billing ul li h6 {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 0px;
}

.extra-content {
    font-size: 17px;
}

.billed_quarterly,
.billed_annually {
    margin-bottom: 20px;
}

.popular_bg .choose_billing ul li .billing_btn {
    background-color: #ffffff;
    border: 2px solid #ffffff;
}

.popular_bg .choose_billing ul li .billing_btn.active {
    background-color: #ffffff;
}

.popular_bg .choose_billing ul li .billing_btn.active:before {
    border-color: #092a49;
}



.packages_list ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    /* padding-left: 30px; */
    border-bottom: 1px solid #222;
    position: relative;

    padding-left: 22px;
}

.packages_list ul li .value-metric i {
    position: absolute;
    left: 0;
    top: 5px;
}

.popover {
    max-width: 300px;
}

.bs-popover-top,
.bs-popover-bottom {
    background-color: #222;
    color: #fff;
    width: 100%;
    border-color: #222;
}

.popover-body {
    color: #fff;
}

.bs-popover-top>.arrow::before {
    border-top-color: #222;
    border-bottom-color: #222;
}

.bs-popover-bottom>.arrow::before {
    border-top-color: #222;
    border-bottom-color: #222;
}

.bs-popover-top>.arrow::after {
    border-top-color: #222;
    border-bottom-color: #222;
}

.bs-popover-bottom>.arrow::after {
    border-top-color: #222;
    border-bottom-color: #222;
}

.packages_list .main_btn {
    padding: 15px 40px;
    font-family: 'Satoshi-Bold';
    font-weight: 700;
    margin-top: 15px;
    background-color: #092947;
}

.about_content {
    padding-left: 40px;
    margin-top: 20px;
}

.about_main ul li {
    padding-left: 55px;
    float: left;
    position: relative;
    padding-bottom: 35px;
}

/*.about_main ul li:last-child {
padding-bottom: 0;
}*/
.about_main ul li>span {
    position: absolute;
    left: 0;
    top: 5px;
}

.about_main ul li>span img {
    border-radius: 5px;
}

.about_main ul li h6 {
    margin-bottom: 5px;
}

.about_image img {
    border-radius: 10px;
    box-shadow: 1px 8px 83px rgb(0 0 0 / 14%);
}

.about_list {
    padding-left: 10px;
    margin-bottom: 15px;
}

.about_list li {
    position: relative;
    padding: 0 0 10px 20px;
}

.about_list li:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 2px solid #092a49;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 50%;
}

.about_content .main_btn {
    padding: 10px 40px 12px;
}

.border_bg {
    height: 1px;
    background-color: #afafaf;
    margin-bottom: 20px;
}

.about_content h6 {
    margin-bottom: 20px;
}

.about_content h6 span {
    margin-right: 10px;
    vertical-align: bottom;
}

.about_image {
    position: relative;
}

.need_help {
    background-color: #fff;
    box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
    padding: 10px;
    border-radius: 10px;
    width: 325px;
    position: absolute;
    bottom: 15px;
    right: -15px;
}

.need_icon {
    width: 40px;
    float: left;
}

.need_content {
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
}

.need_content h6 {
    font-size: 18px;
    margin: 0;
    line-height: 22px;
}

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

.choose_wrapp {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 82px 0 83px;
}

.choose_main {
    background-color: #f1f1f1;
    width: 400px;
    height: 400px;
    padding: 30px;
    transform: rotate(45deg);
    position: relative;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.choose_border {
    width: 100%;
    height: 100%;
    border: 2px dashed #036dbc;
    padding: 30px;
}

.choose_box {
    transform: rotate(-45deg);
    left: 15px;
    position: relative;
    top: 15px;
}


/*.table_wrapp .main_heading {
margin-top: 10%;
}*/
.table_main .table {
    border: 1px solid #092a49;
}

.table_main .table thead tr th {
    vertical-align: middle;
    border: none;
    background-color: #036dbc;
    color: #fff;
    font-family: 'Satoshi-Bold';
    padding: 10px 15px;
    border: 1px solid #092a49;
    font-size: 18px;
}

.table_main .table tbody tr td {
    border: 1px solid #092a49;
    padding: 10px 15px;
    font-size: 15px;
    vertical-align: middle;
    color: #ffffff;
}


.faq_wrapp {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.faq>h6 {
    margin: 0;
}

.faq>h6 #faqmore {
    color: #036dbc;
    cursor: pointer;
}

#accordion .card {
    border: none;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
    border-radius: 20px;
}

#accordion .card .card-header {
    border-radius: 0;
    background-color: transparent;
    border: none;
    padding: 15px 20px;
    position: relative;
}

#accordion .card .card-header .faq-title {
    margin: 0;
    font-size: 18px;
    position: relative;
    border-bottom: 1px solid #092a49;
    padding-bottom: 15px;
    padding-right: 30px;
    cursor: pointer;
    line-height: 24px
}

#accordion .card .card-header .faq-title.collapsed {
    border-bottom: 1px solid transparent;
    padding-bottom: 0;
}

#accordion .card .card-body {
    padding-top: 0;
}

#accordion .card .card-body ul li {
    padding: 10px 0 5px 35px;
    position: relative;
}

#accordion .card .card-body ul li:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 15px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #036dbc;
}

#accordion .card .card-header .faq-title:after {
    content: '\f102';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #036dbc;
}

#accordion .card .card-header .faq-title.collapsed:after {
    content: '\f103';
}

.competition_banner {
    padding: 50px 0 0;
    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;
    min-height: 500px;
}

.competition_img {
    text-align: center;
    top: 0px;
    overflow-y: clip;
    position: absolute;
    right: 0;
    left: 0;
}

/*.competition_img img {
-webkit-filter: none;
filter: none;
-webkit-filter: drop-shadow(71px 73px 23px rgba(0,0,0,.18));
filter: drop-shadow(71px 73px 23px rgba(0,0,0,.18));
}*/
.competition_main {
    margin-top: 50px;
}

.competition_main h2 {
    color: #fff;
    font-size: 76px;
    line-height: 94px;
    text-align: center;
}

/*.competition_main {
position: absolute;
top: -260px;
text-align: center;
right: 190px;
}*/

/***** FOTTER CSS ****/
.fotter_wrapp {
    background-color: #092a49;
    padding: 0px 0 10px;
}

.fotter_wrapp p {
    color: black;
}

.footer_logo {
    margin-bottom: 30px;
}

.footer_details {
    margin-top: 20px;
    color: rgb(255 255 255 / 80%);
}

.footer_details h6,
.footer_menu h6 {
    color: white;
    padding-bottom: 7px;
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid #036dbc;
}

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

.footer_details p a {
    color: black;
}

.footer_heading {
    margin-bottom: 15px;
}

.footer_heading h3 {
    margin: 0;
    color: #036dbc;
}

.footer_menu {
    margin-top: 30px;
    position: relative;
}

.footer_menu ul {
    padding-left: 5px;
}

.footer_menu ul li {
    position: relative;
    display: inline-block;
    width: 100%;
}

.footer_menu ul li h6 {
    font-size: 15px;
    margin: 0;
}

.footer_menu ul li a {
    color: white;
    padding: 0 0 10px 15px;
    position: relative;
    display: inline-block;
    margin-left: 5px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    margin-top: 8px;
}

.footer_menu ul li a:after {
    content: '';
    background-color: #036dbc;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.footer_menu ul li:hover a {
    color: #0092ff;
}

.copyright_wrapp {
    border-top: 2px solid #036dbc;
    padding-top: 20px;
    margin-top: 0px;
    text-align: center;
}
 /* .copyright_wrapp {
    border-top: 2px solid #036dbc;
    padding-top: 30px;
    margin-top: 30px;
    text-align: center;
    background: #17181c;
    margin-bottom: -32px;
    padding-bottom: 20px;
} */


/* footer social media and trustpilot */
.social-trustpilot .trustpilot img {
    width: 58%;
}

.social-trustpilot .google_review_img {
    width: 70%;
}

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



.social-trustpilot .social-icons h6,
.social-trustpilot .social-icons p
{
    color: white;
    font-size: 17.5px;
    font-family: 'Satoshi-Regular' !important;
    letter-spacing: 1px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
}

.social-trustpilot .social-icons ul li a {
    color: #e5e5e5;
    padding-right: 12px;
    font-size: 30px;
}

.social-trustpilot .trustpilot h6 {
    text-align: right;
    color: white;
    font-size: 17.5px;
    font-family: 'Satoshi-Regular' !important;
    letter-spacing: 1px;
}

.social-trustpilot .social-icons ul li a img:hover {
    transition: 0.3s;
    transform: scale(1.1);
}

.social-trustpilot .social-icons ul li a img {
    transition: 0.3s;
}

.social-trustpilot .social-icons {
    text-align: left;
}

.social-icons ul {
    display: flex;
    margin-top: 0px;
    justify-content: start;
}

.social-trustpilot {
    background: #036dbc;
    padding-top: 10px;
    padding-bottom: 12px;
}

.social-trustpilot .trustpilot .connect-border {
    width: 58%;
    height: 1px;
    background: #ffffff;
    margin-bottom: 10px !important;
    margin-top: -4px !important;
    position: relative;
    float: right;
}

.social-trustpilot .fa-star-half-stroke {
    position: relative;
}

.social-trustpilot .fa-star-half-stroke:after {
    content: '';
    background-color: #ffd600;
    width: 14%;
    height: 25px;
    position: absolute;
    left: 30px;
    top: 6px;
    overflow: hidden;
    border-color: #ffd600;
}

.social-trustpilot .social-icons .connect-border {
    width: 67%;
    height: 1px;
    background: #ffffff;
    margin-bottom: 15px !important;
    margin-top: -10px !important;
    position: relative;
}

.social-trustpilot .social-icons .connect-border:before {
    content: '';
    position: absolute;
    background-color: #092a49;
    width: 40%;
    height: 5px;
    top: -2px;
    left: 0;
}

.social-trustpilot .trustpilot .connect-border:before {
    content: '';
    position: absolute;
    background-color: #092a49;
    width: 40%;
    height: 5px;
    top: -2px;
    right: 0%;
}

.social-trustpilot .trustpilot .trust_star i {
    color: #ffd600;
    font-size: 37px;
    padding-left: 10px;
}

.social-trustpilot .trust_star {
    display: flex;
    justify-content: end;
    width: 100%;
}

.social-trustpilot .trust_star a {
    text-align: right;
}

/* social icons codepen */
.social-trustpilot .social-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 12px;
}

.social-trustpilot .social-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    width: 40px;
    height: 40px;
    text-decoration: none;
    border-radius: 100%;
    background: #092a49;
    text-align: center;
    color: white !important;
}

.social-trustpilot .social-button::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-radius: 100%;
    transition: 0.3s;
}

.social-trustpilot .social-button:focus,
.social-trustpilot .social-button:hover {
    color: #fff;
}

.social-trustpilot .social-button:focus::after,
.social-trustpilot .social-button:hover::after {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    margin-left: calc(-50% - 1px);
}

.social-trustpilot .social-button i,
.social-trustpilot .social-button svg {
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

.social-trustpilot .social-button i {
    font-size: 21px;
    margin-left: 2px;
    margin-top: 1px;
}

.social-trustpilot .social-button svg {
    height: 40%;
    width: 40%;
}

.social-trustpilot .social-button--snapchat {
    color: #25d366;
}

.social-button--snapchat::after {
    background: #25d366;
}

.social-trustpilot .social-button--mail {
    color: #0072c6;
}

.social-trustpilot .social-button--mail::after {
    background: #0072c6;
}

.social-trustpilot .social-button--facebook {
    color: #3b5999;
}

.social-trustpilot .social-button--facebook::after {
    background: #3b5999;
}

.social-trustpilot .social-button--linkedin {
    color: #0077b5;
}

.social-trustpilot .social-button--linkedin::after {
    background: #0077b5;
}

.social-trustpilot .social-button--github {
    color: #fb0095;
}

.social-trustpilot .social-button--github::after {
    background: #fb0095;
}

.social-trustpilot .social-button--codepen {
    color: #212121;
}

.social-trustpilot .social-button--codepen::after {
    background: red;
}

.social-trustpilot .social-button--steam {
    color: #7da10e;
}

.social-trustpilot .social-button--steam::after {
    background: #7da10e;
}

.social-trustpilot .social-button--twitter {
    color: #55acee;
}

.social-trustpilot .social-button--twitter::after {
    background: #55acee;
}

.social-trustpilot .social-button--instagram {
    color: #e4405f;
}

.social-trustpilot .social-button--instagram::after {
    background: #e4405f;
}

.social-trustpilot .social-button--npmjs {
    color: #c12127;
}

.social-trustpilot .social-button--npmjs::after {
    background: #c12127;
}

/* footer social media and trustpilot end */

.copy_right {
    color: white;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
}

.copy_right a {
    color: white;
    font-family: 'Satoshi-Bold';
    font-weight: 500;
    letter-spacing: 0.6px;
    font-size: 16px;
}







.banner_wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
    margin-top: -30px;
}


.formation_wrapper {
    background-color: #f8f5f5;
    /*border-top: 2px solid #092a49;*/
}

.formation_wrapp {
    margin-top: -30px;
    padding: 70px 0 20px;
}

.formation_wrapp .main_heading ul {
    margin-bottom: 20px;
}

.formation_wrapp .main_heading ul li {
    padding: 10px 0 5px 35px;
    position: relative;
}

.formation_wrapp .main_heading ul li:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 15px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #092a49;
}

.formation_main {
    background-color: #ffffff;
    padding: 40px;
    box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
    margin-bottom: 60px;
}

.custom-radio {
    float: left;
    margin-right: 30px;
}

.custom-radio input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.form_group p {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
    font-size: 18px;
    line-height: 24px;
}

.form_group p:last-child {
    margin-top: 5px;
}

.form_content {
    margin-top: 45px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.formation_main .form_content {
    margin-top: 0;
}

.form_content .margin_bottm {
    margin-bottom: 0;
}

.form_content h5 {
    margin-bottom: 10px;
}

.formation_main .form_content .booked_office {
    margin-bottom: 0;
    color: #036dbc;
    font-weight: 500;
    font-size: 18px;
}

.form_content p {
    margin-bottom: 5px;
}

.form_content .form_text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.form_group_bin {
    margin-bottom: 15px;
}

.form_group_bin .main_btn {
    padding: 10px 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.custom_check {
    width: 100%;
    float: left;
}

.add_director {
    margin-top: 30px;
    width: 100%;
    float: left;
    background-color: #e6eef5;
    padding: 30px 0 15px;
    border-top: 1px solid #092a49;
}

.custom_check label h6 {
    font-size: 18px;
    margin: 10px 0 5px;
}

.custom_check label ul li,
.custom_check label ol li {
    padding: 10px 0 5px 30px;
    position: relative;
    font-size: 16px;
    font-family: 'Satoshi-Medium';
    font-weight: 500;
    line-height: 22px;
}

.custom_check label ul li:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 17px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #036dbc;
}

.form_group_bin .main_btn.width_full {
    padding: 20px 30px;
}

.checkout_bg {
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
}

.checkout_heaing {
    border-bottom: 2px solid #092a49;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.checkout_heaing span {
    margin-top: 5px;
    display: inline-block;
}

.add_service {
    background-color: #092a49;
    color: #fff;
    float: right;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 5px 25px;
    border-radius: 11px;
    vertical-align: middle;
}

.add_service:hover {
    color: #fff;
}

.check_note {
    padding: 15px;
    background-color: #eef3f7;
    margin-bottom: 25px;
}

.check_note>span {
    color: #036dbc;
    font-size: 26px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

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

.checkout_content {
    margin-bottom: 10px;
}

.checkout_content>ul>li {
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
    background-color: #e6eef5;
    padding: 20px 30px;
    border-radius: 10px;
}

.checkout_content>ul>li:last-child {
    margin-bottom: 0;
}

.checkout_content>ul>li ul li {
    display: inline-block;
    padding-right: 15px;
}

/*.checkout_content > ul > li .col-md-7, 
.checkout_content > ul > li .col-md-1, 
.checkout_content > ul > li .col-md-2 {
padding-left: 7px;
padding-right: 7px;
}
.checkout_content > ul > li .row {
margin-right: -7px;
margin-left: -7px;
}*/
.check_content h6 {
    font-size: 18px;
    margin: 0 0 5px;
    line-height: 24px;
}

.check_content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2px;
}

.info_icon>span {
    color: rgb(9 42 73 / 75%);
    font-size: 24px;
    margin-top: 15px;
    cursor: pointer;
}

.info_icon>span:hover {
    color: #036dbc;
}

.checkout_price {
    font-size: 16px;
    margin-top: 10px;
}

.checkout_price span {
    color: #092a49;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.checkout_add .add_btn {
    background-color: #036dbc;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    line-height: 20px;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
    letter-spacing: 1.5px;
    transition: 0.3s;
}

.checkout_add .add_btn:hover {
    background-color: #092a49;
}

.checkout_table thead tr th {
    font-size: 17px;
    line-height: 24px;
    color: #092a49;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 0 10px 10px;
    border-bottom: 1px solid #092a49;
}

.checkout_table tbody tr td {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 2px;
    font-family: 'Satoshi-Bold';
    font-weight: 500;
    padding: 10px;
    border-bottom: 1px solid #092a49;
}

.checkout_table thead tr th:first-child,
.checkout_table tbody tr td:first-child {
    padding-left: 0;
}

.checkout_table thead tr th:last-child,
.checkout_table tbody tr td:last-child {
    padding-right: 0;
    text-align: right;
}

.checkout_total {
    margin-top: 50px;
    border-top: 2px solid #092a49;
    padding: 10px 0;
    text-align: right;
    border-bottom: 1px solid #092a49;
    float: left;
    width: 100%
}

.checkout_total .order_total {
    padding-right: 15px;
    font-size: 20px;
    line-height: 24px;
    color: #092a49;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    float: left;
}

.checkout_total .total_price {
    font-size: 20px;
    line-height: 24px;
    color: #036dbc;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding-left: 15px;
    float: right;
}

.convert_total {
    padding: 10px 0;
    text-align: right;
    border-bottom: 1px solid #092a49;
    float: left;
    width: 100%
}

.convert_total .order_total {
    padding-right: 15px;
    font-size: 18px;
    line-height: 24px;
    color: #092a49;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    float: left;
}

.convert_total .total_price {
    font-size: 18px;
    line-height: 24px;
    color: #036dbc;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding-left: 15px;
    float: right;
}



.checkout_btn .custom_check label {
    font-size: 13px;
    font-weight: 500;
    text-align: justify;
}

.checkout_btn .custom_check label a {
    font-weight: 600;
}

.checkout_add .number {
    margin-top: 10px;
}

.checkout_add .number .minus,
.checkout_add .number .plus,
.checkout_add .number input {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    float: left;
}

.checkout_add .number .minus,
.checkout_add .number .plus {
    background-color: #eef3f7;
    border: 1px solid #ddd;
    line-height: 28px;
    position: relative;
    cursor: pointer;
}

.checkout_add .number .minus {
    border-right: none;
}

.checkout_add .number .plus {
    border-left: none;
}

.checkout_add .number .minus:before,
.checkout_add .number .plus:before {
    content: '\f068';
    position: absolute;
    left: 0;
    right: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 12px;
}

.checkout_add .number .plus:before {
    content: '\f067'
}

.checkout_add .number input {
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 0 0;
    font-weight: 600;
    letter-spacing: 0.7px;
}

.form_group.addbox {
    margin-bottom: 0;
    float: right;
    width: auto !important;
    justify-content: flex-end;
    flex-grow: 1;
}

.info_icon {
    float: left;
    margin-left: 30px;
}

.add_check {
    text-align: center;
    margin-top: 15px;
    float: right;
}

.add_check input[type="checkbox"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    color: #092a49;
    width: 26px;
    height: 26px;
    border: 2px solid #092a49;
    border-radius: 0;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    float: right;
}

.add_check input[type="checkbox"]::before {
    content: "";
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
    position: relative;
    left: 0px;
    top: -3px;
    width: 10px;
    height: 16px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
}

.add_check input[type="checkbox"]:checked {
    background-color: #092a49;
}

.add_check input[type="checkbox"]:checked::before {
    transform: scale(1);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkout_table tbody tr td .cross_icon {
    font-size: 21px;
    color: rgb(9 42 73 / 75%);
    cursor: pointer;
}

.landline_number .form_group select {
    min-width: 210px;
    display: inline-block;
    margin-left: 20px;
    width: auto;
}

.add_director .form_group p {
    font-size: 16px;
    margin-left: 35px;
    margin-top: 0;
    width: 95%;
}

.formation_from .check_content {
    text-align: left;
    float: left;
    /*padding-left: 40px;*/
}

.formation_from .check_content p {
    margin: 0;
}

.check_content p span.fas {
    color: #036dbc;
    font-size: 18px;
    margin-left: 5px;
    vertical-align: middle;
    cursor: pointer;
}

.form_group .billing_list {
    display: inline-block;
    width: 100%;
    padding: 10px 40px;
}

.form_group .billing_list p {
    font-size: 15px;
    font-family: 'Satoshi-Medium';
}

.form_group .billing_list p a {
    font-size: 16px;
    font-weight: 700;
}

.form_group .billing_list li {
    padding: 7px 0 7px 22px;
    position: relative;
    font-family: 'Satoshi-Medium';
}

.form_group .billing_list li>i {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    font-size: 14px;
}

.form_group .billing_list li>i.fa-times {
    color: #ff0000;
}


.breadcrumb_main {
    margin-top: -30px;
    padding-top: 50px;
    padding-bottom: 30px;
}

.breadcrumb_list li {
    display: inline-block;
    padding-right: 20px;
    font-size: 18px;
    /*color: #ffffff;*/
    color: #092a49;
}

.breadcrumb_list li a {
    font-family: 'Satoshi-Bold';
    font-weight: 700;
    /*color: #ffffff;*/
    color: #092a49;
}

.formation_wrapp .main_heading {
    margin-top: 20px;
}

.margin_top {
    margin-top: 10px;
    margin-bottom: 0;
}



/*** Virtual Office Page ***/

.virtual_wrapp .main_heading h2 {
    font-size: 74px;
    line-height: 92px;
    display: inline-block;
    margin-top: 20px 0 30px !important;
    letter-spacing: 0.5px;

}

.virtual_wrapp .banner_img {
    left: 0;
    right: unset;
}

.virtual_cont_wrapp .main_heading {
    margin-bottom: 0;
    margin-top: 0px;
    padding-left: 30px;
}

.virtual_cont_wrapp .main_heading h2 {
    margin-bottom: 30px;
}

.virtual_cont_wrapp .main_heading h5 {
    font-size: 20px;
    line-height: 28px;
}

.virtual_cont_wrapp .main_heading h5:last-child {
    margin-bottom: 0;
}

.virtual_cont_wrapp .main_heading h6 {
    margin-bottom: 0;
}

.virtual_main_wrapp .service_box_bg .services_content {
    padding: 5px 15px 15px;
}

.virtual_main_wrapp .service_box_bg .services_content h6 {
    font-size: 18px;
    line-height: 24px;
}


.virtual_office_number .formation_from .formation_main {
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.services_content h5 {
    color: #fff;
}

.service_offered {
    background-color: #092a49;

    height: 100%;

    display: flex;

    align-items: center;

    -webkit-box-shadow: 10px 10px 19px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 19px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 19px 1px rgba(0, 0, 0, 0.75);
}

.service_offered:hover {

    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
    transition: all 0.5s;
}

.step_wrapp {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 30px;
}

.step_wrapp:after {
    content: '';
    background-color: #092a49;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.step_wrapp>span {
    display: inline-block;
    background-color: #092a49;
    font-weight: 700;
    color: #fff;
    padding: 10px 40px 10px;
    border-radius: 50px;
    font-size: 36px;
    line-height: 44px;
    position: relative;
    top: -32px;
    z-index: 9;
    text-transform: uppercase;
}

.step_heading {
    display: inline-block;
    background-color: #092a49;
    color: #fff;
    padding: 10px 35px 10px;
    border-radius: 50px;
    position: relative;
    text-align: center;
}

.step_heading h3 {
    color: #ffffff;
    margin: 0;
}

.unique_address h6 {
    font-weight: 700;
    margin: 0;
}



.virtual_main_wrapp .service_box_bg .services_content p button {
    background-color: transparent;
    color: #0795fe;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.6px;
}

.service_section .location_heading {
    margin-top: 50px;
}

.virtual_office_number,
.service_section .packages_wrapp {
    margin-top: 90px;
}

.package_img {
    overflow-y: clip;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
}

.package_img img {
    -webkit-filter: none;
    /*filter: none;
-webkit-filter: drop-shadow(71px -36px 23px rgba(0,0,0,.12));
filter: drop-shadow(71px -36px 23px rgba(0,0,0,.12));*/
    width: 100%;
}

.virtual_cont_wrapp {
    min-height: 485px;
}


.main_modal .modal-dialog .modal-content {
    border: none;
    background-color: #fff;
    box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.main_border {
    background-color: #092a49;
    height: 2px;
    margin-bottom: 60px;
    margin-top: 20px;
}

.form_group .owned_input>input {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form_group .owned_preset>input {
    background-color: #092a49;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #ffffff;
    text-align: center;
}

.choose_tab {
    margin-top: 30px;
}

.choose_tab .form_group .custom-radio {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 15px;
}

.choose_tab .form_group,
.choose_tab .form_group .custom-radio:last-child {
    margin: 0;
}

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

.selected_add_bg {
    background-color: #ffffff;
    box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
    margin-bottom: 60px;
    text-align: center;
}

.selected_add_bg h5 {
    background-color: #092a49;
    padding: 15px;
    margin: 0;
    color: #fff;
}

.selected_add_bg .unique_address {
    padding: 20px 30px 30px;
}

.choose_tab .custom-radio>input {
    cursor: pointer;
}


/*** hpme page css ***/
.banner_bg_img {
    overflow-y: clip;
    position: relative;
    margin-top: 20px;
    padding: 0 60px;
}

.banner_bg_img img {
    -webkit-filter: none;

    filter: none;

    -webkit-filter: drop-shadow(71px 73px 23px rgba(0, 0, 0, 0.18));

    filter: drop-shadow(71px 73px 23px rgba(0, 0, 0, 0.18));
}

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

.main_heading.banner_heading h1 {
    font-size: 70px;
    color: #fff;
    margin: 0;
    line-height: 84px;
    margin-bottom: 0px;
}

.banner_main_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    min-height: 620px;
    overflow-y: clip;
    position: relative;
    display: grid;
    place-items: center;
}

.bank_account_bg {
    background-color: #e6eef5;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
}

.bank_logo_bg {
    background-color: #ffffff;
    box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
    height: 100%;
    border-radius: 10px;
    text-align: center;
}

.reward_content {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    padding: 10px;
    background-color: #FE0F17;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-bottom: 15px;
}

.reward_content h5 {
    color: #ffffff;
    margin-bottom: 10px;
}

.bank_content .main_btn,
.office_address_content .main_btn {
    width: 100%;
    text-align: center;
    font-size: 17px;
    display: grid;
    place-items: center;
}

.bank_logo {
    padding: 5px 15px 25px;
}

.bank_account_bg1 {
    background-color: #2f426a;
}

.bank_account_bg2 {
    background-color: #16254d;
}

.office_address_content .main_btn {
    margin: 15px 0;
}

.mapouter,
.gmap_canvas>iframe {
    width: 100%;
    /* height: 340px; */
    position: relative;
    text-align: right;
}

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



.dashboard_tab ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

.dashboard_tab ul li:last-child {
    margin-bottom: 0;
}

.dashboard_tab ul li a {
    background-color: #e6eef5;
    padding: 15px 15px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #092a49;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
}

.dashboard_tab ul li a:hover,
.dashboard_tab ul li a.active {
    background-color: #092a49;
    color: #ffffff;
}

.dashboard_bg {
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.dashboard_bg .text-red {
    color: #ff0000;
}

.add_subscription {
    margin-bottom: 25px;
}

.add_subscription a {
    background-color: #036dbc;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding: 15px 20px;
    display: inline-block;
    transition: 0.3s;
    border: none;
    width: 100%;
    text-align: center;
}

.add_subscription a:hover {
    background-color: #092a49;
}

.packages_heading {
    margin-bottom: 25px;
    text-align: center;
}

.packages .card {
    border: none;
    margin-bottom: 25px;
    box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
    border-radius: 0;
}

.packages .card:last-child {
    margin-bottom: 10px;
}

.packages .card .card-header {
    border-radius: 0;
    background-color: #092a49;
    border: none;
    padding: 15px 20px;
    position: relative;
}

.packages .card .card-header .faq-title {
    margin: 0;
    position: relative;
    border-bottom: 1px solid #092a49;
    padding-right: 30px;
    cursor: pointer;
    line-height: 24px;
    color: #fff;
}

.packages .card .card-header .faq-title:after {
    content: '\f102';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #ffffff;
}

.packages .card .card-header .faq-title.collapsed:after {
    content: '\f103';
}


.dash-packages_bg .card-body {
    padding: 20px;
}

.dash-packages_bg .virtual_from {
    display: inline-block;
    width: 100%;
}

.virtual_from table tr td {
    padding-bottom: 25px;
}

.virtual_from table tr td:first-child {
    width: 350px;
}

.virtual_from table tr td:last-child {
    width: 600px;
}

.virtual_from table tr:last-child td {
    padding-bottom: 5px;
}

.virtual_from table tr .package_text {
    font-size: 18px;
    font-family: 'Satoshi-bold';
    font-weight: 700;
}

.virtual_from table tr .form_group {
    margin: 0;
}

.virtual_from table tr .form_group input,
.virtual_from table tr .form_group textarea,
.virtual_from table tr .form_group select {
    border-radius: 0;
}

.payment_history {
    background-color: #eef3f7;
    color: #092a49;
    padding: 10px 15px;
    height: auto;
    width: 100%;
    border: 1px solid #092a49;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.payment_history ul li {
    padding: 3px 0
}

.border_main {
    width: 100%;
    background-color: #092a49;
    height: 1px;
    display: inline-block;
    margin: 25px 0 20px;
}

.dash-packages_bg .virtual_from .package_title {
    margin: 15px 0 10px;
}

.dash-packages_bg .virtual_from .main_btn {
    margin: 0 10px;
}

.dash-packages_bg .virtual_from .main_btn_bg {
    background-color: #092a49;
}

.dash-packages_bg .virtual_from .main_btn_bg:hover {
    background-color: #036dbc;
}

.dashboard_bg.margin_top {
    margin-top: 40px;
}


.company_infor table {
    border: 1px solid #0795fe;
}

.company_infor table tbody tr {
    background-color: #e6eef5;
}

.company_infor .table-responsive table thead {
    background-color: #092a49;
    color: #ffffff;
}

.company_infor .table-responsive table thead th {
    font-weight: 400;
}

.company_infor table thead tr th,
.company_infor table tbody tr td {
    padding: 15px;
    border: 1px solid #0795fe;
    white-space: nowrap;
}

.company_infor.margin-bottom {
    margin-top: 40px;
}

.main_btn.sub_btn {
    margin-top: 25px;
}

.company_infor h5 {
    margin-bottom: 20px;
}

.director_heading h5 {
    color: #0795fe;
}

.director_box {
    border: 1px solid #dddddd;
    margin-top: 15px;
    /*line-height: 0;*/
}

.director_bg {
    background-color: #e7eef5;
    box-shadow: 0 4px 28px rgb(0 0 0 / 7%);
    padding: 10px 25px 13px;
    display: inline-block;
    width: 100%;
}

.director_title h6 {
    margin: 0;
}

.director_title h6>span {
    float: right;
    font-size: 16px;
}

.red-color {
    color: #ff0000;
}

.green-color {
    color: green;
}

.dashboard_bg.margin-top {
    margin-top: 50px;
}

.director_heading h6 {
    font-size: 18px;
    color: #0795fe;
    margin-bottom: 0px;
}

.director_heading h6 span {
    float: right;
}

.director_content {
    padding: 30px 25px 35px;
    font-size: 18px;
}

.director_content p {
    font-size: 17px;
}

#account-handler {
    margin-top: 35px;
    margin-bottom: 35px;
}

.handler-title {
    margin-bottom: 0;
    position: relative;
}

.handler-title a {
    color: #fff;
}

/*.handler-title a:after {
font: normal normal normal 14px/1 FontAwesome;
color: #ffffff;
font-size: 32px;
vertical-align: sub;
content: '\f0dd';
position: absolute;
top: -7px;
right: 0px;
}
.handler-title a.collapsed:after {
content: "\f0da";
top: 0px;
}
*/
.handler-title .handler_status {
    text-align: right;
    float: right;
    padding-right: 35px;
    font-size: 16px;
    margin-top: 1px;
}

/*.handler-title .doc_popup {
font-weight: 500;
margin-top: 5px;
display: inline-block;
color: #337ab7;
cursor: pointer;
}*/
/*.handler-title .doc_popup:after {
content: '\f129';
font-family: 'FontAwesome';
font-size: 24px;
top: 13px;
line-height: 0;
position: absolute;
left: 0;
right: 0;
text-align: center;
}*/
.handler-title .down_icon {
    color: #ffffff;
    font-size: 32px;
    vertical-align: sub;
    content: '\f0dd';
    position: absolute;
    top: 0px;
    right: 0px;
}

.handler-title .doc_popup {
    font-weight: 500;
    margin-top: 5px;
    display: inline-block;
    color: #337ab7;
    cursor: pointer;
}

.handler-title .doc_popup .info_icon {
    font-size: 20px !important;
    line-height: 0;
    color: #0795fe;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}


.modal-body p {
    margin-bottom: 10px;
}

#account-handler .from_content {
    margin-bottom: 35px;
}

#account-handler .from_content h6 {
    font-size: 16px;
    line-height: 20px;
}

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

.profile_bg {
    margin-top: 35px;
}

.inner_pages .inner_list {
    margin-bottom: 20px;
}

.inner_pages .inner_list li {
    padding: 10px 0 5px 35px;
    position: relative;
}

.inner_pages .inner_list li:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 15px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #036dbc;
}

.inner_pages h6 {
    margin-top: 25px;
    margin-bottom: 0px;
    font-size: 18px;
}

.thank_bg {
    height: 100vh;
    display: grid;
    place-items: center;
}



.table_wrapp {
    margin-top: 150px;
    margin-bottom: 60px;
}

.table_wrapp .main_heading h4,
.table_wrapp .main_heading p {
    color: #fff;
}


.document_bg {
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
    width: 100%;
    display: inline-block;
}

.document_box {
    border: 1px solid #dddddd;
    margin: 10px 0 20px;
    background-color: #e7eef5;
    box-shadow: 0 4px 28px rgb(0 0 0 / 7%);
    padding: 10px 25px 13px;
    display: inline-block;
    width: 100%;
}

.selfie_box {
    padding: 0;
}

.selfie_box .director_title {
    border-bottom: 1px solid #dddddd;
    padding: 10px 25px 13px;
}

.selfie_box .id_page_content {
    padding: 15px 25px 5px;
}

.selfie_box .id_page_content h6 {
    font-size: 18px;
    line-height: 24px;
}

.selfie_box .id_page_content h6>span {
    float: right;
    font-size: 15px;
}

.modal-content.modal_box {
    padding: 20px 30px;
}

.modal_box .close {
    position: absolute;
    right: -20px;
    top: -10px;
}

.modal_box h5 {
    margin-bottom: 35px;
}

.modal_box ul li {
    padding: 5px 0;
    font-size: 18px;
}

.director_title .document_content span,
.selfie_box .id_page_content h6>span>span {
    color: #0795fe;
    cursor: pointer;
}

.account_handle_heading {
    margin-top: 50px;
    margin-bottom: 50px;
}




.competi_img h2 {
    font-size: 33px;
    margin-bottom: 30px;
    color: #ffffff;
}

.competi_content {
    margin-top: 35px;
    color: #ffffff;
    padding-bottom: 60px;
}

.competi_content h3 {
    color: #fff;
}

.competi_content h5 {
    margin-top: 30px;
    color: #ffffff
}

.competi_content p {
    /* margin-bottom: 10px;
color: #ffffff */
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
}

#faqmore {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

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

/*.virtual_wrapp .banner_heading h2 {
font-size: 38px;
line-height: 48px;
margin-top: 120px;
display: inline-block;
}
.virtual_wrapp .banner_img img {
-webkit-filter: drop-shadow(66px 56px 30px rgba(0,0,0,.18));
filter: drop-shadow(66px 56px 30px rgba(0,0,0,.18));
}*/



.success_bg {
    background-color: #ffffff;
    padding: 20px 30px;
    box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
}

.success_bg h2 {
    color: #317016;
    margin: 20px 0 30px;
}

.success_info .succes_text {
    color: #317016;
    background-color: #dcf1d3;
    border: 1px solid #cbebbe;
    padding: 12px 20px 15px;
    margin-bottom: 25px;
    border-radius: 10px;
}

.order_details,
.ueser_details {
    width: 100%;
    margin-bottom: 20px;
}

.order_heading {
    font-size: 22px;
    margin-bottom: 15px;
}

.order_info {
    background-color: #eef3f7;
    border: 1px solid #092a49;
    padding: 15px 25px 20px;
    border-radius: 10px;
}

.order_info h6 {
    font-size: 18px;
    margin-bottom: 10px;
}

.order_info>p {
    margin-bottom: 10px;
}

.order_info>p>span {
    font-weight: 700;
}

.summary_details h5 {
    margin-bottom: 10px;
}

.order_info .checkout_total {
    float: unset;
    display: inline-block;
    margin-top: 35px;
}

.order_info .convert_total {
    float: unset;
    display: inline-block;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.order_info .checkout_total .order_total,
.order_info .convert_total .order_total {
    font-size: 16px;
}

.post_option_box {
    background-color: #092a49;
    padding: 30px;
    box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    color: #fff;
}

.post_option_box:hover {
    color: #ffffff;
}

.option_box h6 {
    color: #ffff;
    margin-bottom: 0;
}

.option_box p {
    margin-top: 15px;
}

.office_address_content {
    text-align: justify;
}

.office_address_content h4,
.office_address_content .weeklyPriceDiv {
    text-align: center;
}

.office_address_content p {
    line-height: 26px;
    margin-bottom: 25px
}

.banner_bg.company_for_img {
    padding-bottom: 50px;
}

.company_for_img .banner_heading h1 {
    font-size: 64px;
    line-height: 80px;
}

.company_for_img .banner_img {
    bottom: -50px;
}

.company_for_img .banner_heading.company_margin {
    margin-top: 0;
}

.company_margin.banner_heading h4 {
    font-size: 34px;
    line-height: 44px;
}


.livechat_img {
    position: fixed;
    bottom: 0;
    right: 30px;
    z-index: 999;
}

.livechat_icon {
    margin-bottom: 20px;
    text-align: center;
}

.livechat_icon li {
    display: inline-block;
    padding: 0 30px;
}

.livechat_icon li a {
    text-decoration: none;
    color: #000;
    font-size: 22px;
    font-weight: 500;
}

.livechat a {
    padding: 15px 40px;
    font-family: 'Satoshi-Bold';
    font-weight: 700;
    margin-top: 15px;
    background-color: #0795fe;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.5px;
    display: inline-block;
    transition: 0.3s;
    width: 100%;
    color: #ffffff !important;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
}

.livechat a:hover {
    background-color: #092947;
}

/* .contact_img {
height: 550px;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
}  */
.contact_info li {
    padding-bottom: 20px;
}

#existing_customer .modal-body,
#new_customer .modal-body {
    font-size: 18px;
    line-height: 26px;
}

.contact_info li img {
    filter: invert(1);
}

.contact_info li img {
    filter: invert(1);
    width: 32px;
    top: 10px;
    position: relative;
}

.contact_img .main_heading {
    text-align: center;
}

.contact_wrapp {
    padding: 70px 0 0;
    position: relative;
    margin-top: -100px;
    background-color: #ffffff;
}

.contact_heading {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 180px;
}

.privacy_page h1 {
    margin-bottom: 25px;
}

.privacy_page h2 {
    font-size: 24px;
    line-height: 34px;
}

.contact_info li.whatsapp_icon img {
    filter: invert(0) !important;
    width: 34px !important;
}

.contact_info li a strong {
    color: #1a1b1c;
}

.contact_info li .contactinfo h6 {
    margin: 0;
}

.contact_info li>a>span,
.contact_info li>span {
    width: 45px;
    float: left;
}

.contact_info li .contactinfo {
    display: inline-block;
    color: #092a49;
    letter-spacing: 0.1px;
    font-weight: 500;
}

.contact_info li .contactinfo h6 {
    font-size: 17px;
}

.contact_info li a .contactinfo p {
    color: #036dbc;
}


.accept_cookies_wrapp {
    position: fixed;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 999;
}

.accept_cookies_bg {
    background-color: grey;
    padding: 10px 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    justify-content: space-between;
}

.cookies_content a {
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.8px;
}

.cookies_btns {
    text-align: right;
}

.cookies_btns .main_btn {
    background-color: #092947;
    font-size: 15px;
    margin: 5px
}

/* new css by ritesh */

/* UK-virtual-office-address */
.mobile-show {
    display: none;
}

.mobile-show_head {
    display: none !important;
}

.office-address-carousel .item {
    width: 96%;
}

.package-address-carousel .item {
    width: 96%;
}

/* UK-virtual-office-address */

/* owl carousle */
.office-address-carousel .owl-dot {
    background: #0795fe !important;
    width: 25px;
    height: 4px;
    z-index: 1;
    position: relative;
    margin: 4px;
}

.office-address-carousel .owl-dot.active {
    background: #092a48 !important;
}

.office-address-carousel .owl-dots {
    width: 100%;
    text-align: center;
}

.package-address-carousel .owl-dot {
    background: #0795fe !important;
    width: 25px;
    height: 4px;
    z-index: 1;
    position: relative;
    margin: 4px;
}

.package-address-carousel .owl-dot.active {
    background: #092a48 !important;
}

.package-address-carousel .owl-dots {
    width: 100%;
    text-align: center;
}


/* virtual-mobile-no-head */
.virtual-mobile-no-head h2 {
    font-size: 36px;
    margin-bottom: 40px !important;
    text-align: center;
}


.virtual-mobile-video {
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 66%);
    padding: 15px 15px;
    margin-top: 0px;
}

.number-all-content p {
    color: #010080;
    font-size: 18px;
    margin-top: 30px;
    line-height: 32px;
    text-align: center;
}

.hutchison-content p {
    color: #010080;
    font-size: 19px;
    margin-top: 80px;
    line-height: 32px;
}

.banner-virtual-number {
    padding-top: 170px;
}

.virtual-package h5 {
    font-size: 29px;
}

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

.virtual-no-presence p {
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Satoshi-Medium';
    letter-spacing: 1px;
}

.slider-background {
    background-color: #0b2a49;
    padding: 30px 0px;
    padding-bottom: 10px;
}

.uk-virtual-carousel .item img {
    border-radius: 5px 5px 0px 0px;
    padding: 0px 0px;
    width: 80% !important;
    padding-top: 100px;
}

.uk-virtual-carousel .item {
    padding: 0px 76px;
    border-radius: 5px;
    transform: scale(0.7);
    /* transition: all 0.3s; */
}

.uk-virtual-carousel .owl-item.active.center .item {
    transform: scale(1.15);
    opacity: 1;
    color: #fff;
}

.uk-virtual-carousel .center {
    margin-top: -70px;
}

.stage-set {
    margin: auto;
    width: 35%;
}

.uk-virtual-carousel .owl-nav {
    display: block !important;
}

.uk-virtual-carousel .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    right: 25px;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
}

.uk-virtual-carousel .owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: 25px;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
}

.fa-solid.fa-chevron-left:after {
    content: '';
    background: white;
    position: absolute;
    width: 3px;
    height: 58px;
    top: -13px;
    right: -5px;
}

.fa-solid.fa-chevron-right,
.fa-solid.fa-chevron-left {
    position: relative;
    color: white
}

.fa-solid.fa-chevron-right:after {
    content: '';
    background: white;
    position: absolute;
    width: 3px;
    height: 58px;
    top: -13px;
    left: -5px;
}

.banner-virtual-number .main_heading.banner_heading {
    margin-top: 0px !important;
    margin-bottom: 90px;
}

.number-all-content p a {
    color: #010080;
}

.virtual-package .packages_price {
    margin-bottom: 0px;
}

.virtual-package p {
    margin-top: 20px;
}

.quaterly_billing {
    margin: 0 !important;
}

/* virtual-mobile-no-head */

/* slick carousel */
.slick-dots li button {
    position: relative;
    width: 30px !important;
    height: 3px !important;
    font-size: 0px;
    border: none !important;
    background-color: #999 !important;
    border-radius: 5px;
}

.slick-dots li.slick-active button {
    background-color: #007bff !important;
    top: -1px;
    left: -1px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 30px !important;
    height: 3px !important;
    padding: 1px !important;
    background: #999 !important;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
}

.slick-dots li button {
    font-size: 0 !important;
    line-height: 0 !important;
    display: block !important;
    padding: 1px !important;
    cursor: pointer !important;
    background: #0368b4 !important;
    border: 0 !important;
    outline: 0 !important;
    background: 0 0 !important;
}

.slick-dots li button:before {
    content: '' !important;
}

.badge-content h3 {
    font-weight: 300;
    font-size: 16px;
    color: white;
    margin-bottom: 5px;
    line-height: 21px;
}

.badge-content {
    position: absolute;
    text-align: center;
    font-family: 'poppins' !important;
    top: 56%;
    left: 170px;
    z-index: 1;
    width: 30%;
}

.badge-content p {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 15px;
}

.scotland-list li {
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    line-height: 26px;
}



.packages-click:before {
    content: '';
    background: #092946;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 60px;
    left: 0;
    transition: 0.5s;
}

.packages-click:hover:before {
    height: 0px;
    transition: 0.5s;
}

.packages-click {
    background: #0366b0;
    padding: 4px 0px;
    border-radius: 5px;
    color: white;
    margin-bottom: -17px;
    overflow: hidden;
    position: relative;
    border: 2px solid #0366b0;
}

.packages-click span {
    z-index: 1;
    position: relative;
}

/* packages-click-2 */
.packages-click-2:before {
    content: '';
    background: #092845;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 60px;
    left: 0;
    transition: 0.5s;
}

.packages-click-2:hover:before {
    height: 0px;
    transition: 0.5s;
}

.packages-click-2:hover {

    color: black;
}

.packages-click-2 {
    background: #e9e9e9;
    padding: 4px 0px;
    border-radius: 5px;
    color: white;
    margin-bottom: -17px;
    overflow: hidden;
    position: relative;
    border: 2px solid #092845;
}

.uk-packages-formation:before {
    content: '';
    height: 27px;
}

.packages-click-2 span {
    z-index: 1;
    position: relative;
}

.btn-popover {
    background: none;
    border: none;
    padding: 0;
}

.iButtonFix .btn-popover {
    top: -9px;
    position: absolute;
    right: 8px;
}

.vNumberI .uk-ltd-set {
    top: -14px;
    position: absolute;
    margin-left: 4px;
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: inherit !important;
    border-color: inherit !important;
    box-shadow: inherit !important;
}

.btn-popover i {
    color: black;
    font-size: 18px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.btn-secondary:hover {
    color: #fff;
    background-color: inherit;
    border-color: inherit;
}

.btn-popover-white i {
    color: white !important;
    font-size: 18px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

/* uk limited formation */
.uk-ltd-price {
    font-size: 24px !important;
}

.packages_price.inr_packages {
    position: relative;
}

.uk-ltd-set {
    top: -3px;
    position: absolute;
    margin-left: 4px;
}

.uk-ltd-content-2 {
    font-size: 17px;
    font-weight: 400;
    font-family: 'Satoshi-Regular' !important;
}

/* tooltip */
[data-tooltip][aria-label] {
    position: relative;
}

[data-tooltip][aria-label]::before {
    content: attr(aria-label);
    pointer-events: none;
    /* white-space: pre; */
    position: absolute;
    color: #fff;
    background: #222;
    padding: 10px 10px;
    border-radius: 0.3rem;
    width: 300px;
    opacity: 0;
    visibility: none;
}

[data-tooltip][aria-label]::after {
    content: "";
    pointer-events: none;
    width: 0;
    height: 0;
    position: absolute;
    border-color: #222;
    border-width: 0;
    border-style: solid;
    opacity: 0;
    visibility: none;
}

[data-tooltip^="up"][aria-label]::before {
    bottom: calc(0.5rem + 100%);
    left: -24px;
    right: 0;
}

[data-tooltip^="up"][aria-label]::after {
    border-top-width: 0.5rem;
    border-right-width: 0.5rem;
    border-right-color: #0000;
    border-left-width: 0.5rem;
    border-left-color: #0000;
    bottom: 100%;
    right: 50%;
    transform: translateX(50%);
}

[data-tooltip^="down"][aria-label]::before {
    top: calc(0.5rem + 100%);
    right: 50%;
    transform: translateX(50%);
}

[data-tooltip^="down"][aria-label]::after {
    border-bottom-width: 0.5rem;
    border-right-width: 0.5rem;
    border-right-color: #0000;
    border-left-width: 0.5rem;
    border-left-color: #0000;
    top: 100%;
    right: 50%;
    transform: translateX(50%);
}

[data-tooltip^="left"][aria-label]::before {
    right: calc(1rem + 100%);
    bottom: 50%;
    transform: translateY(50%);
}

[data-tooltip^="left"][aria-label]::after {
    border-left-width: 0.5rem;
    border-top-width: 0.5rem;
    border-top-color: #0000;
    border-bottom-width: 0.5rem;
    border-bottom-color: #0000;
    bottom: 50%;
    right: calc(0.5rem + 100%);
    transform: translateY(50%);
}

[data-tooltip^="right"][aria-label]::before {
    left: calc(1rem + 100%);
    bottom: 50%;
    transform: translateY(50%);
}

[data-tooltip^="right"][aria-label]::after {
    border-right-width: 0.5rem;
    border-top-width: 0.5rem;
    border-top-color: #0000;
    border-bottom-width: 0.5rem;
    border-bottom-color: #0000;
    bottom: 50%;
    left: calc(0.5rem + 100%);
    transform: translateY(50%);
}

[data-tooltip][aria-label]:hover::before,
[data-tooltip][aria-label]:hover::after {
    visibility: visible;
    opacity: 1;
    transition-property: opacity;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    font-size: .875rem;
    text-indent: 0;
    z-index: 1;
}

[data-tooltip$="100"][aria-label]:hover::before,
[data-tooltip$="100"][aria-label]:hover::after {
    transition-delay: 0.1s;
}

[data-tooltip$="500"][aria-label]:hover::before,
[data-tooltip$="500"][aria-label]:hover::after {
    transition-delay: 0.5s;
}

[data-tooltip$="1000"][aria-label]:hover::before,
[data-tooltip$="1000"][aria-label]:hover::after {
    transition-delay: 1s;
}

/* ================================================= */

/* ================================================= */

/* wrapper setup */
.wrapper {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

/* central london css by rites */
.office_address_content .weeklyPrice{
    text-decoration: none;
    color: white;
    background-image: url(../../assets/imgs/btn-2.jpg);
    padding: 10px 20px;
    border-radius: 5px;
    background-size: cover;
    background-position: top;
    font-weight: 600;
    font-size: 30px;
    line-height: 44px;
}

.office_address_content .weeklyPriceDiv {
    animation: beat .90s infinite alternate;
    width: 60%;
    margin: 0 auto;
}

.scotland-headings h3 {
    text-align: center;
}

@keyframes beat {
    to {
        transform: scale(1.1);
    }
}

.per_week_head h3 {
    text-align: center;
    font-size: 36px;
}

/* company confirmation css by ritesh */
.statementbannerhead {
    font-size: 60px;
}

.company_confirmation h3 {
    text-align: left;
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.company_confirmation p {
    margin-bottom: 10px;
    text-align: left;
    font-size: 16px;
}

.company_confirmation ul {
    margin-bottom: -10px;
}

.company_confirmation ul li {
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 50px;
}

/* uk virtual form by ritesh */
.virtual_form .form-group {
    width: 100%;
}

.form-content {
    margin-bottom: 20px;
    background: #0795fe;
    color: white;
    text-align: center;
    padding: 13px 25px;
    border-radius: 10px;
}

.desktop-virtual-adjust .main_heading {
    width: 97%;
    margin: auto;
    margin-bottom: 35px;
    text-align: center;
}

.virtual_form .g-recaptcha {
    margin-left: 17px;
}

/* .vat_registration page */
.vat_registration_list {
    margin-top: -10px;
    margin-bottom: 10px;
}

.vat_registration_list li {
    line-height: 33px;
    list-style: disc;
    margin-left: 33px;
    text-align: left;
}

.confirmationStatemnt {
    margin-top: 5%;
}

.vat_registration_content p {
    margin-bottom: 15px;
    text-align: left;
}

/* .confirmationStatemnt .banner_heading h1 {
margin-bottom: 100px;
} */
/* company name change form */
.limited_main .radio-part {
    width: 50%;
    float: left;
}

.limited_main .radio-part input {
    width: 9%;
}


/* confirmation statement filling */
.cformhead h2 {
    font-size: 66px;
    line-height: 70px;
    font-weight: 800;
    color: white;
    padding: 10px 10px;
    font-family: 'Bebas';
}

.cformhead {
    text-align: center;
    background: #0000004f;
}

.clousreImage {
    width: 90%;
    float: right;
}

/* .confirmationStatement{
bottom: 66px;
} */
.otherpac_set {
    margin-top: 26px !important;
    margin-bottom: 4px !important;
}

.otherpack_prices {
    margin-bottom: 11px;
    margin-top: 17px !important;
}

.confirmationStatement img {
    filter: inherit !important;
}

.j-space {
    padding: 30px 0px;
}

.confirmationStatement {
    bottom: 0px !important;
}

.only {
    margin-bottom: -8px;
}

.plus_inr {
    display: block;
    margin-top: 33px;
    margin-bottom: 14px;
}

.total {
    font-size: 22px !important;
    margin-bottom: -3px !important;
    margin-top: 10px !important;
}

/* ba call anwering page */
.otherpage_space .main_heading {
    margin-bottom: 0px;
}

.otherpage_space p {
    margin-bottom: 0px;
}

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

.speaks_box img {
    width: 80%;
    margin-top: 0;
    margin-bottom: 19px;
}

.speaks_box h6 {
    font-family: 'Satoshi-Medium';
    margin-bottom: 0px;
}

.speaks_box p {
    font-family: 'Satoshi-Medium';
}

.competition-content button.active {
    transition: all 250ms ease-in-out;
    width: 94%;
    font-size: 15px;
    color: white;
    background: #0366b0;
}

.competition-content button {
    display: block;
    width: 100%;
    margin: 16px 0;
    border-radius: 5px;
    border: 1px solid;
    padding: 11px 20px;
    text-align: left;
    font-family: 'Satoshi-Medium';
    background-color: black;
    position: relative;
    overflow: hidden;
    background: #e6eef5;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.competition-content button.active:after {
    content: '';
    position: absolute;
    background: #092946;
    width: 5px;
    height: 50px;
    right: 0px;
    top: 0;
}

.competition-content button:after {
    content: '';
    position: absolute;
    background: #092946;
    width: 5px;
    height: 50px;
    right: 0px;
    top: 0;
}

.tab-setss {
    margin-top: 7px;
    /* border-radius: 18px; */
    box-shadow: 4px 4px 13px 0px rgb(0 0 0 / 15%);
    background: #0366b0;
    border-top: 6px solid #092946;
    border-bottom: 6px solid #092946;
    height: 489px;
}

.yellow_gray .city {
    padding: 20px 20px;
    border-radius: 6px;
    color: white;
}

.yellow_gray .city h2 {
    font-family: 'Satoshi-Medium';
    margin-top: 0;
    font-size: 23px;
    color: white;
}

#Discrimination p,
#Charges p,
#Contracts p,
#call-centers p,
#Predatory p,
#real_time p,
#anonymous p {
    line-height: 40px;
    font-size: 22px;
    font-family: 'Satoshi-Medium';
}

#Discrimination p,
#Charges p {
    height: 370px;
    display: flex;
    align-items: center;
}

.uk-flag img {
    width: 80%;
    margin: auto;
    background: white;
}

.packages_height {
    height: 656px;
    display: flex;
    align-items: center;
}

.cc-image h1 {
    font-size: 45px !important;
}

.closed-image {
    text-align: center;
}

.closed-image img {
    width: 85% !important;
}

.closedSpace {
    padding-top: 25px;
}

.closedSpace {
    padding-top: 0px;
}

.singleImageSpace {
    padding-top: 45px;
    padding-bottom: 100px !important;
}

.singleImageSet {
    bottom: -100px;
}

.extraLine {
    margin-bottom: 10px !important;
    margin-top: 12px !important;
}

.c-image {
    bottom: 0px;
}

.c-image img {
    -webkit-filter: inherit !important;
    filter: inherit !important;
}


/* usa us virtual landline mobile number */
.uk-virtual-carousel .item img {
    border-radius: 5px 5px 0px 0px;
    padding: 0px 0px;
    width: 50% !important;
    padding-top: 100px;
}

.uk-virtual-carousel .item {
    padding: 0px 40px;
    border-radius: 5px;
    transform: scale(1.0);
    /* transition: all 0.3s; */
}

.uk-virtual-carousel .owl-item.active.center .item {
    transform: scale(1.15);
    opacity: 1;
    color: #fff;
}

.uk-virtual-carousel .center {
    margin-top: -70px;
}

.stage-set {
    margin: auto;
    width: 20%;
    margin-top: -26px;
}

.uk-virtual-carousel .owl-nav {
    display: block !important;
}

.uk-virtual-carousel .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    right: 25px;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
}

.uk-virtual-carousel .owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: 25px;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
}

/* 
.fa-solid.fa-chevron-left:after {
content: '';
background: black;
position: absolute;
width: 3px;
height: 58px;
top: -13px;
right: -5px;
}

.fa-solid.fa-chevron-right,
.fa-solid.fa-chevron-left {
position: relative;
}

.fa-solid.fa-chevron-right:after {
content: '';
background: black;
position: absolute;
width: 3px;
height: 58px;
top: -13px;
left: -5px;
} */

.warning-image h4 {
    color: red;
}

.uk-virtual-mobile-image {
    text-align: center;
}

.uk-virtual-mobile-image img {
    width: 85%;
}

.uk-virtual-mobile-content h1 {
    font-size: 100px !important;
    line-height: 85px !important;
}

.equivalent {
    margin-top: 28px !important;
    margin-bottom: -2px;
}

.vk-package-margin {
    margin-top: 11px;
}

.digital {
    color: white;
    font-size: 15px;
    margin-top: -1pc;
    margin-bottom: 3px;
    font-weight: 600;
}

.digital_blue {
    color: #092a49 !important;
}

.confirmation_package_head {
    font-size: 20px;
}

.confirmation-lineheight li {
    line-height: 21.5px !important;
}

.confirmation-image-content h1 {
    font-size: 44px !important;
    line-height: 75px !important;
}

.company_confirmation p {
    margin-bottom: 0px;
}

.faq_wrapp .main_heading {
    margin-bottom: 25px;
}

.faq_space_remove {
    margin-bottom: 0px;
}

.twnty-remove {
    padding: 25px 0px;
}

.confirmation-image-content h1 {
    line-height: 68px !important;
}

.confirmation-image-content h1 {
    margin-bottom: 0px !important;
}

.card-body ul {
    margin-top: -16px;
    margin-bottom: 25px;
}

.befasst-list {
    margin-top: -8px;
    margin-left: 16px;
    margin-bottom: 18px;
}

.befasst-list li {
    list-style: circle;
    line-height: 34px;
}

p.top_text {
    margin-top: 50px;
    margin-bottom: -21px;
    text-align: left;
    font-size: 17px;
}

.ds_block_table td {
    display: block;
}

.top_table tr td p {
    height: 48px;
    display: flex;
    align-items: center;
}

.upload-width {
    width: 35%;
}

/* .top_table tr td {
width: 0%;
} */

.divider-table {
    width: 100%;
    border-top: 1px solid #036dbc;
    margin-top: 24px;
}

.print_table table h4 {
    margin-bottom: 31px;
    margin-top: 10px;
}

.print_table label {
    margin-top: 20px;
    margin-bottom: 10px;
}

.print_table label {
    margin-top: 20px;
    margin-bottom: 10px;
}

.print_table b {
    font-family: 'Satoshi-Bold';
    font-size: 18px;
}

.g-recaptcha {
    margin-left: 0px;
}

.new_banner_heading_h4 {
    font-size: 34px !important;
    line-height: 44px !important;
}

.uk_company_banner_p p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 400 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 28px;
}

.ukcompanytopspace {
    margin-top: 19px;
}

.bottom-space {
    margin-bottom: 17px !important;
}

.bottom-space {
    margin-top: 30px !important;
}

.mobile_price_setting span {
    line-height: 48px;
    margin-top: 0px !important;
}

.company_formation_image img {
    width: 100%;
    float: right;
}

.oneOff {
    margin-bottom: -19px;
    margin-top: 30px;
}

.fix_space {
    margin-bottom: 11px;
}

.company_formationH1 {
    font-size: 39px !important;
    line-height: 53px !important;
}

.uk_company_banner_p h4 {
    font-size: 100px;
    margin-top: -9px;
}

.ukPrice .price_text {
    font-size: 40px;
}

.ukPrice .price {
    font-size: 40px;
}

.st-height i {
    top: 22px !important;
}

.st-height {
    height: 111px;
    display: flex;
    align-items: center;
}

.resident_head {
    margin-bottom: -18px !important;
}

.company-formation-banner {
    margin-top: 6px;
}

.company-formation-two {
    margin-top: 44px;
    margin-left: 61px;
}

.company-formation-two h6 {
    margin-top: 37px;
    margin-left: 7px;
    color: white;
    font-size: 16px !important;
}

.company-formation-banner h6 {
    color: white;
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 0px;
    margin-left: 15px;
}

.virtual-office-business-content h4 {
    font-size: 21px;
}

/* .company-formation-two span {
position: absolute;
right: -10px;
color: white;
font-weight: 500;
font-size: 22px;
margin-bottom: 0px !important;
} */

.company-formation-two {
    position: relative;
}

.company-formation-two span {
    /* position: absolute; */
    /* right: -10px; */
    color: white;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 0px !important;
    margin-left: -15px;
}

.resident_head2 {
    color: white;
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 31px;
    line-height: 42px;
}

/* subscription page buttons   */
.subs_button a {
    width: 30%;
    font-size: 13px !important;
    margin: 0 10px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.subs_button {
    display: flex;
}

/* subscription page buttons   */



.howIcon {
    text-align: center;
}

.howToMain p {
    color: black;
    margin-bottom: 0;
    margin-top: 8px;
    text-align: center;
    font-size: 20px !important;
    line-height: 35px;
    font-weight: 900;
}

.howToMain:hover {
    margin-top: 10px;
    transition: 0.5s;
}

.howToMain {
    background: white;
    padding: 40px;
    border-radius: 35px;
    margin-top: 21px;
    height: 330px;
    border: 3px solid #0075b4;
    box-shadow: 0 2px 10px #00000029;
    transition: 0.5s;
}

.howIcon img {
    width: 26%;
    padding: 6px 6px;
    background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
    border-radius: 50%;
    box-shadow: 2px 4px 9px 0px rgb(0 0 0 / 18%);
}

.howToMain h3 {
    margin-bottom: 0;
    text-align: center;
    margin-top: 20px;
    font-size: 25px;
    color: black;
}

.getHead h2 {
    line-height: 57px;
    font-size: 45px;
}

.howTo {
    text-align: center;
}

.howTo p span {
    color: #0093d3;
}

.howTo p {
    font-size: 22px;
}

.howTo h5 {
    font-size: 35px;
}

.text_set {
    text-indent: -14px;
    margin-left: 15px;
}

.uk-virtual-mobile-content span {
    color: white;
    font-size: 64px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: poppins;
    text-shadow: 2px 0px 0px #00000066;
}

.uk-virtual-mobile-content span img {
    width: 12%;
    margin-top: -13px;
}

.ukimage {
    position: absolute;
    top: -52%;
    left: 35%;
    width: 43%;
    z-index: -1;
}

.ukmobile-banner {
    position: relative;
    height: 575px;
}

.ukmobile-banner .banner_img {
    bottom: -83.5%;
    overflow-y: clip;
    position: absolute;
    right: 0;
}

.ukmobile-banner .uk-virtual-mobile-content {
    margin-top: 17%;
}

/* reviews */
.review_image img {
    width: 100%;
}

.review_image {
    width: 100%;
    margin-top: 5px;
}

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

.review_name {
    margin-left: 12px;
}

.review_name h6 {
    margin-bottom: 0;
    font-family: 'Satoshi-Medium';
    font-size: 17px;
    font-weight: 500;
    display: flex;
}

.review_content {
    margin-top: 20px;
}

.rating img {
    width: 5% !important;
    margin-left: 3px !important;
    margin-bottom: 0px;
}

.review_adjustment {
    background: inherit;
    height: 310px;
    display: flex;
    align-items: center;
    background: white;
}

.sidereview .review_adjustment {
    height: inherit;
    background: inherit !important;
    display: inherit !important;
}

.rating {
    margin-top: 0;
    display: flex;
    margin-left: -4px;
}

.sidereview .rating {
    display: flex;
    margin-left: -4px;
    margin-bottom: -13px;
    margin-top: 4px;
}

.main_reviews {
    background: white;
    padding: 25px 25px;
}

.review_content p {
    color: #787878;
    font-size: 14px;
    line-height: 21px;
    font-family: 'Satoshi-Medium';
}

.sidereview .review_content p {
    color: white;
}

.review_name span {
    font-size: 16px;
}

.review_name h6 img {
    width: 9% !important;
    margin-top: -4px;
    display: none;
}

.our_review .owl-dots {
    text-align: center;
}

.our_review .owl-dots .active span {
    background: #004886 !important;
}

.our_review .owl-dots button span {
    background: #979797 !important;
    width: 10px;
    height: 10px;
    display: block;
    margin: 4px 4px;
    border-radius: 50%;
    margin-top: 15px;
}

/* google review */
.review_button img {
    width: 45% !important;
}

.google_review img {
    width: 35%;
}

.google_review {
    background: white;
    padding: 15px 30px;
    box-shadow: 2px 4px 4px 2px rgb(0 0 0 / 4%);
    display: flex;
    justify-content: center;
}

.review_button {
    width: 50%;
    display: flex;
}

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

.google_review_img {
    width: 50%;
}

.googleRating .col-md-12 {
    padding: 0px;
}

.google_review_main .review_image img {
    border: 2px solid white;
    border-radius: 50%;
    padding: 2px 2px;
}

.google_review_main .review_image {
    width: 27%;
}

.google_review_main .review_name {
    margin-left: 0;
}

.google_review_main .review_name {
    width: 75%;
}

.google_review_main .review_image {
    width: 25%;
}

.google_review_main .review_top {
    margin-top: 13px;
}

.google_review_main .review_content {
    margin-top: 0;
}

.google_review_main .review_name h6 img {
    margin-top: 0;
}

.google_review_main h6 {
    font-size: 15px;
    font-weight: 700;
}

.date {
    font-size: 14px !important;
    margin-top: -5px;
    margin-bottom: -7px !important;
    display: block;
}

.google_review_main .rating img {
    width: 7%;
}

.google_review_main {
    /* background: linear-gradient(42deg, rgba(2,0,36,1) -17%, rgba(19,19,184,1) -4%, rgba(0,212,255,1) 147%); */
    background: #092a49;
}

.google_review_main p,
.google_review_main h6,
.google_review_main span {
    color: white;
}

.google_review_main .rating img {
    margin: 0 3px;
    opacity: inherit !important;
    width: 6%;
}

.quotes {
    width: 7%;
    margin-top: -7px;
    margin-bottom: 9px;
    opacity: 0.6;
}

.posted_google img {
    width: 100% !important;
}

.posted_google {
    width: 40%;
    margin: auto;
    margin-bottom: 9px !important;
    margin-top: -19px;
}

.googleRating {
    padding-top: 0;
    display: none;
}

.our_review_google {
    position: relative;
}

.our_review_google .owl-nav .owl-prev,
.our_review_google .owl-nav .owl-next {
    margin-top: 24px;
}

.our_review_google .owl-nav .owl-prev span,
.our_review_google .owl-nav .owl-next span {
    background: #007bff !important;
    color: white !important;
    border-radius: 50%;
    font-size: 23px !important;
    padding: 0 14px;
    display: block;
    padding-top: 5px;
    padding-bottom: 11px;
}

.our_review_google .owl-nav .owl-next {
    position: absolute;
    right: -2%;
    top: 35%;
    z-index: -1;
}

.our_review_google .owl-nav .owl-prev {
    position: absolute;
    left: -2%;
    top: 35%;
    z-index: -1;
}

/* counter */
.main_counter {
    display: flex;
    justify-content: end;
}

.counter_head h4 {
    font-size: 30px;
    line-height: 44px;
    font-weight: 500;
    margin-bottom: 0px;
    color: white;
}

.counter h6 {
    font-weight: 300;
    font-size: 11px;
    margin: 0;
    color: white;
    padding: 0 0px;
    line-height: 20px;
}

.counter h3 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
    margin-bottom: 0px;
    color: white;
}

.main_counter .counter {
    text-align: center;
    width: 100%;
    border: 2px solid white;
    padding: 15px 2px;
    margin: 0 4px;
    border-radius: 16px;
}

.counter_section .container {
    align-items: center;
    padding: 21px 30px;
    border-radius: 20px;
    box-shadow: 0px 3px 4px 3px rgb(0 0 0 / 34%);
}

.counter_head {
    margin: auto;
    margin-bottom: 0px;
    margin-top: -9px;
}

.counter_head p {
    color: white;
    font-weight: 300 !important;
    font-family: poppins;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 21px;
}

.counter_section .col-md-7 {
    display: flex;
    align-items: center;
}

.counter_heading span {
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
    margin-bottom: 0px;
    color: white;
}

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

/* sidebar */

.sidebar {
    width: 400px;
    background-color: #e0e8ef;
    transition: transform 0.3s ease-in-out;
    transform: translateX(400px);
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 9999;
    padding: 20px;
}

.sidebar.show {
    transform: translateX(0);
}

.open-btn {
    position: fixed;
    top: 44%;
    right: -89px;
    z-index: 1000;
    transform: rotate(270deg);
    padding: 10px 25px;
    background: #0366b0;
    color: white;
    font-family: poppins;
    font-size: 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.close-btn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    background: black;
    color: white;
    font-family: 'poppins';
    cursor: pointer !important;
    padding: 3px 8px;
    font-size: 24px;
}

#sidebar .main_reviews {
    margin-top: 13px;
    margin-bottom: -15px;
}

.sideBar_googleReview .owl-dot {
    background: #0795fe !important;
    width: 25px;
    height: 4px;
    z-index: 1;
    position: relative;
    margin: 4px;
}

.sideBar_googleReview .owl-dot.active {
    background: #092a48 !important;
}

.sideBar_googleReview .owl-dots {
    width: 100%;
    text-align: center;
}

.sideBar_googleReview .owl-dot {
    background: #0795fe !important;
    z-index: 1;
    position: relative;
    margin: 4px;
    border-radius: 50%;
    padding: inherit;
    height: 7px;
    width: 2%;
}

.sideBar_googleReview .owl-dot.active {
    background: #092a48 !important;
}

.sideBar_googleReviewl .owl-dots {
    width: 100%;
    text-align: center;
}

#sidebar .google_review_main p,
#sidebar .main_reviews p {
    font-size: 14px !important;
    line-height: 20px;
}

#sidebar .review_content {
    margin-top: 10px;
}

#sidebar .google_review_img {
    margin-bottom: -13px;
    width: 100% !important;
}

#sidebar .google_review_img img {
    width: 70%;
}

#sidebar .review_button {
    width: 100%;
    margin-top: 8px;
}

#sidebar .google_review {
    padding-bottom: 16px;
}

#sidebar .review_button a {
    font-size: 14px;
}

#sidebar .main_heading h2 {
    margin-bottom: -9px !important;
    font-size: 26px;
}

#sidebar .main_heading {
    margin-bottom: 0 !important;
    text-align: center;
    margin-top: -12px;
}

.siderevieww {
    background-color: #0366b0;
    animation: colorChange 5s infinite alternate;
}

@keyframes colorChange {
    0% {
        background-color: #0366b0;
    }

    50% {
        background-color: black;
    }

    100% {
        background-color: #0091d1;
    }
}

#sidebar .row {
    margin-top: -7px;
}

#reviewContainer {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 25%;
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ccc;
    display: none;
    z-index: 9999;
}

#reviewContainer {
    transition: opacity 0.5s ease;
}

#reviewContainer.show {
    display: block;
    opacity: 1;
}

#reviewContainer.hide {
    opacity: 0;
    display: none;
}

.virtual_office img {
    width: 78%;
}

.companyformationList {
    margin-top: 12px;
    margin-bottom: -17px;
    width: 90%;
}

.new_cf_form_next_btn #prevBtn,
.new_cf_form_next_btn #nextBtn
{
  width: 100px;
}

.main_companyFormation .company-formation-two h4 {
    font-size: 130px;
}

/* .main_companyFormation {
margin-top: -50px;
} */

.main_companyFormation .company_for_img {
    padding-bottom: 30px;
}

.main_companyFormation .company_formation_image {
    bottom: -30px !important;
}

.company_house_fee {
    margin-top: 0px !important;
    text-align: center;
    width: 89%;
    font-size: 15px !important;
}

.resgiter_company {
    font-size: 20px !important;
    line-height: 33px !important;
    margin-top: 20px !important;
    margin-bottom: 25px !important;
}

.office_from {
    margin-top: 26px;
}

/* side screen review */
#showScreen {
    position: fixed;
    left: 1%;
    bottom: 20%;
}

.sidereview {
    height: 0;
    width: 22%;
    z-index: 1;
}

.sidereview .main_reviews {
    width: 100%;
}

.siderevieww {
    display: none;
}

.side_hide {
    display: none;
}

#newClose {
    position: absolute;
    background: #009ddb;
    z-index: 9;
    color: white;
    height: 30px;
    width: 11%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -2px;
    right: -2px;
    box-shadow: inherit;
    font-size: 20px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
}


.sidereview .review_adjustment {
    background: inherit;
    /* height: 100%; */
    display: flex;
    align-items: center;
    border-radius: 8px;
}

.sidereview .review_adjustment .main_reviews {
    /* background: #092a49; */
    background: #00417f;
    position: relative;
    height: 37%;
    display: grid;
    border-radius: 8px;
    padding: 0 25px;
}

.sidereview .review_adjustment .main_reviews h6 {
    color: white;
    font-size: 21px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Satoshi-Medium';
}

.sidereview .review_adjustment .review_image {
    width: 660px;
    margin-top: 5px;
    display: none;
}

.feedback_image {
    width: 5%;
    position: fixed;
    z-index: 999;
    bottom: 6%;
    left: 2%;
}

.cf_space {
    padding-bottom: 55px !important;
}

.header_reviews .review_image img {
    width: 65%;
}

.header_reviews .review_image.trustpilot_review img {
    width: 90%;
}

.header_reviews .counter span {
    color: black;
    font-weight: 600;
    margin-top: -2px;
}

.header_reviews .counter h6,
.header_reviews .counter .number-stats

{
    color: #707070;
    text-align: center;
    font-weight: 600;
    margin-top: -6px !important;
    padding: 0 30px;
}

.header_reviews .counter .number-stats
{
    font-size: 11px;
    margin: 0;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
}


.header_reviews .counter h3,
.header_reviews .counter .number-counter 

{
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
}

.header_reviews .review_image {
    margin-top: 8px;
    text-align: center;
}

.header_reviews .col-flex {
    display: flex;
    align-items: center;
}

.header_reviews .counter h3,
.header_reviews .counter .number-counter,
.header_reviews .counter span {
    font-size: 26px;
    color: #707070;
}

.main_companyFormation .banner_heading {
    margin-top: 60px;
}

.feedback_image img {
    width: 100%;
}

.sidereview .review_adjustment .main_reviews .review_top {
    margin-left: -11px;
    margin-bottom: -11px;
}

.hithere {
    animation: hithere 2s ease infinite;
}

@keyframes hithere {
    30% {
        transform: scale(1.1);
    }

    40%,
    60% {
        transform: rotate(-20deg) scale(1.1);
    }

    50% {
        transform: rotate(20deg) scale(1.1);
    }

    70% {
        transform: rotate(0deg) scale(1.1);
    }

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

.sidereview .item {
    height: 350px;
}

.company-formation-two h6 {
    line-height: 22px;
    text-align: center;
}

.company-formation-two h6 {
    line-height: 22px;
    text-align: center;
}

.main_companyFormation .company-formation-two h4 {
    font-size: 100px;
    text-align: center;
    color: white;
}

.company-formation-two {
    width: 100%;
}

.new_design_cf_page {
    margin-left: 0px;
    margin-top: 10px;
}

.new_design_cf_page h6 {
    line-height: 22px;
}

.new_design_cf_page p {
    font-size: 16px;
    font-weight: 400;
}

.new_design_cf_page h6 b {
    font-size: 16px;
    font-weight: 400;
}

.new_design_cf_page h6 {
    margin-top: 0px;
    margin-left: 0px;
}

.new_design_cf_page p {
    color: white;
    font-size: 14px !important;
    font-weight: 300 !important;
    text-align: center;
    line-height: 23px;
    padding: 0 10px;
    margin-top: 26px !important;
}

.pay_two {
    left: 0%;
    position: relative;
    font-size: 15px !important;
    margin-left: 16px !important;
}

.newDesign_Pay .pay {
    font-size: 15px;
}

.new_design_cf_page h4 span {
    font-size: 15px;
    position: absolute;
    width: 100%;
    left: 196px;
    top: 26%;
}

.virtualPageSpace {
    margin-top: 35px;
}

.virtual_header {
    padding-bottom: 35px;
}

.desktop_menu {
    background: white;
    z-index: 9;
    position: relative;
}

/* company formation */
.main_companyFormation .container-fluid {
    width: 91%;
}

.companyformationList li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 30px;
    color: #fff;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    line-height: 37px;
    position: relative;
}

.newDesign_Pay {
    margin-top: 30px;
    margin-bottom: 20px;
}

.virtual_header .container-fluid {
    width: 80%;
}

.virtual_office_container .container-fluid {
    width: 90%;
}

.virtual_office_container .banner_heading h1 {
    font-size: 46px;
    line-height: 66px;
}

.virtual_office_container .resident_head2 {
    line-height: 53px;
}

.virtual_office {
    right: 6%;
}

.virtual_office img {
    width: 60%;
}

.new_design_cf_page p span {
    font-size: 12px;
    display: contents;
}

/* .Nlondon-carousel .loc_box {
height: 370px;
display: inline-table;
}
.Nheight {
height: 370px;
display: inline-table;
} */
.Nheight .services_content {
    padding: 5px 30px 15px;
}

.Nheight .services_content h5 {
    color: #fff;
    font-size: 19px;
    margin-bottom: 0;
}

.Nlondon-carousel .service_box_bg {
    box-shadow: inherit;
}

.Nlondon-carousel .owl-dots {
    text-align: center;
}

.Nlondon-carousel .owl-dots .active span {
    background: #004886 !important;
}

.Nlondon-carousel .owl-dots button span {
    background: #979797 !important;
    width: 10px;
    height: 10px;
    display: block;
    margin: 4px 4px;
    border-radius: 50%;
    margin-top: 15px;
}

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


/* 
@keyframes slideInRight {
from {
    transform: translateX(100%);
}
to {
    transform: translateX(0%);
}
}

@keyframes slideOutLeft {
from {
    transform: translateX(0%);
}
to {
    transform: translateX(-100%);
}
}

@keyframes slideInLeft {
from {
    transform: translateX(-100%);
}
to {
    transform: translateX(0%);
}
}

@keyframes slideOutRight {
from {
    transform: translateX(0%);
}
to {
    transform: translateX(100%);
}
}

.slide-in-right {
animation: slideInRight 0.5s forwards;
}

.slide-out-left {
animation: slideOutLeft 0.5s forwards;
}

.slide-in-left {
animation: slideInLeft 0.5s forwards;
}

.slide-out-right {
animation: slideOutRight 0.5s forwards;
} */

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

.prestigious {
    font-size: 37px;
    line-height: 55px;
    position: relative;
    font-weight: 800;
}

.prestigious span {
    font-weight: 600;
    font-size: 35px;
}

.prestigious small {
    font-size: 16px;
    font-weight: 500;
    font-family: poppins;
    letter-spacing: 0px;
    position: absolute;
    right: -2%;
    bottom: -7px;
}

.Nlondon-carousel .owl-nav button span {
    padding: 9px 17px;
    margin: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 25px;
    padding-top: 6px;
    padding-bottom: 14px;
    border-radius: 6px;
    background: #0368b4;
    border-radius: 50%;
    transition: 0.5s;
}

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

.Nlondon-carousel {
    position: relative;
}

.Nlondon-carousel .owl-prev {
    position: absolute;
    left: -3%;
    top: 46%;
}

.Nlondon-carousel .owl-next {
    position: absolute;
    right: -3%;
    top: 46%;
}

.Nlondon-carousel .owl-nav button span:hover {
    background: black;
    transition: 0.5s;
}

.companyformationList li:before {
    top: 14%;
}

.Nlondon-carousel .services_content {
    height: 90px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 54px;
    background: #092947;
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
}

.Nlondon-carousel .service_icon {
    margin-bottom: 0px;
}

.Nlondon-carousel .box_bg_ser {
    height: 0px;
}

.header_reviews .container-fluid {
    width: 80%;
}

.header_reviews {
    padding: 0 !important;
    background: #ffffff;
    /* z-index: -1; */
}

.sidereview .review_adjustment .google_photo {
    background: white;
    position: relative;
    height: 37%;
    display: flex;
    border-radius: 8px;
    padding: 0 25px;
    align-items: center;
}

.sidereview .review_adjustment .google_photo a {
    display: flex;
    justify-content: center;
}

.sidereview .review_adjustment .google_photo a img {
    width: 80%;
}

.header_reviews .counter {
    margin-bottom: 4px;
}

/* about page start */
.about-image:before {
    content: "";

    position: absolute;

    width: 45%;

    height: 450px;

    /* background-color: #0795fe; */

    top: -10%;

    right: -39px;

    border-radius: 10px;
}


.about_us_contact_now_btn {
    background-color: #092a49;

    color: #fff;

    font-size: 18px;

    line-height: 22px;

    letter-spacing: 0.5px;

    padding: 10px 20px;

    display: inline-block;

    transition: 0.3s;

    border-radius: 5px;

    border: none;

    margin: 30px 0;
}


.about_us_contact_now_btn:hover {

    background-color: #036dbc;

    color: #fff;
}

.projectFactsWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    height: 100%;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    transition: all 0.5s;
    padding: 40px 20px !important;
}

.projectFactsWrap:hover {
    box-shadow: 9px 11px 5px -8px rgba(0, 0, 0, 0.75);

}


.projectFactsWrap i {
    font-size: 40px;
    color: rgba(255, 255, 255, 0.8);
}

.projectFactsWrap p {
    font-size: 40px;
    font-weight: bold;
    padding: 0;
}

.projectFactsWrap span {
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;

}

.projectFactsWrap .projects_name {

    font-size: 16px;
    margin: 0;
    padding: 10px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;

}

.projectFactsWrap .project_number {
    font-size: 30px;
    padding: 0;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8);
    margin: 25px 0 !important;
}

.projectBox_1 {
    background: rgb(16, 31, 46);
}

.projectBox_2 {
    /* background: rgb(18, 34, 51); */
    background: rgb(23, 44, 66);


}

.projectBox_3 {
    /* background: rgb(21, 38, 56); */
    background: rgb(16, 31, 46);


}

.projectBox_4 {
    background: rgb(23, 44, 66);

}



.about_us {
    padding: 50px 0px;
}

.about-image {
    position: relative;
    /* height: 100%;--- */
    height: 90%;
}

.about-image img {
    /* z-index: 9; */
    height: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 10px;

}

.about-content p {
    line-height: 30px;
    font-size: 19px;
    text-align: justify;
}

.jr_head h4 {
    font-size: 40px;

    text-transform: capitalize;

    text-align: left;
}

.jr_head {
    margin-bottom: 15px;

    text-align: left;
}

.about_jFlex {
    display: flex;

    /* align-items: center; */
}

.joinUsImage {
    margin-bottom: 20px;
}

.joinUsImage img {
    /* border: 10px solid #0795fe; */

    border-radius: 10px;

    box-shadow: 0px 0px 12px 4px rgb(0 0 0 / 14%);

    height: 100%;

    object-fit: cover;
}

.mission-content p {
    color: white;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Poppins';
    line-height: 30px;
}

.border_white_about {
    background: white;
    height: 100%;
    width: 3%;
    margin: auto;
    position: relative;
}

.border_white_about:before {
    content: '';
    background-color: white;
    width: 15px;
    height: 14px;
    position: absolute;
    border-radius: 50%;
    left: -6px;
    top: -1px;
}

.border_blue_about {
    background: #314259;

    height: 100%;

    width: 3%;

    margin: auto;

    position: relative;
}

.border_blue_about:before {
    content: "";

    background-color: #314259;

    width: 15px;

    height: 14px;

    position: absolute;

    border-radius: 50%;

    left: -6px;

    top: -1px;
}

.mission-content h4 {
    color: white;
    text-align: left;
    margin-top: -5px;
    font-size: 25px;
}

.mission-content {
    padding-bottom: 50px;
}

.ms_image_two img {
    margin-bottom: 60px;
}

.mission_goals img {
    height: 317px;
    object-fit: cover;
}

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

.mission_row_space {
    padding: 80px 0px;
}

.mission_img img {
    border: 2px solid white;
    border-radius: 7px;
}

.why_choose_us {
    margin-top: -15px;
}

.seprate-benefits {
    position: relative;
}

.seprate-benefits h4 {
    position: relative;
}

.seprate-benefits p {
    color: rgb(49, 66, 89);
    line-height: 30px;
    margin: 10px 0px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
}

.seprate-benefits h4 {
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 700;
    color: #314259;
    margin: 25px 0px 0px;
}

/* about page end */

.booking_head {
    text-align: center;
}

.bForm::placeholder {
    color: #092a49;
}

::placeholder {
    color: #092a49;
}

.bForm textarea {
    color: #092a49;
}

.warning-image img {
    width: 45%;
}

.booking_head {
    margin-bottom: 10px;
}

.landline_price span {
    font-size: 22px;
}

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

.peruser {
    margin-bottom: 20px;
}

.voip_packages ul li {
    font-size: 15px !important;
}

/* charges table start */
.tablemain_wrapp .table-wrap table {
    width: 100%;
    overflow: scroll;
}

.tablemain_wrapp .table-wrap {
    height: 500px;
    border-top: none !important;
}

.table-wrap {
    width: 100%;
    display: block;
    height: 462px;
    overflow: auto;
    position: relative;
    z-index: 1;
}

.table-responsive {
    min-height: 0.01%;

    overflow-x: auto;

    box-shadow: 1px 6px 9px 0px rgb(0 0 0 / 15%);
}

.tablemain_wrapp table tr th:first-child {
    border-right: 1px solid #092947 !important;
}

.tablemain_wrapp table tr th:last-child {
    border-left: 1px solid #092947 !important;
}

.tablemain_wrapp table tr th {
    font-size: 17px;
    font-weight: 400;
    border: none;
    font-family: 'Poppins';
    color: white !important;
    position: sticky;
    top: 0;
    z-index: 2;
    vertical-align: middle;
    background-color: #092947;
    white-space: nowrap;
    text-align: center;
    padding: 6px 0px;
}

.tablemain_wrapp table tr td:first-child {
    border-right: 1px solid #092947 !important;
}

.tablemain_wrapp table tr td:last-child {
    border-left: 1px solid #092947 !important;
}

.tablemain_wrapp table tr td span {
    border-bottom: 1px solid #c9c4c4;
    width: 100%;
    display: inline-block;
    margin: 10px 0 0;
    padding: 0 10px 10px;
    font-family: 'Poppins';
    color: #0365af;
}

.tablemain_wrapp table tr td {
    border: none !important;
    background-color: #e6eef5;
    padding: 0;
    vertical-align: middle;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .5px;
    white-space: nowrap;
    text-align: center;
}

.tablemain_wrapp .table-wrap::-webkit-scrollbar-thumb {
    background-color: #092947;
    border: 1px solid #092947;
    height: 70px;
}

.tablemain_wrapp .table-wrap::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

.tablemain_wrapp .table-wrap::-webkit-scrollbar-track {
    background-color: #e6eef5;
}

/* charges table end */
.voip_additional .service_box {
    margin-bottom: 30px;
    width: 100%;
    transition: 0.5s;
    height: 300px;
}

.voip_additional a {
    width: 100%;
}

.voip_additional .service_box:hover {
    background: #0368b4;
    transition: 0.5s;
    transform: scale(1.1);
}

.voip_heading_top {
    margin-top: 30px;
    padding: 0 60px;
}

.voip_heading_top p {
    margin-bottom: 0;
}

.top_spacing_vlandline {
    margin-top: 30px;
}


/* tabs github start */

@media only screen and (min-width: 768px) {
    #mainTab {
        padding: 1px;
    }
}

@media only screen and (max-width: 767px) {
    #mainTab {
        padding: 1px;
    }

    .border_blue_about {
        display: none;
    }

    .joinUsImage img {
        /* margin-top: 20px; */

    }

    .about_jFlex {
        margin-top: 25px;
    }
}

#mainTab,
#mainTab * {
    transition: all 0.25s;
    font-family: 'Poppins';
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
}

#mainTab .out-wrap {
    position: relative;
    padding: 30px;
    box-shadow: 0 6px 10px -2px rgba(0, 0, 0, .25);
    width: 1200px;
    /* margin: 50px auto; */
    background: #dde5eb;
    border-radius: 8px;
}

#mainTab li {
    padding: 0px 12px;
}

#mainTab .out-wrap #tabs {
    border-bottom: 0;
    margin: 0 -50px 20px;
    background: #092946;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    flex-wrap: nowrap !important;
    padding: 10px 0;
    border-radius: 7px;
}

#mainTab .out-wrap #tabs::-webkit-scrollbar {
    display: none;
}

#mainTab .out-wrap #tabs li {
    width: auto;
    white-space: nowrap;
    flex: 1;
    text-align: center;
}

#mainTab .out-wrap #tabs li a {
    border: 0;
    border-radius: 0;
    cursor: pointer;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins';
    letter-spacing: 0px;
}

.bacallHeading h2 {
    font-size: 25px !important;
    margin-bottom: 10px;
}

#mainTab .out-wrap #tabs li.active a {
    background: #0366b0;
    color: white;
    padding: 5px 12px;
}

#mainTab .out-wrap #tabs li.active a {
    background: #0366b0;
    color: white;
    padding: 5px 12px;
    border-radius: 5px;
}

#mainTab .out-wrap .tab-content {
    overflow: hidden !important;
}

/* tabs github end */

.calltabs .nav-pills-custom .nav-link {
    color: white;
    background: #0366b0;
    position: relative;
    font-size: 15px;
    padding: 10px 11px !important;
}

.calltabs #v-pills-tabContent {
    background: #0366b0;
    height: 512px;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    color: white;
    border-radius: .25rem;
}

.calltabs .nav-pills-custom .nav-link.active {
    color: white;
    background: #001b45;
}

.calltabs {
    background-color: #c7edff;
}

.calltabs h4 {
    color: black;
}

.pointerClick {
    cursor: pointer;
    font-weight: 600;
    text-decoration: underline;
}

/* admin design 30-12-24 */
.subscriptions-table-design .admin-table-design td {
    text-align: left;
    padding-bottom: 20px;
}
.subscriptions-table-design .admin-table-design {
    box-shadow: inherit;
}
.scrollable-div {
    border: 1px solid #002455 !important;
    line-height: 33px;
    padding-top: 0 !important;
    background: #eef3f7;
    font-size: 15px;
}
/* admin design 30-12-24 */

@media (min-width: 992px) {
    .calltabs .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #092947;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.calltabs .nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

.phone img {
    width: 35%;
}

/* new footer css */

.ftAboutMenu::before {
    display: none;
}

.ftAboutMenu ul li {
    display: inline;
    margin: 0 17px;
}

.ftAboutMenu {
    margin-top: 27px;
    text-align: center;
}

.ftAboutMenu h6,
.ftAboutMenu p
{
    border-bottom: inherit;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Satoshi-Medium' !important;
    letter-spacing: 2px;
    color: white;
    padding-bottom: 7px;
    line-height: 28px;
    margin-top: 0;
}

.reach-details {
    margin-top: 30px;
    text-align: center;
    position: relative;
}

.reach-details h6,
.footer-reach-details .footer-detail-item
 {
    color: white;
    font-family: 'Satoshi-Regular' !important;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
    margin-top: 0;
}

.reach-details i {
    color: white;
    font-size: 17px;
    margin: 0 10px;
}

.reach-details h5,
.footer-reach-details .footer-detail-link 
{
    color: white;
    font-family: 'Satoshi-Regular' !important;
    font-weight: 100;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
    margin-top: 0;
}

.reach-details:after {
    content: '';
    position: absolute;
    width: 0.1%;
    height: 100%;
    background-color: #0171c4;
    /* background-color: #323232; */
    top: 0;
    right: 24px;
}

.richDetailsThree::after {
    display: none;
}

.richDetailsTwo::after {
    right: -13%;
}

.reach-details h5 a,
.footer-reach-details .footer-detail-link a
{
    color: white;
}

.footer-border {
    width: 100%;
    height: 0.5%;
    background: #0171c4;
    margin: 40px 0px 60px 0;
}

.footer-border img {
    position: absolute;
    bottom: -18px;
    left: 37%;
    background: #092a49;
}

.normal-content-style p {
    margin-bottom: 10px;
    text-align: left;
    font-size: 17px;
    line-height: 35px;
}

.form-headings h2 {
    font-size: 32px;
}

.form-headings {
    margin-bottom: 25px;
    margin-top: 30px !important;
}

.vat-return-button {
    text-align: center;
}
.vat-return-button a {
    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;
    transition: transform 200ms, background 200ms;
    margin: 20px 0;
    font-weight: 500;
    font-family: 'Poppins';
}

/* shared office */
.full-banner {
    background-image: url(../imgs/shared-office-2.webp);
    height: 50vh;
    background-position: center;
    display: flex;
    align-items: center;
    background-blend-mode: multiply;
    background-color: #00000099;
    background-size: cover;
    background-repeat: no-repeat;
}

.full-banner h1 {
    text-align: center;
    color: white;
    line-height: 58px;
    font-weight: 600;
}

.full-banner h1 {
    text-align: center;
}

.shared-office-content {
    margin-bottom: 1rem;
}

.shared-office-content h6 {
    margin-bottom: 0;
}

.shared-office-content .shared-office-form-red {
    color: red;
    margin-top: -11px;
    font-size: 15px;
}

/* shared office end*/


/* vat registration start */
.vat-content-extra p {
    text-indent: -11px;
    margin-left: 22px;
}

.vat-content-extra p i {
    color: #00aeef;
}

.how-it-work li span img {
    width: 8%;
}

.popular_bg .vat-packages-registration h6 {
    color: white !important;
    font-size: 17px;
    font-weight: 400;
}

.seo-content-vat-registration .vat-p-down-space i {
    font-size: 8px;
    position: relative;
    top: -4px;
}

.seo-content-vat-registration .vat-p-down-space {
    margin-bottom: 0;
    color: #092a49;
}

.seo-content-vat-registration .seo-content-vat-each {
    margin-bottom: 1rem;
}

.seo-content-vat-each p:nth-child(2) {
    margin-left: 12px;
}

.adjust-vat-form-content {
    margin-top: 20px;
    margin-bottom: 0px;
}

.packages_bg .vat-packages-registration h6 {
    color: black;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: -11px;
}

.vat-registration-total {
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 7px;
}

.vat-seo-content-color p,
.vat-seo-content-color h5,
.vat-seo-content-color h2 {
    color: black;
}

.vat-registration-total-price {
    margin-bottom: 25px;
    margin-top: 5px;
}

#vat-registration-banner h1 {
    font-size: 45px !important;
}

@keyframes vtpulse {

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

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

.vat-packages .packages_list li:nth-child(1) {
    text-align: center;
    padding-left: 0;
}

.vat-packages .packages_list li:nth-child(1) i {
    left: -21px;
}

.vat-packages .packages_list li:nth-child(1) span {
    display: block !important;
    animation: vtpulse 2s infinite;
    font-size: 15px;
    font-weight: 600;
}

.vat-packages-registration h5 {
    font-size: 18px !important;
}

/* vat registration end */
.logo-packages h6 {
    color: white;
        font-weight: 400;
    margin-bottom: 0;
}

#uploadInput .custom-file-upload {
    display: inline-block;
    padding: 10px 20px;
    background-color: #036dbc;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
}

.company-logoPrice {
    margin-bottom: 26px;
    margin-top: 25px !important;
}

/* Hide the default file input */
#uploadInput .file-input {
    display: none;
}

/* Optional hover effect for custom button */
#uploadInput .custom-file-upload:hover {
    background-color: #0056b3;
}

/* Optional: Style the input when a file is selected */
#uploadInput .file-input:valid + .custom-file-upload {
    background-color: #28a745;
}

#uploadInput {
    text-align: center;
}

#logocreaiontContent h1 {
    font-size: 47px !important;
}

#logocreaionImage img {
    width: 94% !important;
}

.upload-button-head {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 15px;
}

/* ba - call answering */
#ba-call .ba-callanswering-img {
    padding-top: 15px !important;
    padding-bottom: 45px !important;
}

#ba-call .ba-callanswering-img .singleImageSet {
    bottom: -45px;
}

.calltabs #v-pills-tabContent h2 {
    color: white;
    border-bottom: 3px solid #ffffff;
}

.uk-flag .ukbasedimage {
    background: white;
    text-align: center;
}

.belfast-northernIreland-Image .banner_main_img {
    height: 750px;
    margin-top: 30px;
}

/* ba - call answering */

/* <1200 PX */
@media (max-width: 1200px) {
    .reach-details h5
    {
        font-size: 18px;
    }
}

/* <992 PX */
@media (max-width: 992px) {
    .reach-details h5
    {
        font-size: 15px;
        line-height: 25px;
    }
    .footer-border img
    {
        left: 50%;
        transform: translateX(-50%);
    }
    .reach-details:after
    {
        display: none;
    }
  }

  /* <768 PX */
@media (max-width: 768px) {
    .footer-border img
    {
        left: 50% !important;
    }
    .footer_ext_01
    {
        display: none;
    }    
    .belfast-northernIreland-Image .banner_main_img {
        height: auto;
        margin-top: 0;
    }
}

.nav_bar li:hover>ul.submenu h6 {
    color: white;
    text-align: center;
    font-size: 15px;
    margin-bottom: 0;
    border-bottom: 1px solid white;
    padding: 10px 10px 12px;
    cursor: default;
}

/* HomePage Heading Update */

.service_section .ba-home-seo-equal-heading
{
    margin: 0;
    font-size: 36px;
    line-height: 44px;
}

       /* company stament due */
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.confirmation-stament-due .header {
    background: linear-gradient(135deg, #036dbc 0%, #036dbc 100%);
    padding: 10px 30px 6px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.confirmation-stament-due .header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 0.3;
    }

    50% {
        opacity: 0.7;
    }
}

.confirmation-stament-due .warning-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 2;
}

.confirmation-stament-due .warning-icon::before {
    content: '?';
    font-size: 40px;
    color: #fff;
}

.confirmation-stament-due .header h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 6px;
    position: relative;
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.confirmation-stament-due .header .subtitle {
    color: white;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

.confirmation-stament-due .content {
    padding: 20px 30px;
    padding-bottom: 0;
}

.confirmation-stament-due .notice-text {
    font-size: 18px;
    color: #444;
    margin-bottom: 0;
    text-align: center;
}

.confirmation-stament-due .pricing-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px;
    padding: 11px 30px;
    margin: 15px 0;
    border: 2px solid #036dbc;
    position: relative;
    overflow: hidden;
}

.confirmation-stament-due .pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #036dbc, #036dbc, #036dbc);
    animation: shimmer 2s linear infinite;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.confirmation-stament-due .pricing-title {
    font-size: 19px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}

.confirmation-stament-due .pricing-content {
    text-align: left;
}

.confirmation-stament-due .fee-item {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.6;
    color: #555;
}

.confirmation-stament-due .fee-label {
    display: inline-block;
    width: 65%;
    font-weight: 500;
}

.confirmation-stament-due .fee-amount {
    font-weight: 700;
    color: #333;
    font-size: 18px;
}

.confirmation-stament-due .total-separator {
    height: 2px;
    background: linear-gradient(90deg, #036dbc, #036dbc);
    margin: 20px 0 15px;
    border-radius: 1px;
}

.confirmation-stament-due .fee-total {
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
}

.confirmation-stament-due .total-label {
    display: inline-block;
    width: 65%;
    font-weight: 700;
}

.confirmation-stament-due .total-amount {
    font-weight: 800;
    color: #036dbc;
    font-size: 1.3rem;
}

.confirmation-stament-due .warning-section {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border-left: 5px solid #036dbc;
    padding: 20px;
    margin: 25px 0;
    border-radius: 0 10px 10px 0;
}

.confirmation-stament-due .warning-title {
    font-weight: 700;
    color: #856404;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
}

.confirmation-stament-due .warning-title::before {
    content: '??';
    font-size: 17px;
}

.confirmation-stament-due .consequences {
    color: #856404;
    font-size: 16px;
    line-height: 1.6;
}

.confirmation-stament-due .cta-button {
    background: #555;
    color: white;
    border: none;
    padding: 12px 40px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
    transition: all 0.3s ease;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
}


/* .confirmation-stament-due .cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s;
}

.confirmation-stament-due .cta-button:hover::before {
    left: 100%;
}

.confirmation-stament-due .cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 193, 7, 0.4);
}

.confirmation-stament-due .cta-button:active {
    transform: translateY(-1px);
} */

.confirmation-stament-due .footer-note {
    text-align: center;
    color: #6c757d;
    font-size: 0.9rem;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.confirmation-stament-due {
    background: white;
    margin-top: 9px;
    border-radius: 5px;
    padding: 19px 19px;
}

#confirmationStatmentDue #confirmationStatementRedA {
    background: linear-gradient(270deg, #ffc5c5, #ff9e9e, #ffc5c5);
    background-size: 600% 600%;
    animation: gradientSlideRed 3s ease-in-out infinite, pulseGlowRed 1.5s ease-in-out infinite;
    border: 2px solid red !important;
    color: black;
    padding: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.4);

}

#confirmationStatmentDue #confirmationStatementYelloA {
    background: linear-gradient(270deg, #ffcd57, #ffd571, #ffda84);
    background-size: 600% 600%;
    animation: gradientSlide 3s ease-in-out infinite, pulseGlow 1.5s ease-in-out infinite;
    border: 2px solid #ffcd57 !important;
    color: black;
    padding: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(214, 232, 14, 0.5);
}

/* Gradient slide animation */
@keyframes gradientSlide {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
 
/* Subtle pulsing effect */
@keyframes pulseGlow {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 10px #ffd571;
    }
    50% {
        transform: scale(1.03);
        box-shadow: 0 0 20px #ffd571;
    }
}
/* Gradient slide animation */
@keyframes gradientSlideRed {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
 
/* Subtle pulsing effect */
@keyframes pulseGlowRed {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 10px rgba(255, 0, 0, 0.4);
    }
    50% {
        transform: scale(1.03);
        box-shadow: 0 0 20px rgba(255, 0, 0, 0.7);
    }
}
/* Responsive Design */
@media (max-width: 768px) {
    .confirmation-stament-due .header {
        padding: 30px 20px 25px;
    }

    .confirmation-stament-due .header h1 {
        font-size: 1.8rem;
    }

    .confirmation-stament-due .content {
        padding: 16px 20px;
    }

    .confirmation-stament-due .notice-text {
        font-size: 15px;
    }

    .confirmation-stament-due .pricing-card {
        padding: 20px;
    }

    .confirmation-stament-due .fee-label {
        width: 100%;
        margin-bottom: 5px;
    }

    .confirmation-stament-due .total-label {
        width: 100%;
        margin-bottom: 5px;
    }

    .confirmation-stament-due .fee-item,
    .confirmation-stament-due .fee-total {
        text-align: center;
    }

    .confirmation-stament-due .cta-button {
        padding: 16px 30px;
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .confirmation-stament-due .header h1 {
        font-size: 16px;
    }

    .confirmation-stament-due .header .subtitle {
        font-size: 14px;
    }

    .confirmation-stament-due .warning-icon {
        width: 60px;
        height: 60px;
    }

    .confirmation-stament-due .warning-icon::before {
        font-size: 30px;
    }
}

/* company stament due */