  :root{
    --theme_box_background_color:#fff;
    --theme_box_background_color_alt:#FAFBFF;
    --theme_body_background_color:#fff;
    --theme-base-color:#52B0FF;
    --theme-light-color:#415D65;
    --theme-light-banner-color:#6e6e6e;
    --theme-headline-color:#101E46;
    --theme_btn_gridaint:linear-gradient(90deg, #057DE2 0%, #52B0FF 100%);
    --theme_btn_gridaint_hover:linear-gradient(to right,#52B0FF 0,#0055b1 41%,#52B0FF 100%);
    --theme_btn_color:#fff;
    --theme_button_shadow:0rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.25);
    --border-color:#B9B9B9;
    --border-md-color:#d7d7d7;
    --theme_border_radius_5:5px;
    --theme_border_radius_10:10px;
    --theme_border_radius_15:15px;
    --theme_border_radius_20:20px;
    --theme_border_radius_50:50px;
    --theme_headline_font_size:34px;
    --theme_font_size_24:24px; 
    --theme_font_size_22:22px; 
    --theme_font_size_20:20px;  
    --theme_font_size_18:18px;
    --theme_font_size_16:16px;
    --theme_font_size_15:15px;
    --theme_font_size_14:14px;
    --theme_font_size_13:13px;
    --theme_font_size_12:12px;
    --theme_font_size_11:11px;
    --theme_font_800:800;
    --theme_font_700:700;
    --theme_font_600:600;
    --theme_font_500:500;
    --theme_font_400:400;

    --new_heading_color:#101E46;
    --new_desc_color:#415D65;
    --theme_success:#09B100;
    --border_alt_color:#E2F2FF;
  }
  ul{margin:0;padding:0;list-style:none;}
  ul li{padding:0;}
  figure{margin:0;}
  img{max-width:100%;}
  a{text-decoration:none;transition:0.5s;}
  @keyframes shine{100%{left:125%;}}

  @keyframes bounce{
    0%, 100% {transform: translateX(-25%);animation-timing-function: cubic-bezier(.8,0,1,1);}
    50%{transform: translateX(0);animation-timing-function: cubic-bezier(0,0,.2,1);}
  }
  @keyframes moveArrow {
    0%{transform: translateX(0);}
    50%{transform: translateX(10px);}
    100%{transform: translateX(0);}
  }
  .btn{font-size:var(--theme_font_size_15);background-color:var(--theme-base-color);color:var(--theme_btn_color);border-radius:var(--theme_border_radius_10);padding:0.75rem 1.125rem;border-width:0;outline:0;box-shadow:var(--theme_button_shadow) !important;position:relative;overflow:hidden;}
  .btn::after{position: absolute;content:"";top:0;left:-75%;z-index:2;display:block;width:50%;height:100%;background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);transform:skewX(25deg);}
  .btn:hover::after{animation:shine 800ms;}
  .btn_gridaint, .btn_gradiant{background:var(--theme_btn_gridaint_hover);transition:0.5s;background-size:200% auto;}
  .btn_gridaint:hover, .btn_gradiant:hover{color:var(--theme_btn_color);opacity:0.95;background-position:left center;}
  .btn i{transition:0.5s;position:relative;left:0;}
  .btn:hover i{left:0.3125rem;}
  .btn:hover{color:var(--theme_btn_color);}
  h1,h2,h3,h4,h5,h6{color:var(--theme-headline-color);}
  p{color:var(--theme-light-color);}
  a{color:var(--theme-base-color);}
  a:hover{color:var(--theme-base-color);}
  body{font-family: "Poppins", sans-serif;font-weight:var(--theme_font_400);color:var(--theme-light-color);font-size:var(--theme_font_size_14);background-color:var(--theme_body_background_color);}
  .dropdown-item.active, .dropdown-item:active{background-color:var(--bs-dropdown-link-hover-bg);color:var(--theme-headline-color);}
  .form-control, .form-select{border-color:var(--border-color);font-size:var(--theme_font_size_14);padding:0.625rem 0.75rem;outline:0;box-shadow:inherit !important;color:var(--theme-light-color);}
  .form-control:focus, .form-select:focus{border-color:var(--theme-base-color);}
  .headline_color{color:var(--theme-headline-color);}
  .bg_alt{background-color:var(--theme_box_background_color_alt);}
  .btn-close{opacity:0.7}
  .btn-danger{background-color:#CD000A;border-color:#CD000A;}
  .after_heading{position:relative;margin-bottom:2.25rem !important;}
  .after_heading::after{content:'';width:5rem;height:0.3125rem;border-radius:0.625rem;background:var(--theme_btn_gridaint);position:absolute;left:0;bottom:-1.125rem;}
  .after_heading::before{content:'';width:0.625rem;height:0.625rem;border:0.0625rem solid #FFFFFF;background:var(--theme_btn_gridaint);border-radius:1.25rem;position:absolute;left:2.1875rem;bottom:-1.25rem;z-index:1;}
  .sub_title{font-size:var(--theme_font_size_20);color:var(--theme-headline-color);font-weight:var(--theme_font_600);}
  .homes_heading{font-size:2.125rem;margin-bottom:0.75rem;color:var(--theme-headline-color);font-weight:var(--theme_font_600);line-height:normal;text-transform:capitalize;}
  .common_box_img{display:flex;justify-content:flex-start;align-items:center;gap:0.9375rem;}
  .common_box_img ._content{flex:1;text-align:left;}
  .common_arrow_list li{margin-bottom:0.9375rem;position:relative;padding-left:1.625rem;}
  .common_arrow_list li::before{content:'\f00c';width:1.125rem;height:1.125rem;display:flex;align-items:center;justify-content:center;border-radius:1.25rem;font-family: "Font Awesome 6 Free";font-weight:var(--theme_font_600);font-size:0.625rem;color:#fff;background:var(--theme_btn_gridaint);margin-right:0.625rem;position:absolute;left:0;top:0.125rem;box-shadow:0rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);}
  .common_arrow_list li b{font-weight:var(--theme_font_500);}

  .swiper-pagination{bottom:-2.5rem !important;}
  .common_swiper_pagination{margin-bottom:2.5rem;}
  .common_swiper_pagination .swiper-pagination-bullet{width:0.625rem;height:0.625rem;z-index:3;}
  .common_swiper_pagination .swiper-pagination-bullet-active{background:var(--theme_btn_gridaint);}
  .swiper-button-next, .swiper-button-prev{z-index:1 !important;}
  .dropdown-toggle::after{border-top:.4em solid;border-right:.4em solid transparent;border-left:.4em solid transparent;}
  /*Common Dropdown*/
  .dropdowns .dropdown-toggle{background-color:var(--theme_box_background_color);padding:0.625rem 0.75rem;display:inline-flex;align-items:center;justify-content:space-between;text-align:left;border-radius:var(--theme_border_radius_10);box-shadow:0rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.12 );}
  .dropdowns .dropdown-menu{border-radius:var(--theme_border_radius_10);border-color:#dbdbdb;padding:0;overflow:hidden;}
  .dropdowns .dropdown-menu a{padding:0.625rem;border-radius:0rem;font-size:0.875rem;}
  .dropdowns .dropdown-menu a:hover{background-color:var(--theme_box_background_color_alt);}
  .text_links{position:absolute;left:0;right:0;top:0;width:100%;height:100%;z-index:2;cursor:pointer;}
  .custom_home_space{padding:3.75rem 0;min-height:auto;}
  .img_auto{width:auto;height:auto;max-width:100%;}
  @keyframes mover{0%{transform:translateY(0);}100%{transform:translateY(-0.625rem);}}
  @keyframes wiggle{5%, 50%{transform: scale(1);}10%{transform: scale(.9);}15%{transform:scale(1.15);}20%{transform: scale(1.15) rotate(-5deg);}25%{transform:scale(1.15) rotate(5deg);}30%{transform:scale(1.15) rotate(-3deg);}35%{transform: scale(1.15) rotate(2deg);}40%{transform:scale(1.15) rotate(0);}}
  @-webkit-keyframes rotate{from {-webkit-transform: rotate(0deg);}to{ -webkit-transform: rotate(359deg);}}


/*Service page*/
@keyframes blobDrift {
  from { transform: translate(0,0) scale(1); }
  to   { transform: translate(40px,30px) scale(1.1); }
}
.service_banner_upv{padding:80px 0;background:linear-gradient(135deg, #dff0fb 0%, #e8f9f4 40%, #f0f5ff 100%);position:relative;z-index:1;min-height:250px;margin:8px 15px 0;border-radius:var(--theme_border_radius_15);overflow: hidden;z-index:1;}
.service_banner_upv::before{content:'';position:absolute;top:-120px;left:-120px;width:450px;height:450px;background:radial-gradient(circle, rgb(14 26 165 / 10%) 0%, transparent 70%);border-radius:50%;pointer-events:none;animation: blobDrift 8s ease-in-out infinite alternate;z-index:-1;}
.service_banner_upv::after {content:'';position:absolute;bottom:-100px;right:-100px;width:450px;height:450px;background:radial-gradient(circle, rgb(54 207 26 / 15%) 0%, transparent 70%);border-radius:50%;pointer-events:none;animation:blobDrift 10s ease-in-out infinite alternate-reverse;z-index:-1;}
.service_banner_upv ._tags{border-radius:var(--theme_border_radius_10);padding:8px 18px;font-size:var(--theme_font_size_13);text-transform:uppercase;font-weight:var(--theme_font_600);display:inline-block;box-shadow:0 0 7px rgba(0,0,0, .07);background-color:#edfff9;color:#1a8a4a;border:1.5px solid #b6e8d0;}
.service_banner_upv ._tags::before{content:'';display:inline-block;width:6px;height:6px;background:#1a8a4a;border-radius:50%;animation:blink 1.8s ease infinite;box-shadow:0 0 6px var(--theme_box_background_color);margin-right:8px;vertical-align:middle;}
.service_banner_upv h1{font-weight:var(--theme_font_600);font-size:48px;line-height:1.3;}
.service_banner_upv h1 em{font-style:normal;background:var(--theme_btn_gridaint);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}
.service_banner_upv p{color:var(--theme-headline-color);font-size:var(--theme_font_size_15);}
.service_banner_upv ._btn_groups .btn{background:var(--theme-headline-color);border:1px solid var(--theme-headline-color);box-shadow:none !important;}
.service_banner_upv ._btn_groups .btn_contact{background-color:var(--theme_box_background_color);color:var(--theme-headline-color);}
.service_banner_upv ._btn_groups .btn_contact:hover{background:var(--theme-headline-color);color:var(--theme_btn_color);}
.service_usp_list{border-top:1px solid var(--border_alt_color);gap:0 40px;}
.service_usp_list li .sub_title{font-weight:var(--theme_font_600);font-size:var(--theme_font_size_22);}
.service_usp_list li ._desc{font-size:var(--theme_font_size_13);color:var(--theme-headline-color);display:block;}

.service_banner_upv .service_banner_right{background:var(--theme_box_background_color);border-radius:var(--theme_border_radius_20);padding:1.6rem;box-shadow:0 20px 60px rgba(13,31,76,0.1), 0 0 0 1px rgba(13,31,76,0.06);margin:0 auto;border:1.5px solid var(--border_alt_color);overflow:hidden;max-width:350px;position:relative;}
.service_banner_upv .service_banner_right ._mini_title{font-size:var(--theme_font_size_16);color:var(--theme-base-color);}
.service_banner_upv .service_banner_right .sub_title{font-size:34px;font-weight:var(--theme_font_700);line-height:1.2;}
.service_banner_upv .service_banner_right b{font-size:var(--theme_font_size_22);font-weight:var(--theme_font_500);}
.service_banner_right ._desc{font-size:var(--theme_font_size_13);}
.service_banner_upv .service_banner_right::before{content:'';position:absolute;top:-1px;left:0;right:0;height:4px;background:var(--theme_btn_gridaint);border-radius:var(--theme_border_radius_20) var(--theme_border_radius_20) 0 0;}
.service_banner_upv .common_arrow_list li{color:var(--theme-headline-color);padding-left:30px;}
.service_banner_upv .common_arrow_list li::before{background:#e8fff4;color:#198754;box-shadow:inherit;width:20px;height:20px;top:-1px;}
.service_banner_upv .btn{box-shadow:inherit !important;}

.service_usp_v{padding:25px 0;}
.service_usp_v ul{gap:18px;justify-content:space-between;}
.service_usp_v ._content{flex:1;}
.service_usp_v ul .sub_title{font-weight:var(--theme_font_500);font-size:var(--theme_font_size_15);}

._services_slider_v{overflow:hidden;max-width:1100px;margin:0 auto;padding-left:10px;}
._services_slider_v article{border:1px solid var(--border_alt_color);border-radius:var(--theme_border_radius_20);padding:24px;background-color:var(--theme_box_background_color);text-align:center;position:relative;transition:0.4s;display:flex;flex-direction:column;}
._services_slider_v article:hover{border-color:var(--theme-base-color);transform:translateY(-3px);}
._services_slider_v article ._mini_title{font-size:var(--theme_font_size_15);font-weight:var(--theme_font_700);text-transform:uppercase;letter-spacing:.08em;margin-bottom: 10px;}
._services_slider_v article .sub_title b{font-size:var(--theme_font_size_22);font-weight:var(--theme_font_600);position:relative;bottom:4px;}
._services_slider_v article .sub_title{font-size:32px;line-height:1.2;font-weight:var(--theme_font_700);display:flex;align-items:flex-end;justify-content:center;gap:0 3px;}
._services_slider_v .swiper-wrapper{padding:30px 0 0px;justify-content:center;}
._services_slider_v ._desc{font-size:var(--theme_font_size_13);}
._services_slider_list li{margin-top:12px;position:relative;color:var(--theme-headline-color);text-align:left;font-size:var(--theme_font_size_14);display:flex;align-items:center;justify-content:flex-start;gap:8px;}
._services_slider_list li::before{content: '✓';color:#1a7a4a;font-weight:var(--theme_font_600);font-size:var(--theme_font_size_13);}
._services_slider_list li._no::before{content: '✕';color:#e90000;}
._services_slider_v .btn{background:var(--theme_box_background_color);border:1px solid var(--theme-headline-color);color:var(--theme-headline-color);box-shadow:inherit !important;font-weight:var(--theme_font_600);border-radius:var(--theme_border_radius_20);}
._services_slider_v article:hover .btn{background-color:var(--theme-headline-color);color:var(--theme_btn_color);}
._services_slider_v article._premium{border-color:var(--theme-base-color);border-width:2px;}
._services_slider_v article ._bage{background:var(--theme_btn_gridaint);color:var(--theme_btn_color);border-radius:var(--theme_border_radius_15);max-width:150px;margin:0 auto;padding:6px 10px;position:absolute;left:0;right:0;top:-20px;display:inline-flex;align-items:center;justify-content:center;gap:0 6px;font-size:var(--theme_font_size_13);}
._services_slider_v article._premium .btn{background:var(--theme_btn_gridaint);border-color:transparent;color:var(--theme_btn_color);}
._services_slider_v article ._services_slider_list{flex:1;}

.service_up_content h2{font-size:24px;margin-bottom:15px;font-weight:var(--theme_font_600);}

.service_up_content ._cta_box{background:linear-gradient(135deg, #f2f2ff, #fbfff7);border:1px solid #d2daff;padding:20px;border-radius:var(--theme_border_radius_15);color:var(--theme-headline-color);box-shadow:0 0 20px rgb(0 65 126 / 8%);margin:18px 0;}
.service_up_content ._cta_box strong{font-weight:var(--theme_font_600);}
.service_up_content ul{margin-left:25px;}
.service_up_content ul li{margin-top:10px;list-style:disc;}
.service_up_content ul li::marker{color:var(--theme-headline-color);}

.service_up_content ._cta_box_keys{margin-bottom:30px;}
.service_up_content ._cta_box_keys .row{gap:20px 0;}
.service_up_content ._cta_box_keys_inner{height:100%;}
.service_up_content ._cta_box_keys_inner article{background-color:var(--theme_box_background_color);border-radius:var(--theme_border_radius_15);padding:15px;border:1px solid var(--border_alt_color);transition:0.4s;height:100%;display:flex;align-items:center;justify-content:flex-start;gap:0 20px;}
.service_up_content ._cta_box_keys_inner article:hover{transform:translateY(-3px);box-shadow:0 0 10px rgb(0, 0, 0, .06);}
.service_up_content ._cta_box_keys_inner article ._contnet{flex:1;}
.service_up_content ._cta_box_keys_inner article ._icon{background-color:var(--theme_box_background_color);width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--theme_border_radius_5);border:1px solid var(--border_alt_color);}
.service_up_content ._cta_box_keys_inner article ._icon svg{width:25px;color:var(--theme-base-color);}
.service_up_content ._cta_box_keys_inner article .sub_title{font-size:var(--theme_font_size_16);margin-bottom:4px;}
.service_up_content .accordion .accordion-item{border:1px solid var(--border_alt_color);overflow:hidden;}
.service_up_content .accordion .accordion-button{font-size:var(--theme_font_size_14);padding:14px 12px;background-color:var(--theme_box_background_color_alt);}
.service_up_content .accordion .accordion-button.collapsed{background-color:var(--theme_box_background_color);}
.service_up_content .accordion .accordion-button::after{font-size:17px;}


.service_up_content .nav{margin:0;}
.service_up_content .nav li{list-style:none;margin:0;}
.service_up_content .nav-tabs{border:0;gap:0 10px;white-space:nowrap;overflow-x:visible !important;flex-wrap:nowrap;scrollbar-width:none;}
._document_process_top #tabsWrap {overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;}
._document_process_top #tabsWrap::-webkit-scrollbar{display:none;}

._document_process_top ._docu_btn .btn{box-shadow:inherit !important;font-size:13px;padding:10px 22px;background-color:var(--theme-headline-color);}

.service_up_content .nav-tabs::-webkit-scrollbar{display:none;}
.service_up_content .nav-tabs .nav-link{display:flex;align-items:center;justify-content:center;padding:6px 15px;gap:0 8px;border:1px solid var(--border-md-color);border-radius:var(--theme_border_radius_20);color:var(--theme-headline-color);font-weight:var(--theme_font_500);font-size:var(--theme_font_size_13);margin-bottom:5px;}
.service_up_content .nav-tabs .nav-link.active{background:var(--theme-headline-color);color:var(--theme_btn_color);border-color:var(--theme-headline-color);}
.service_up_content .nav-tabs .nav-link ._icon svg{width:16px;height:16px;}
.service_up_content .nav-tabs .nav-link.active ._icon svg{color:var(--theme_btn_color);}
.service_up_content .nav-tabs .nav-link.active ._bage{background-color: rgb(255 255 255 / 8%);color:rgb(255 255 255);}
.service_up_content .nav-tabs .nav-link ._bage{background-color:rgb(37 99 235 / 8%);color:var(--theme-base-color);border-radius:var(--theme_border_radius_50);padding:1px 4px;font-size:var(--theme_font_size_11);width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;}
.service_up_content .tab-content ._notice{background-color:#FFFBEB;border-left:3px solid #D97706;border-radius:0 var(--theme_border_radius_10) var(--theme_border_radius_10) 0;padding:8px 14px;font-size:var(--theme_font_size_12);color: #92400E;line-height:1.55;margin-bottom:16px;display:flex;align-items:center;gap:0 5px;justify-content:flex-start;}
.service_up_content .tab-content ._notice svg{width:22px;}

.service_up_content .tab-content ul{margin:0;}
.service_up_content .tab-content ul li{list-style:none;margin-top:18px;}
.service_up_content .tab-content ._document_inner_list{display:flex;align-items:center;justify-content:flex-start;gap:0 8px;border:1.5px solid var(--border-md-color);border-radius:var(--theme_border_radius_10);background-color:var(--theme_box_background_color);padding:10px 15px;}
.service_up_content .tab-content ._document_inner_list ._content{flex:1;}

.service_up_content .tab-content ._document_inner_list ._count{width:30px;height:30px;background-color:var(--theme-headline-color);color:var(--theme_btn_color);border-radius:var(--theme_border_radius_50);display:flex;align-items:center;justify-content:center;font-size:var(--theme_font_size_12);font-weight:var(--theme_font_500);letter-spacing:.01em;margin-top:1px;}
.service_up_content .tab-content ._document_inner_list ._mini_title{font-weight:var(--theme_font_500);color:var(--theme-headline-color);}
.service_up_content .tab-content ._document_inner_list span{font-size:var(--theme_font_size_12);display:block;}
.service_up_content .tab-content ._document_inner_list ._bage{font-size:var(--theme_font_size_11);font-weight:var(--theme_font_600);letter-spacing:.04em;text-transform:uppercase;padding:3px 9px;border-radius:var(--theme_border_radius_50);white-space:nowrap;align-self:flex-start;margin-top:3px;}
.service_up_content .tab-content ._document_inner_list ._bage._green{color:#16a34a;background-color:rgba(37, 235, 96, 0.1);}
.service_up_content .tab-content ._document_inner_list ._bage._appli{color:#2563eb;background-color:rgba(37, 99, 235, 0.1);}
.service_up_content .tab-content ._document_inner_list ._bage._conditi{color:#b45309;background-color:rgba(217, 119, 1, 0.1);}
.service_up_content .tab-content ._document_inner_list  .doc_warn{display:inline-flex;align-items:center;gap:4px;font-size:var(--theme_font_size_11);font-weight:var(--theme_font_500);color:#92400E;background-color:#FFFBEB;border:1px solid rgba(217,119,6,.2);padding:2px 8px;border-radius:var(--theme_border_radius_15);margin-top:5px;}
.service_up_content .tab-content ._document_inner_list  .doc_warn strong{font-weight:var(--theme_font_700);}
.service_up_content ._document_bottom_box{background-color:var(--theme_box_background_color_alt);border-radius:var(--theme_border_radius_15);padding:10px 15px;border:1px solid var(--border_alt_color);}
.service_up_content ._document_bottom_box .sub_title{font-size:var(--theme_font_size_15);font-weight:var(--theme_font_500);margin-bottom:8px;}
.service_up_content ._document_bottom_box .nav-tabs .nav-link{border-radius:var(--theme_border_radius_10);font-size:var(--theme_font_size_12);}
.service_up_content .tab-content ._divider{margin:18px 0 -10px;font-size:15px;color:var(--theme-headline-color);font-weight:var(--theme_font_500);position:relative;display:flex;align-items:center;gap:8px;}
.service_up_content .tab-content ._divider::after{content: '';flex:1;height:1px;background:var(--border-md-color);}

.service_up_content .cta_service_up_inner ._left{flex:1;}
.service_up_content .cta_service_up{background:linear-gradient(135deg, #271454 0%, #162d55 60%, #1a3a6e 100%);border-radius:var(--theme_border_radius_20);padding:24px 26px;margin:32px 0;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,0.08);box-shadow:0 12px 40px rgba(0,0,0,0.20);}
.service_up_content .cta_service_up ._left h2{color:#fff;margin-bottom:8px;}
.service_up_content .cta_service_up ._left p{color:rgba(255, 255, 255, 0.85);font-size:var(--theme_font_size_12);}
.service_up_content .cta_service_up ._right .btn{font-size:14px;background-color:var(--theme_box_background_color);color:var(--theme-headline-color);box-shadow:none !important;border:1px solid var(--theme-base-color);font-weight:var(--theme_font_500);padding:10px 22px;}
.service_up_content .cta_service_up ._right .btn:hover{background:var(--theme_btn_gridaint);color:var(--theme_btn_color);}
.service_up_content .cta_service_up ._right span{font-size:var(--theme_font_size_12);color:#9cdd91;display:inline-block;}
.service_up_content .cta_service_up ._right span::before{content:'';display:inline-block;width:6px;height:6px;background:#1a8a4a;border-radius:50%;animation:blink 1.8s ease infinite;box-shadow:0 0 3px var(--theme_box_background_color);margin-right:8px;vertical-align:middle;top:-1px;position:relative;}
.service_up_content .cta_service_up > ul{margin:0;border-top:1px solid rgba(255,255,255,0.1);padding-top:18px;gap:10px 20px;}
.service_up_content .cta_service_up > ul > li{list-style:none;color:rgba(255,255,255,0.95);display:flex;align-items:center;justify-content:flex-start;gap:0 5px;font-size:var(--theme_font_size_12);margin-top:0;}
.service_up_content .cta_service_up > ul > li > span{flex:1;}
.service_up_content .cta_service_up > ul > li:before{content:'✓';color:#4ade80;font-weight:var(--theme_font_700);}

._service_choose{margin:30px 0;}
._service_choose h2{line-height:normal;margin-bottom:8px;font-weight:var(--theme_font_500);}
._service_choose h2 span{color:var(--theme-base-color);font-weight:var(--theme_font_600);}
._service_choose_box{box-shadow:0 2px 24px rgba(11,29,58,0.07), 0 1px 4px rgba(11,29,58,0.04);border:1px solid var(--border_alt_color);border-radius:var(--theme_border_radius_20);overflow:hidden;}
._service_choose_inner{display:grid;grid-template-columns: 1fr 136px 172px;border-bottom:1px solid var(--border-md-color);transition:0.4s all;}
._service_choose_inner:hover{background-color:var(--theme_box_background_color_alt);}
._service_choose_inner:last-child{border-bottom:0;}
._service_choose_inner .first_row{flex:1;}
._service_choose_inner > div{padding:12px 15px;}
._service_choose_inner .self_row{border-left:1px solid var(--border-md-color);background:#FEF7F7;color:#A83428;font-size:var(--theme_font_size_12);font-weight:var(--theme_font_500);display:flex;align-items:center;justify-content:center;gap:0 5px;}
._service_choose_inner .first_row{display:flex;align-items:center;justify-content:flex-start;gap:0 8px;color:var(--theme-headline-color);font-size:var(--theme_font_size_13);}
._service_choose_inner .first_row ._icon{width:28px;height:28px;border-radius:var(--theme_border_radius_5);background-color:var(--theme_box_background_color_alt);border:1px solid var(--border-md-color);display:flex;align-items:center;justify-content:center;}
._service_choose_inner .first_row ._icon svg {width:13px;height:13px;}
._service_choose_inner .first_row ._content{flex:1;}
._service_choose_inner._header .visa_row{background-color:var(--theme-headline-color);display:flex;flex-direction:column;font-size:var(--theme_font_size_11);color:#fff;text-align:center;justify-content:center;align-items:center;}
._service_choose_inner._header .visa_row ._bage{font-size:8px;letter-spacing:0.16em;text-transform:uppercase;background:var(--theme-base-color);color:var(--theme_btn_color);padding:2px 7px;border-radius:var(--theme_border_radius_20);display:flex;align-items:center;justify-content:center;margin-top:2px;}
._service_choose_inner._header .visa_row span svg path{fill:var(--theme-base-color);}
._service_choose_footer{display:flex;align-items:center;justify-content:space-between;gap:0 15px;background-color:var(--theme-headline-color);padding:12px 18px;}
._service_choose_footer p{font-size:var(--theme_font_size_13);color:rgba(255,255,255,0.85);}
._service_choose_footer p strong {color:var(--theme-base-color);font-weight:var(--theme_font_600);}
._service_choose_footer .btn{font-size:var(--theme_font_size_13);padding:10px 20px;}
._service_choose_inner ._pill{width:26px;height:26px;border-radius:var(--theme_border_radius_50);display:flex;align-items:center;justify-content:center;transition:transform 0.18s ease;}
._service_choose_inner ._pill._cross{border:1.5px solid rgba(192, 57, 43, 0.15);background-color:#FEF9F9;}
._service_choose_inner ._pill._tick{border:1px solid rgba(11,29,58,0.06);background-color:rgba(11,29,58,0.022);}
._service_choose_inner ._pill svg {width:10px;height:10px;}
._service_choose_inner ._pill._tick svg{width:13px;height:13px;}
._service_choose_inner:hover ._pill{transform:scale(1.1);}
._service_choose_inner .visa_row{border-left:1px solid rgba(11,29,58,0.06);background: rgba(11,29,58,0.022);display:flex;align-items:center;justify-content:center;}

.what_service_do{margin:30px 0;}
.what_service_do h2{line-height:normal;margin-bottom:8px;font-weight:var(--theme_font_500) ;}
.what_service_do h2 span{color:var(--theme-base-color);font-weight:var(--theme_font_600);}

.what_service_do_inner{height:100%;}
.what_service_do_inner article{box-shadow:0 2px 20px rgba(11,29,58,.07),0 1px 3px rgba(11,29,58,.04);height:100%;border-radius:var(--theme_border_radius_20);display:flex;flex-direction:column;overflow:hidden;}
.what_service_do_inner ._boxed{display:flex;align-items:center;justify-content:flex-start;gap:0 10px;background:var(--theme_btn_gridaint);padding:12px;}
.what_service_do_inner ._content{flex:1;}
.what_service_do_inner ._boxed ._icon{width:42px;height:42px;border-radius:var(--theme_border_radius_10);display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.12);background-color:rgba(255,255,255,.22);}
.what_service_do_inner ._boxed ._content span{color:var(--theme_btn_color);text-transform:uppercase;}
.what_service_do_inner ._content .sub_title{color:#fff;font-size:var(--theme_font_size_15);font-weight:var(--theme_font_500);}
.what_service_do_inner ._content p{font-size:var(--theme_font_size_12);color:rgba(255, 255, 255, 0.80);}
.what_service_do_inner ul{margin:0;padding:15px;flex:1;}
.what_service_do_inner ul li{list-style:none;display:flex;align-items:flex-start;justify-content:flex-start;gap:0 12px;position:relative;z-index:1;}
.what_service_do_inner ul li ._content{flex:1;}
.what_service_do_inner ul li ._mini_title{color:var(--theme-headline-color);font-weight:var(--theme_font_500);}
.what_service_do_inner ul li span{font-size:var(--theme_font_size_13);display:block;}
.what_service_do_inner ul li ._step{width:30px;height:30px;border-radius:var(--theme_border_radius_50);display:flex;align-items:center;justify-content:center;font-size:var(--theme_font_size_11);font-weight:var(--theme_font_600);margin-top:1px;box-shadow:0 0 0 3px rgba(11,29,58,.07);background-color:var(--theme-base-color);color:var(--theme_btn_color);}
.what_service_do_inner ul li::before{content:'';position:absolute;left:15px;top:10px;width:1px;height:100%;background-color:var(--border-md-color);z-index:-1;}
.what_service_do_inner ul li:last-child:before{display:none;}

.what_service_do_inner ._reassurance{background-color:var(--theme_box_background_color_alt);border:1px solid var(--border_alt_color);border-radius:var(--theme_border_radius_15);padding:12px;margin:10px;}
.what_service_do_inner ._reassurance .reassurance_txt{font-size:var(--theme_font_size_12);color:var(--theme-headline-color);}
.what_service_do_inner ._reassurance .reassurance_txt strong{font-weight:var(--theme_font_600);}

.what_service_do_inner ._chips{display:flex;align-items:center;gap:6px;flex-wrap:wrap;}
.what_service_do_inner ._chip{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:var(--theme_font_500);color:#1a7a48;background:#ebf7f1;padding:3px 8px;border-radius:var(--theme_border_radius_5);}
.what_service_do_inner ._chip svg{width:10px;height:10px;}
.what_service_do_inner._what_we_do_v article ul li ._step{background-color:#00a158;}
.what_service_do_inner._what_we_do_v article ._boxed{background:#00a158;}

.other_service_v{background-color:var(--theme_box_background_color);border:1px solid var(--border_alt_color);padding:15px 0;border-radius:var(--theme_border_radius_15);margin-bottom:20px;}
.other_service_v .sub_title{font-size:var(--theme_font_size_16);font-weight:var(--theme_font_600);padding:0 15px;}
.other_service_v ul li{padding:0 10px;}
.other_service_v ul li a{color:var(--theme-headline-color);margin-top:12px;padding:12px 5px 0; position:relative;transition:0.4s all;left:0;border-top:1px solid var(--border_alt_color);display:flex;align-items:center;justify-content:flex-start;gap:0 5px;}
.other_service_v ul li a::before{content:'\f061';font-weight:var(--theme_font_600);font-family:"Font Awesome 6 Free";font-size:var(--theme_font_size_13);}
.other_service_v ul li a:hover{color:var(--theme-base-color);left:2px;}

.service_expert_cta{background:linear-gradient(135deg, #ffffff 0%, #f5f9ff 35%, #ebfbf1 100%);border-radius:var(--theme_border_radius_15);padding:20px;box-shadow:0 0px 20px rgb(0 30 225 / 12%);}
.service_expert_cta .sub_title{font-size:var(--theme_font_size_16);font-weight:var(--theme_font_600);}
.service_expert_cta ul > li{display:block;width:100%;margin-top:14px;}
.service_expert_cta ul > li a{color:var(--theme-headline-color);display:flex;align-items:center;justify-content:flex-start;gap:0 8px;}
.service_expert_cta ul > li a:hover{color:var(--theme-base-color);}

.right_side_package{background:linear-gradient(360deg, #fcffff 0%, #c9dfff 100%);border:1px solid var(--border_alt_color);padding:15px;margin-bottom:20px;border-radius:var(--theme_border_radius_15);}
.right_side_package ._mini_title{font-size:var(--theme_font_size_15);color:var(--theme-headline-color);}
.right_side_package .sub_title{font-size:32px;font-weight:var(--theme_font_700);line-height:1.2;display:flex;align-items:flex-end;justify-content:flex-start;gap:0 3px;}
.right_side_package .sub_title b{font-size:var(--theme_font_size_22);font-weight:var(--theme_font_600);position:relative;bottom:4px;}
.right_side_package ._desc{font-size:var(--theme_font_size_13);}
.right_side_package .service_banner_right::before{content:'';position:absolute;top:-1px;left:0;right:0;height:4px;background:var(--theme_btn_gridaint);border-radius:var(--theme_border_radius_20) var(--theme_border_radius_20) 0 0;}
.right_side_package ul li{color:var(--theme-headline-color);display:flex;align-items:center;justify-content:flex-start;gap:0 10px;margin-top:10px;font-size:var(--theme_font_size_13);}
.right_side_package ul li::before{content:'✓'; color:#1a7a4a;font-weight:var(--theme_font_600);}
.right_side_package .btn{box-shadow:inherit !important;font-size:var(--theme_font_size_13);padding:10px 5px;}
.right_side_package ._btn_call{background:var(--theme-headline-color);margin-top:12px;}
.right_side_package ._trust{margin-top:15px;padding-top:12px;border-top:1px solid var(--border_alt_color);position:relative;}
.right_side_package ._trust .mini_title{font-weight:var(--theme_font_600);font-size:var(--theme_font_size_14);color:var(--theme-headline-color);}
.right_side_package ._trust span{font-size:var(--theme_font_size_12);}
.right_side_package ._trust ._text_links{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;font-size:0;}
.service_siderbar_top{position:sticky;top:80px;z-index:1;}

._service_testimonial_swiper{overflow:hidden;}
._service_testimonial_swiper article{background-color:rgba(255,255,255,.75);border:1px solid var(--border_alt_color);border-radius:var(--theme_border_radius_15);padding:22px;display:flex;flex-direction:column;}
._service_testimonial_swiper article .rating_icon{color:#f3b300;font-size:var(--theme_font_size_13);margin-bottom:8px;}
._service_testimonial_swiper article p{color:var(--theme-headline-color);font-size:var(--theme_font_size_14);line-height:1.75;margin-bottom:16px;font-style:italic;flex:1;}
._service_testimonial_bottom ._user_name ._icon{width:40px;height:40px;background:linear-gradient(135deg, #603ef7 0%, #084dad 35%, #0d6efd 100%);color:var(--theme_btn_color);border-radius:var(--theme_border_radius_50);font-size:var(--theme_font_size_14);font-weight:var(--theme_font_500);display:flex;align-items:center;justify-content:center;}
._service_testimonial_bottom ._user_name{margin-top:auto;}
._service_testimonial_bottom ._user_name ._home_sub_title{font-size:var(--theme_font_size_15);flex:1;}
._service_testimonial_bottom ._user_name ._home_sub_title span{font-weight:var(--theme_font_400);font-size:var(--theme_font_size_13);color:var(--theme-light-color);} 
._service_testimonial_swiper .swiper-pagination-bullet{width:7px;height:7px;border-radius:50%;background:rgba(0,0,0,.6);border:none;cursor:pointer;transition:all .25s;padding:0;}
._service_testimonial_swiper .swiper-pagination-bullet-active{width:22px;border-radius:var(--theme_border_radius_5);background:var(--theme_btn_gridaint);}

.service_alt_service{margin:25px 0;}
.service_alt_inner{height:100%;}
.service_alt_inner article{background-color:var(--theme_box_background_color);border-radius:var(--theme_border_radius_15);padding:15px;border:1px solid var(--border-md-color);transition:all .22s;position:relative;}
.service_alt_inner article:hover{background-color:var(--theme_box_background_color_alt);border-color:var(--theme-base-color);box-shadow:0 0 14px rgba(0, 0, 0, .06);transform:translateY(-4px);}
.service_alt_inner ._top_alt_service ._content{flex:1;}
.service_alt_inner ._top_alt_service .sub_title{font-weight:var(--theme_font_500);font-size:var(--theme_font_size_15);}
.service_alt_inner ._top_alt_service ._left{width:36px;height:36px;border-radius:var(--theme_border_radius_10);background-color:#ecf5ff;display:flex;align-items:center;justify-content:center;}
.service_alt_inner ._top_alt_service ._left svg{color:#0047af;}
.service_alt_inner ._bottom_alt_service{border-top:1px solid var(--border_alt_color);margin-top:14px;padding-top:8px;}
.service_alt_inner ._bottom_alt_service ._price_left{flex:1;}
.service_alt_inner ._bottom_alt_service ._price_left span{font-size:var(--theme_font_size_13);line-height:1.1;}
.service_alt_inner ._bottom_alt_service ._price_left ._price{display:block;font-size:var(--theme_font_size_18);font-weight:var(--theme_font_600);color:var(--theme-headline-color);}
.service_alt_inner ._bottom_alt_service ._btn .btn{padding:8px 28px;background:var(--theme-headline-color);box-shadow:inherit !important;font-size:var(--theme_font_size_13);}
.service_alt_inner article .text_links{position:absolute;left:0;right:0;width:100%;height:100%;top:0;font-size:0;}
.service_alt_inner article p{font-size:var(--theme_font_size_13);}
.service_alt_inner article ul{padding:0;margin:0;list-style:none;}
.service_alt_inner article ul li{ font-size:var(--theme_font_size_12);padding:3px 8px;border-radius:var(--theme_border_radius_10);background-color:#ecf5ff;color:#0047af;list-style:none;}

.service_alt_service .row > div:nth-child(2) .service_alt_inner ._top_alt_service ._left{background-color:#f2edff;}
.service_alt_service .row > div:nth-child(2) .service_alt_inner ._top_alt_service ._left svg{color:#7228ff;}
.service_alt_service .row > div:nth-child(3) .service_alt_inner ._top_alt_service ._left{background-color:#fff7eb;}
.service_alt_service .row > div:nth-child(3) .service_alt_inner ._top_alt_service ._left svg{color:#ffa700;}
.service_alt_service .row > div:nth-child(4) .service_alt_inner ._top_alt_service ._left{background-color:#edfff6;}
.service_alt_service .row > div:nth-child(4) .service_alt_inner ._top_alt_service ._left svg{color:#198754;}
.service_alt_service .row > div:nth-child(2) .service_alt_inner article ul li{background-color:#f2edff;color:#7228ff;}
.service_alt_service .row > div:nth-child(3) .service_alt_inner article ul li{background-color:#fff7eb;color:#ffa700;}
.service_alt_service .row > div:nth-child(4) .service_alt_inner article ul li{background-color:#edfff6;color:#198754;}

@media (max-width:1199px){
  .service_banner_upv h1{font-size:40px;}
}

@media (max-width:991px){
  .service_banner_upv h1{font-size:36px;}
  .service_banner_upv{padding:32px 0;margin:8px 8px 0;}
  .service_banner_upv .service_usp_list{justify-content:center !important;}
  .service_banner_upv .service_banner_right{margin-top:20px;}
  .service_usp_v ul{flex-wrap:wrap;justify-content:center;}
  .service_usp_v ul li{width:30%;}
}

@media (max-width:767px){
  .service_banner_upv {padding:30px 0;margin:5px 5px 0;}
  .service_banner_upv ._tags{padding:5px 10px;font-size:12px;}
  .service_banner_upv h1{font-size:26px;}
  .service_banner_upv p{font-size:12px;}
  .service_banner_upv::before, .service_banner_upv::after{opacity:0.3;}
  .service_banner_upv ._btn_groups .btn svg{display:none;}
  .service_banner_upv ._btn_groups .btn{font-size:12px;padding:10px 15px;border-radius:var(--theme_border_radius_20);}

  .service_usp_list{gap:0 10px;}
  .service_usp_list li .sub_title{font-size:15px;}
  .service_usp_list li ._desc{font-size:10px;}

  .service_banner_upv .service_banner_right{margin-top:0;max-width:300px;}
  .service_banner_upv .service_banner_right{padding:15px;}
  .service_banner_upv .service_banner_right ._mini_title{font-size:14px;}
  .service_banner_upv .service_banner_right b{font-size:18px;}
  .service_banner_upv .service_banner_right .sub_title{font-size:28px;}
  .service_banner_right ._desc{font-size:12px;}
  .service_banner_upv .common_arrow_list li{font-size:12px;}
  .service_banner_upv .common_arrow_list li::before{width:18px;height:18px;top:0;}
  .service_banner_upv .btn{font-size:13px;}

  .service_usp_v ul{flex-wrap:nowrap;white-space:nowrap;overflow:auto;justify-content:flex-start;}
  .service_usp_v ul::-webkit-scrollbar{display:none;}
  .service_usp_v ul li{width:auto;gap:0 10px !important;}
  .service_usp_v ul .sub_title{font-size:13px;}
  .service_usp_v ._content span{font-size:11px;}
  .service_usp_v ul li ._icon svg{width:22px;}

  ._services_slider_v article{padding:22px 15px 15px;}
  ._services_slider_v article ._mini_title{font-size:14px;margin-bottom:8px;}
  ._services_slider_v article .sub_title{font-size:25px;}
  ._services_slider_v article .sub_title b{font-size:18px;}
  ._services_slider_v ._desc{font-size:11px;}
  ._services_slider_list li{font-size:12px;margin-top:10px;}
  ._services_slider_list li::before{font-size:11px;}
  ._services_slider_v .btn{font-size:13px;}
  ._services_slider_v article ._bage{font-size:12px;max-width:120px;padding:4px 8px;top:-16px;}
  ._services_slider_v article ._bage svg{width:12px;}
  ._services_slider_v .swiper-wrapper{padding:15px 0 0px;justify-content:inherit;}

  .service_up_content h2{font-size:20px;}
  ._home_heading p{font-size:12px;}

  .service_up_content ._cta_box{padding:15px;font-size:13px;}

  .service_up_content ._cta_box_keys .row{gap:15px 0;}
  .service_up_content ._cta_box_keys_inner article{padding:10px;gap:0 10px;}
  .service_up_content ._cta_box_keys_inner article .sub_title{font-size:14px;margin-bottom:0;}
  .service_up_content ._cta_box_keys_inner article ._contnet span{font-size:12px;}
  .service_up_content ._cta_box_keys_inner article ._icon{width:34px;height:34px;}
  .service_up_content ._cta_box_keys_inner article ._icon svg{width:20px;}

  .service_up_content p{font-size:13px;}

  .what_service_do_inner ._boxed{padding:10px;}
  .what_service_do_inner ._boxed ._icon{width:36px;height:36px;}
  .what_service_do_inner ._boxed ._icon svg{width:18px;}
  .what_service_do_inner ._boxed ._content span{font-size:12px;}
  .what_service_do_inner ._content .sub_title{font-size:14px;}
  .what_service_do_inner ._content p{font-size:10px;}
  .what_service_do_inner ul{padding:10px;}
  .what_service_do_inner ul li ._mini_title{font-size:13px;}
  .what_service_do_inner ul li span{font-size:12px;}
  .what_service_do_inner ul li ._step{width:26px;height:26px;}
  .what_service_do .row{gap:18px 0;}

  .what_service_do_inner ._reassurance{padding:8px;margin:8px;}
  .what_service_do_inner ._reassurance .reassurance_txt{font-size:11px;}
  .what_service_do_inner ._chip{font-size:9px;}
  .service_up_content ul li{font-size:12px;}

  ._service_choose{margin:20px 0;}

  ._service_testimonial_swiper article p{font-size:13px;}
  ._service_testimonial_swiper article .rating_icon{font-size:12px;}
  ._service_testimonial_bottom ._user_name ._icon{width:36px;height:36px;font-size:12px;}
  ._service_testimonial_bottom ._user_name ._home_sub_title{font-size:13px;}
  ._service_testimonial_bottom ._user_name ._home_sub_title span{font-size:11px;}

  .service_expert_cta{padding:15px;}
  .service_expert_cta .sub_title{font-size:15px;}
  .service_expert_cta p{font-size:12px;}
  .service_expert_cta ul > li{margin-top:12px;font-size:13px;}
  .service_expert_cta ul > li a svg{width:18px;}

  .right_side_package{padding:12px;}
  .right_side_package ._mini_title{font-size:13px;}
  .right_side_package .sub_title b{font-size:18px;}
  .right_side_package .sub_title{font-size:26px;}
  .right_side_package ._desc{font-size:12px;}
  .right_side_package ul li{font-size:12px;}
  .right_side_package .btn{font-size:12px;}
  .right_side_package ._trust .mini_title{font-size:12px;}
  .right_side_package ._trust span{font-size:10px;}
  .right_side_package ._trust ._logo svg{width:24px;}
  
  .service_up_content .accordion .accordion-button{font-size:13px;padding:12px 10px;}
  .service_up_content .accordion .accordion-button::after{font-size:14px;}

  .other_service_v{padding:10px 0;}
  .other_service_v .sub_title{font-size:15px;}
  .other_service_v ul li a{font-size:13px;}
  .other_service_v ul li a{margin-top:10px;padding:10px 4px 0;}

  
  .service_up_content .nav-tabs .nav-link{font-size:12px;padding:7px 10px;}
  .service_up_content .nav-tabs .nav-link ._bage{width:18px;height:18px;font-size:9px;}
  .service_up_content .nav-tabs .nav-link ._icon svg{width:13px;height:13px;}
  .service_up_content .tab-content ._notice{padding:5px 12px;font-size:11px;}
  .service_up_content .tab-content ._notice svg{display:none;}
  .service_up_content .tab-content ._document_inner_list{padding:10px 12px;}
  .service_up_content .tab-content ._document_inner_list ._count{width:25px;height:25px;font-size:10px;}
  .service_up_content .tab-content ._document_inner_list span{font-size:11px;}
  .service_up_content .tab-content ._document_inner_list .doc_warn{font-size:11px;}
  .service_up_content .tab-content ._document_inner_list ._bage{font-size:10px;}
  .service_up_content ._document_bottom_box .nav-tabs .nav-link svg{width:14px;}
  .service_up_content ._document_bottom_box .sub_title{font-size:14px;}
  .service_up_content ._document_bottom_box{padding:8px 10px;}
  ._service_choose br, .what_service_do br{display:block;}

  .service_alt_service{margin:18px 0;}
  .service_alt_inner article{padding:12px;}
  .service_alt_inner ._top_alt_service ._left{width:32px;height:32px;}
  .service_alt_inner ._top_alt_service .sub_title{font-size:14px;}
  .service_alt_inner ._bottom_alt_service{margin-top:10px;padding-top:6px;}
  .service_alt_inner ._bottom_alt_service ._price_left span{font-size:12px;}
  .service_alt_inner ._bottom_alt_service ._price_left ._price{font-size:16px;}
  .service_alt_inner ._bottom_alt_service ._btn .btn{font-size:12px;padding:8px 24px;}
}

@media (max-width:600px){
 
  .service_up_content .cta_service_up{padding:20px 15px;margin:15px 0;}
  .cta_service_up_inner{text-align:center;flex-direction:column;}
  .service_up_content .cta_service_up > ul{justify-content: center;gap:10px 12px;padding-top:12px;}
  .service_up_content .cta_service_up > ul > li{font-size:11px;}
  .service_up_content .cta_service_up > ul > li:before{font-size:10px;}
  .service_up_content .cta_service_up ._left h2{font-size:18px;}
  .service_up_content .cta_service_up ._left p, .service_up_content .cta_service_up ._right span{font-size:11px;}
  .service_up_content .cta_service_up ._right .btn{font-size:13px;min-width:200px;}

  .service_up_content .tab-content ._document_inner_list{flex-direction:column;gap:6px 0;padding-left:43px;position:relative;}
  .service_up_content .tab-content ._document_inner_list ._count{position:absolute;left:10px;}
  .service_up_content .tab-content ._document_inner_list .doc_warn{display:block;font-size:10px;}

  ._service_choose_inner{grid-template-columns: 1fr 63px 99px;}
  ._service_choose_inner .first_row ._content{font-size:11px;}
  ._service_choose_inner .first_row ._icon{display:none;}
  ._service_choose_inner .self_row{font-size:10px;}
  ._service_choose_inner > div{padding:8px 10px;}
  ._service_choose_inner ._pill{width:20px;height:20px;}
  ._service_choose_inner ._pill svg{width:8px;height:8px;}
  ._service_choose_inner._header .visa_row{font-size:9px;}
  ._service_choose_inner._header .self_row{flex-direction:column;text-align:center;font-size:9px;line-height:1.2;}
  ._service_choose_inner._header .self_row svg{margin-bottom:2px;}
  ._service_choose_inner._header .visa_row ._bage{padding:1px 4px;font-size:7px;}
  .service_up_content p{font-size:11px;}
  ._service_choose_footer{padding:10px 12px;}
  ._service_choose_footer .btn{padding:10px 5px;font-size:11px;width:210px;}

  
}