

@import url('../../css2');
@import url('../../css2-1');
@import url('../../css2-2');
@import url('../../css2-3');

/*----------------------------------------*/
/* 00 - General 
/*----------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    overflow-x: hidden;
}

p {
    margin: 0 0 25px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: 1px dotted;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

select {
    text-transform: none;
}

button {
    overflow: visible;
}

button,
input,
select,
textarea {
    max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    padding: 0.875em;
}

fieldset> :last-child {
    margin-bottom: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

optgroup {
    font-weight: bold;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
.form-control:focus {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

.form-select {
    font-size: 14px;
    font-weight: 500;
    padding: 0 100px 0 30px;
    height: 60px;
    border: 1px solid rgba(var(--pbmit-white-color-rgb), .2) !important;
    border-radius: 50px;
    cursor: pointer;
    margin-bottom: 20px;
    color: rgba(var(--pbmit-white-color-rgb), 0.3);
    background-color: transparent;
    font-family: var(--pbmit-body-typography-font-family);
    background-image: url(../images/bg/down-arrow.png);
    background-size: 10px 14px;
}

.form-select option {
    color: var(--pbmit-blackish-color);
    font-size: 17px;
}

.form-select:focus {
    border-color: #1bbde4;
    outline: 0;
    box-shadow: none;
}

/*----------------------------------------*/
/* 01 - Typography 
/*----------------------------------------*/
body {
    font-family: var(--pbmit-body-typography-font-family);
    font-weight: var(--pbmit-body-typography-variant);
    color: var(--pbmit-body-typography-color);
    font-size: var(--pbmit-body-typography-font-size);
    line-height: var(--pbmit-body-typography-line-height);
    color: var(--pbmit-body-typography-color);
    text-transform: none;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: var(--pbmit-heading-font-variant);
    color: var(--pbmit-heading-color);
}

h1 {
    font-size: 46px;
    line-height: 56px;
    letter-spacing: 0px;
}

h2 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0px;
}

h3 {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0px;
}

h4 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
}

h5 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0px;
}

h6 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
}

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

a {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    color: var(--pbmit-link-color-normal);
    text-decoration: none;
}

a:focus {
    text-decoration: none !important;
}

a:focus,
a:hover {
    color: var(--pbmit-link-color-hover);
    text-decoration: none !important;
}

a.link-btn,
.link-btn a {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

a.link-btn i,
.link-btn a i {
    padding-left: 10px;
}

.pbmit-btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    box-shadow: none;
    font-family: var(--pbmit-btn-typography-font-family);
    font-size: var(--pbmit-btn-typography-font-size);
    font-weight: var(--pbmit-btn-typography-variant);
    line-height: var(--pbmit-btn-typography-line-height);
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-style: normal;
    padding: 18px 35px;
    border: none;
    border-radius: 50px;
    transition: all .3s;
    z-index: 1;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-btn .pbmit-button-content-wrapper {
    display: flex;
    justify-content: center;
}

.pbmit-btn .pbmit-align-icon-right {
    position: relative;
    overflow: hidden;
    margin-left: 10px;
    order: 15;
}

.pbmit-btn .pbmit-button-icon:before {

    /*content: "\e8dd";
    font-family: "pbminfotech-base-icons"; */
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(.12) translate(-45px, 50px);
    transition: transform 0.4s ease-in-out;
}

.pbmit-btn .pbmit-button-icon svg {
    width: 1em;
    height: auto;
    transition: all 0.4s ease-in-out;
}

.pbmit-btn .pbmit-button-icon svg path {
    stroke: var(--pbmit-white-color);
}

.pbmit-btn .pbmit-button-text {
    flex-grow: 1;
    order: 10;
    font-weight: 700;
    display: inline-block;
}

.pbmit-btn:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
}

.pbmit-btn:hover .pbmit-button-icon svg {
    transform: scale(.26) translate(45px, -50px);
}

.pbmit-btn:hover .pbmit-button-icon:before {
    transform: scale(1) translate(0, 0);
}

.pbmit-btn-global {
    background-color: var(--pbmit-global-color);
}

.pbmit-btn.pbmit-btn-global:hover {
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
}

.pbmit-btn-outline,
.pbmit-btn-outline-blackish {
    padding: 14px 30px;
    border: 1px solid var(--pbmit-white-color);
    background-color: transparent;
}

.pbmit-btn-outline:hover {
    background-color: var(--pbmit-global-color);
    border-color: var(--pbmit-global-color);
}

.pbmit-btn-outline-blackish {
    color: var(--pbmit-blackish-color);
    border-color: var(--pbmit-blackish-color);
}

.pbmit-btn-outline-blackish .pbmit-button-icon svg path {
    stroke: var(--pbmit-blackish-color);
}

.pbmit-btn-outline-global {
    padding: 14px 30px;
    color: var(--pbmit-global-color);
    border: 1px solid var(--pbmit-global-color);
    background-color: transparent;
}

.pbmit-btn-outline-global .pbmit-button-icon svg path {
    stroke: var(--pbmit-global-color);
}

.pbmit-btn-outline-global:hover {
    border-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-btn-white {
    padding: 15px 33px;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
}

.pbmit-btn-white .pbmit-button-icon svg path {
    stroke: var(--pbmit-blackish-color);
}

.pbmit-btn-blackish {
    padding: 18px 30px;
    background-color: var(--pbmit-blackish-color);
}

.pbmit-btn-blackish:hover {
    background-color: var(--pbmit-secondary-color);
}

.pbmit-btn-secondary {
    background-color: var(--pbmit-secondary-color);
}

.pbmit-btn-secondary:hover {
    background-color: var(--pbmit-global-color);
}

.pbmit-btn:focus {
    color: var(--pbmit-white-color);
}

.pbmit-text-btn {
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-style: normal;
    transition: fill 0.4s ease-in-out;
    color: var(--pbmit-blackish-color);
    font-family: var(--pbmit-btn-typography-font-family);
}

.pbmit-text-btn .button-content-wrapper {
    display: flex;
    justify-content: center;
}

.pbmit-text-btn .pbmit-button-icon {
    position: relative;
    overflow: hidden;
    margin-left: 10px;
    order: 15;
}

.pbmit-text-btn .pbmit-button-icon:before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    font-size: 10px;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(.26) translate(-45px, 50px);
    transition: transform 0.4s ease-in-out;
}

.pbmit-text-btn .pbmit-button-icon svg {
    width: 10px;
    transition: all 0.4s ease-in-out;
}

.pbmit-text-btn .pbmit-button-icon svg path {
    stroke: var(--pbmit-blackish-color);
}

.pbmit-text-btn .pbmit-button-text {
    flex-grow: 1;
    order: 10;
    display: inline-block;
}

.pbmit-text-btn:hover {
    color: var(--pbmit-blackish-color);
}

.pbmit-text-btn:hover .pbmit-button-icon:before {
    transform: scale(1) translate(0, 0);
}

.pbmit-text-btn:hover .pbmit-button-icon svg {
    transform: scale(.26) translate(45px, -50px);
}

.pbmit-btn-hover-white {
    background-color: var(--pbmit-blackish-color);
}

.pbmit-btn-hover-white:hover {
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
}

.pbmit-btn-hover-global {
    background-color: var(--pbmit-blackish-color);
}

.pbmit-btn-hover-global:hover {
    background-color: var(--pbmit-global-color);
}

.pbmit-ihbox-btn a,
.pbmit-service-btn {
    font-family: var(--pbmit-btn-typography-font-family);
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-style: normal;
    position: relative;
}

.pbmit-ihbox-btn .pbmit-button-icon-wrapper,
.pbmit-service-btn .pbmit-button-icon-wrapper,
.pbmit-blog-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    margin-left: 6px;
}

.pbmit-service-btn .pbmit-button-icon-wrapper {
    margin: 0 !important;
}

.pbmit-ihbox-btn .pbmit-button-icon-wrapper::before,
.pbmit-service-btn .pbmit-button-icon-wrapper::before,
.pbmit-blog-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(0.26) translate(-55px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-btn .pbmit-button-icon,
.pbmit-service-btn .pbmit-button-icon,
.pbmit-blog-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before,
.pbmit-service-btn:hover .pbmit-button-icon-wrapper::before,
.pbmit-blog-btn:hover .pbmit-button-icon-wrapper::before {
    top: 0;
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-btn:hover .pbmit-button-icon,
.pbmit-service-btn:hover .pbmit-button-icon,
.pbmit-blog-btn:hover .pbmit-button-icon {
    transform: scale(0.26) translate(55px, -50px);
}

/** Divider **/
.sep-line {
    height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}

/*----------------------------------------*/
/* 02 - Background Color 
/*----------------------------------------*/
body .pbmit-bg-color-global {
    background-color: var(--pbmit-global-color);
}

body .pbmit-bg-color-secondary {
    background-color: var(--pbmit-secondary-color);
}

body .pbmit-bg-color-light {
    background-color: var(--pbmit-light-color);
}

body .pbmit-bg-color-blackish {
    background-color: #ae1f25;
}

body .pbmit-bg-color-white {
    background-color: var(--pbmit-white-color);
}

body .pbmit-color-global {
    color: var(--pbmit-global-color);
}

/*----------------------------------------*/
/* 03 - Background Position & Size 
/*----------------------------------------*/
.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-pos-l {
    background-position: left;
}

.bg-pos-r {
    background-position: right;
}

.bg-pos-rt {
    background-position: right top;
}

.bg-pos-lt {
    background-position: left top;
}

.bg-pos-rb {
    background-position: right bottom;
}

.bg-pos-lb {
    background-position: left bottom;
}

/*----------------------------------------*/
/* 04 - Helper Class 
/*----------------------------------------*/
.section-lg {
    padding-top: 90px;
    padding-bottom: 90px;
}

.section-xl {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-lgt {
    padding-top: 100px;
}

.section-md {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-lgx {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section-lgb {
    padding-bottom: 100px;
}

/*----------------------------------------*/
/* 05 - Social icons 
/*----------------------------------------*/
.social-icons {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    padding-top: 2px;
    padding-bottom: 3px;
}

.pbmit-social-li {
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
}

.social-icons li>a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 8px;
    background-color: transparent;
    font-size: 16px;
}

/*----------------------------------------*/
/* 06 - Header 
/*----------------------------------------*/
.navbar-brand .navbar-brand-item {
    height: 60px;
    display: block;
    width: auto;
}

.site-header {
    position: relative;
}

.site-header .site-branding img {
    max-width: 100%;
    height: auto;
    width: 220px;
    max-height: 60px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.site-navigation ul.navigation>li>a {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    /* letter-spacing: 0.3px; */
    color: var(--pbmit-blackish-color);
}

.site-navigation ul.navigation>li>a:hover:after {
    color: rgba(255, 255, 255, .8);
}

.main-menu .navigation>li>ul a {
    position: relative;
    display: table-cell;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-style: normal;
    color: var(--pbmit-blackish-color);
    font-family: var(--pbmit-heading-typography-font-family);
}

.main-menu .navigation>li>ul a:after {
    display: none;
}

.site-navigation ul.navigation a {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: normal;
    font-size: 16px;
    font-style: normal;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul {
    left: 100%;
    top: 0;
}

.main-menu .navigation>li.dropdown:hover>ul,
.main-menu .navigation>li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, -5px);
    z-index: 999;
}

.header-button .pbmit-btn {
    padding: 15px 24px;
}

.header-button .pbmit-btn i {
    font-size: 20px;
}

.site-header .search-btn {
    margin-right: 15px;
    font-size: 17px;
}

.site-header .social-icons li>a {
    height: 50px;
    line-height: 50px;
}

.ipad-view-search {
    display: none;
}

.pbmit-link li {
    margin: 0 10px;
}

.closepanel,
.pbmit-mobile-menu-bg,
.site-header .righticon {
    display: none;
}

/** sticky-header **/
.sticky-header {
    position: fixed !important;
    top: 0px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    margin: 0;
    box-shadow: 0 2px 5px rgb(0 0 0 / 8%);
    transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}

.site-header-menu.sticky-header .logo-img.stickylogo {
    display: inline-block;
}

.sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 300ms;
    -moz-animation-duration: 300ms;
    -op-animation-duration: 300ms;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

/* Pre Header */
.pbmit-pre-header-wrapper {
    height: 50px;
    line-height: 50px;
}

.list-unstyled i {
    font-size: 14px;
    color: #666;
}

/*----------------------------------------*/
/* 07 - Bootstrap Overwrite 
/*----------------------------------------*/
.g-lg-4,
.gy-lg-4,
.g-4,
.gy-4 {
    --bs-gutter-y: 2rem;
}

.g-lg-4,
.gx-lg-4,
.g-4,
.gx-4 {
    --bs-gutter-x: 2rem;
}

.row>* {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

/*----------------------------------------*/
/* 08 - Swiper 
/*----------------------------------------*/
.swiper-slider {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-pagination-bullet {
    background-color: var(--pbmit-global-color);
    outline: none;
    height: 10px;
    width: 10px;
    opacity: 1;
    vertical-align: middle;
    border-radius: 50%;
    margin: 0 9px !important;
    display: inline-block;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 5px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slider[data-dots="true"] {
    padding-bottom: 50px;
}

.swiper-pagination-bullet-active {
    outline: 1px solid var(--pbmit-global-color);
    outline-offset: 4px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: "\e814";
    font-family: "pbminfotech-base-icons";
    font-size: 22px;
    line-height: normal;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    transform: rotate(180deg);
    background-color: var(--pbmit-secondary-color);
}

.swiper-button-next,
.swiper-button-prev {
    position: static;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 60px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid var(--pbmit-white-color);
    color: var(--pbmit-white-color);
    transition: all 500ms ease;
}

.swiper-button-next {
    margin-left: 10px;
}

.swiper-button-prev {
    left: auto;
}

.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
}

.swiper-slider.marquee .swiper-slide {
    display: flex;
    width: auto !important;
}

.swiper-slider.marquee .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

/*----------------------------------------*/
/* 09 - Scroll To Top 
/*----------------------------------------*/
.pbmit-progress-wrap {
    position: fixed;
    right: 3px;
    bottom: 98px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.pbmit-progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.pbmit-progress-wrap::before {
    position: absolute;
    content: '\e812';
    font-family: pbminfotech-base-icons;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.pbmit-progress-wrap svg.pbmit-progress-circle path {
    stroke: var(--pbmit-global-color);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    fill: rgba(3, 27, 78, 0.2);
}

.pbmit-progress-wrap::after {
    position: absolute;
    content: '\e812';
    font-family: "pbminfotech-base-icons";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: var(--pbmit-global-color);
    left: 2px;
    top: 2px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

/*----------------------------------------*/
/*  10 - Search Box
/*----------------------------------------*/
.pbmit-search-overlay {
    position: fixed;
    top: -500px;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
}

.pbmit-search-overlay.st-show {
    opacity: 1;
    top: 0;
}

.pbmit-icon-close {
    position: absolute;
    top: 40px;
    right: 40px;
    opacity: 0.8;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    text-align: center;
    cursor: pointer;
    border-color: var(--pbmit-white-color);
    color: var(--pbmit-white-color);
}

.pbmit-icon-close:hover {
    opacity: 1;
}

@keyframes pbmit-closer-line-draw {

    0%,
    100% {
        clip-path: inset(-1px 0 -1px 0);
        -webkit-clip-path: inset(-1px 0 -1px 0);
    }

    55% {
        clip-path: inset(-1px 0 -1px 100%);
        -webkit-clip-path: inset(-1px 0 -1px 100%);
    }

    56% {
        clip-path: inset(-1px 100% -1px 0);
        -webkit-clip-path: inset(-1px 100% -1px 0);
    }
}

.pbmit-icon-close svg {
    fill: var(--pbmit-white-color);
}

.pbmit-icon-close svg rect {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.pbmit-icon-close:hover svg rect,
.closepanel:hover svg rect {
    animation: pbmit-closer-line-draw .6s;
    animation-duration: 0.6s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pbmit-closer-line-draw;
}

.pbmit-icon-close:hover svg rect:nth-of-type(2),
.closepanel:hover svg rect:nth-of-type(2) {
    animation-delay: .17s;
}

.pbmit-search-outer {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pbmit-search-overlay .pbmit-site-searchform {
    position: relative;
}

.pbmit-search-overlay .pbmit-site-searchform:before {
    position: absolute;
    bottom: 0;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.pbmit-search-overlay .pbmit-site-searchform:after {
    font-family: "pbminfotech-base-icons";
    content: '\e80d';
    position: absolute;
    right: 10px;
    top: 15px;
    color: var(--pbmit-white-color);
    font-size: 25px;
    line-height: normal;
}

.pbmit-search-overlay.st-show .pbmit-site-searchform:before {
    -webkit-animation-name: fadeInMove;
    animation-name: fadeInMove;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
}

@keyframes fadeInMove {
    0% {
        opacity: 0;
        transform: scale3d(0, 1, 1);
    }

    10% {
        opacity: 1;
        transform: scale3d(0.1, 1, 1);
    }

    100% {
        opacity: 0.14;
        transform: scale3d(1, 1, 1);
    }
}

.pbmit-search-overlay input[type="search"] {
    height: 65px;
    line-height: 65px;
    font-weight: 500;
    font-size: 28px;
    background-color: transparent;
    text-align: left;
    border: none;
    border-bottom: 1px solid #ffffff54;
    padding-left: 0;
    border-radius: 0;
    font-family: inherit;
    color: var(--pbmit-white-color);
}

.pbmit-search-overlay input[type="search"]::placeholder {
    color: var(--pbmit-white-color);
    opacity: .6;
}

.pbmit-search-overlay .pbmit-site-searchform button {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    background-color: transparent;
    text-indent: -9999px;
    line-height: 58px;
    font-size: 16px;
    outline: none;
    padding: 0;
    border: none;
    z-index: 1;
    color: var(--pbmit-white-color);
}

.header-style-10.site-header .sticky-header site-navigation ul.navigation>li>a span {
    color: #1bbde4;
}


.header-style-10.site-header .sticky-header .site-navigation ul.navigation>li>a span {
    color: var(--pbmit-blackish-color);
}

.header-style-10.site-header .sticky-header .site-navigation ul.navigation>li>a span:after {
    background: var(--pbmit-blackish-color);
}

.header-style-10 .site-navigation ul.navigation>li>a span:after {
    background: red;
    content: "";
    background: red;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
}
li.lang.dropdown img {
    margin-left: 9px;
}
li.lang.dropdown a b {
    font-size: 15px;
}
.header-style-10 .site-navigation ul.navigation>li>a span {
    color: #27247b;
    font-size: 15px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 9px;
    position: relative;
    padding-right: 8px;
    line-height: 16px;
}

.header-style-10 .site-navigation ul.navigation>li>a span:after {
    background: #f89822;
}

.header-style-10 .site-navigation ul.navigation>li>a span:after {
    content: "";
    background: red;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
}

.scroll-contact {
    position: fixed;
    right: 60px;
    top: 35%;
    overflow: visible;
    border-radius: 48px;
    display: flex;
    background: #ae1f25;
    flex-direction: column;
    padding: 14px 0;
    gap: 0;
    font-size: 32px;
    z-index: 3;
}

.scroll-contact img {
    cursor: pointer;
    position: relative;
    z-index: 2
}

.scroll-contact a {
    position: relative;
    padding-top: 4px;
    margin: 0;
    height: 54px;
    border-bottom: 1px solid #fff6;
    width: 100%;
    display: block;
    padding: 0 10px 0 12px;
    display: flex;
    align-items: center;
    justify-content: center
}

.scroll-contact span {
    display: inline-block;
    position: relative;
    padding: 3px 10px 10px 12px;
    border-bottom: 1px solid #fff6
}
.scroll-contact d ul {
    position: relative;
    bottom: 6px;
}
.scroll-contact span:last-child {
    border-bottom: none
}

.scroll-contact a:hover img {
    color: #ae1f25
}

.scroll-contact img:hover {
    color: #ae1f25
}

.scroll-contact span ul li {
    list-style: none;
}

.scroll-contact span ul li a {
    padding: 14px 10px 0 12px;
    color: white;
}

.scroll-contact d {
    position: absolute;
    z-index: 1;
    width: 0;
    left: 0;
    display: flex;
    transition: all .5s;
    height: 100%;
    top: 0;
    align-items: center;
    justify-content: start;
    font-size: 14px;
    background: #ae1f25;
    text-transform: uppercase;
    font-weight: 600;
    transform: translateX(-100%);
    overflow: hidden;
    white-space: nowrap;
    color: #fff
}

.scroll-contact a:hover d {
    left: 12px;
    width: initial;
    padding: 0 55px 0 15px;
    background: #ae1f25
}

.scroll-contact span:hover d {
    left: 10px;
    width: initial;
    padding: 0 55px 0 15px;
    white-space: nowrap;
    opacity: 1;
    font-weight: 600;
    color: #fff;
    background: #ae1f25
}

.scroll-contact span.page-top:hover d {
    left: 10px;
    width: initial;
    padding: 0 55px 0 15px;
    white-space: nowrap;
    opacity: 1;
    font-weight: 600;
    color: #fff;
    background: #ae1f25
}

.invert-image {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}


    {
    width: 100%;
    position: relative;
    z-index: 9
}

.pageRight {
    width: 100%
}

.pRightP {
    display: flex;
    flex-direction: column
}

.filter {
    display: none;
    padding: 0;
    color: #1c4f96;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px
}

.filter i {
    margin-right: 13px
}

.detailMenu {
    display: flex;
    align-items: center;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0;
    position: relative
}

.detailMenu li {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    background: unset;
    width: 100%;
    justify-content: space-between;
    padding: 0 9px;
    transition: all .3s
}

.detailMenu li:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 66px;
    height: 100%;
    background: 0 0;
    transition: all .3s
}

.detailMenu li.activePage:before {
    background: #2a1f71;
    transition: all .3s;
    right: -50px
}

.detailMenu li.activePage {
    background: linear-gradient(283deg, #2a1f71 23%, rgb(0 120 188) 75%);
    transition: all .3s
}

.detailMenu li.activePage a {
    color: #fff !important;
    font-weight: 700;
    border-bottom: unset;
    transition: all .3s;
    padding: 17px 0
}

.detailMenu li.activePage a i {
    display: block;
    transform: rotate(0);
    transition: all .3s;
    position: absolute;
    right: -30px
}

.detailMenu li.activePage a img {
    filter: invert(100%) sepia(39%) saturate(0%) hue-rotate(173deg) brightness(113%) contrast(100%);
    transition: all .3s
}

.detailMenu li:hover:before {
    background: #0078bc;
    transition: all .3s;
    right: -50px
}

.detailMenu li a {
    font-weight: 400;
    font-size: 16px;
    transition: all .5s;
    border-radius: 0;
    padding: 12px 0;
    width: 100%;
    color: rgb(59 59 59 / 65%);
    display: flex;
    align-items: center;
    width: 100%;
    display: flex;
    border-bottom: 1px solid rgb(59 59 59 / 9%)
}

.detailMenu li a img {
    height: 33px;
    filter: invert(18%) sepia(4%) saturate(40%) hue-rotate(314deg) brightness(81%) contrast(76%);
    transition: all .3s;
    margin-right: 15px
}

.detailMenu li:hover {
    background: linear-gradient(90deg, #2a1f71 23%, rgb(0 120 188) 75%);
    transition: all .3s !important
}

.detailMenu li:hover a {
    color: #fff !important;
    font-weight: 700;
    transition: all .3s;
    padding: 15px 0
}

.detailMenu li:hover a img {
    filter: invert(100%) sepia(39%) saturate(0%) hue-rotate(173deg) brightness(113%) contrast(100%);
    transition: all .3s
}

.detailMenu li a i {
    transition: all .3s;
    margin-right: 10px;
    transform: rotate(223deg);
    padding: 0
}

.detailMenu li:hover a i {
    display: block;
    transform: rotate(0);
    transition: all .3s;
    position: absolute;
    right: -30px
}

.detailMenu .title {
    display: flex;
    align-items: center;
    margin: 5px 15px
}

.detailMenu .title h1 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    color: #3b3b3b;
    font-weight: 200
}

.detailMenu .title h1 strong {
    font-weight: 400
}

.detailMenu .title .line {
    width: 50%;
    height: 1px;
    background: rgb(10 10 10 / 12%);
    margin-left: 23px
}

.detailMenu .menuPage {
    width: 100%;
    /* background: radial-gradient(circle, #f6f6f6 0, #f4f4f4 100%);
    padding: 34px;
    box-shadow: 1px 5px 10px 0 rgb(37 37 37 / 15%) */
}

.detailMenu .menuPage ul {
    padding-left: 15px
}

.detailMenu .pMenu ul {
    padding-left: 20px;
    margin: 0;
    margin-top: 15px
}

.detailMenu .multi {
    background: #9a9a9a
}

.detailMenu .pMenu {
    padding: 25px 15px 0
}

.detailMenu .multi .title h1 {
    color: rgb(255 255 255)
}

.detailMenu .multi .title .line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .12)
}

.detailMenu .multi li a {
    color: rgb(255 255 255 / 58%);
    border-bottom: 1px solid rgb(255 255 255 / 10%)
}

.detailMenu .multi li.activePage:before {
    background: #00b5ca;
    transition: all .3s;
    right: -40px
}

.detailMenu .multi li.activePage {
    background: rgb(0 181 202);
    transition: all .3s
}

.detailMenu .multi li:hover:before {
    background: #00b5ca;
    transition: all .3s;
    right: -30px
}

.detailMenu .multi li:hover {
    background: #00b5ca;
    transition: all .3s !important
}

.detailMenu .multi .lastTitle {
    margin-top: 50px
}

.searchHeader {
    display: block;
    width: 100%;
    height: 50px;
    float: left;
    position: relative;
    max-width: 100%;
    transition: all .3s;
    cursor: pointer;
    background: 0 0;
    padding: 0 11px
}

.searchHeader form {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%
}

.searchHeader form input {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    padding-left: 61px;
    font-size: 14px;
    color: #3b3b3b;
    font-weight: 700
}

.searchHeader form .sImg {
    display: block;
    position: absolute;
    left: 0;
    height: fit-content;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 0 20px 0 0;
    border-right: 1px solid #ccc
}

.searchHeader form .sImg img {
    height: 19px;
    filter: invert(59%) sepia(0%) saturate(38%) hue-rotate(134deg) brightness(94%) contrast(94%)
}

.searchHeader form .rImg {
    display: block;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    border: none;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer
}

.searchHeader form .rImg img {
    height: 15px
}

.searchHeader.cash input {
    background: 0 0;
    color: #034ea2;
    border: unset;
    font-weight: 700
}

.searchHeader.cash .sImg {
    background: 0 0
}

.searchHeader.cash .rImg {
    background: 0 0
}

.searchHeader input::placeholder {
    color: #3b3b3b;
    font-weight: 700
}

.searchHeader:hover {
    opacity: .8;
    transition: all .3s
}

.detailPromise {
    height: 175px;
    width: 100%;
    position: relative;
    background: linear-gradient(283deg, rgb(246 246 246 / 95%) 23%, rgb(246 246 246 / 95%) 75%);
    border-bottom: 5px solid rgb(202 202 202 / 14%);
    margin: 20px 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
    padding: 26px
}

.detailPromise h2 {
    font-family: 'Dancing Script', cursive;
    font-size: 33px;
    color: #0089d0;
    margin: 0;
    padding: 0
}

.detailPromise h1 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #0c4da2
}

.detailPromise p {
    font-size: 14px;
    margin: 0;
    padding: 15px 0 0 0;
    color: rgba(59, 59, 59, .5)
}

.detailPromise img {
    position: absolute;
    right: 0;
    bottom: -13px;
    height: 100px;
    opacity: .34;
    filter: invert(100%) sepia(39%) saturate(0%) hue-rotate(173deg) brightness(113%) contrast(100%)
}

.detailMenu .favDetail {
    z-index: 9999999999999999;
    left: 3px;
    height: 126px
}

.listquality {
    display: flex;
    gap: 135px;
    padding: 10px 0px;
}

.listquality ul {
    list-style: disc;
}

.listquality ul li {
    margin: 4px 15px;
}

.listquality ul h4 {
    text-align: start;
}

.makale {
    border: 0;
    padding: 40px 20px 40px 29px;
    /* font-size: 18px; */
    line-height: 28px;
    font-weight: 400 !important;
    margin: 38px 0;
    position: relative;
    letter-spacing: 0px;
    border-radius: 22px;
    background: white;
    /* font-style: normal; */
}

.makale ul {
    display: flex;
}

.formarea {
    display: flex;
    gap: 152px;
    margin: 15px 0px;
}

.formarea form {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    background-color: white;
    padding: 2rem;
}

.form-title {
    font-size: 17px;
    font-weight: 500;

}

.forminfo {
    padding: 44px 0px;
}

.forminfo ul {
    display: inline-table;
    padding: 0px 12px;
}

.forminfo ul li {
    list-style: disc;
    font-size: 16px;
    font-weight: 600;
}

.application-form {
    background-color: #f8f9fd;
    padding: 20px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.application-form h2 {
    color: #ba1c1c;
    text-align: start;
}

.form-step-indicator {
    text-align: right;
    font-size: 14px;
    color: #ba1c1c;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}

input,
select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

input:focus,
select:focus {
    border-color: #ba1c1c;
    outline: none;
}

.error-message {
    font-size: 12px;
    color: #ba1c1c;
    display: block;
    margin-top: 5px;
}

.form-category {
    display: flex;
    gap: 10px;
}

.form-category input[type="radio"] {
    display: none;
}

.form-category label {
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    color: #333;
    background-color: #fff;
}

.form-category input[type="radio"]:checked+label {
    background-color: #ba1c1c;
    color: #fff;
}

.next-button {
    width: 100%;
    padding: 10px;
    background-color: #ba1c1c;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.next-button:hover {
    background-color: #a31616;
}

.our-hospitals {
    display: flex;
    /*justify-content: center; */
    align-items: center;
    gap: 3rem;
    padding: 2rem;
    margin: 2rem 0;
    box-shadow: 0 0 5px 5px rgb(0 0 0 / 8%);
    border-radius: 40px;
    overflow: hidden;
}

.hospital-img img {
    width: 53vh;
    border-radius: 20px;
    min-width: 64vh;
}
.hospital-content h3 {
    color: #ae1f25;
    font-size: 2.3rem;
    font-weight: 600;
}
.hospital-content ul {
    display: inline-block;
}
.hospital-content ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    margin: 1rem 0;
}
.hospital-content ul li i {
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.cookie-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}

.cookie-popup p {
    margin: 0;
    max-width: 80%;
    font-size: 14px;
    text-align: center;
}

.cookie-popup a {
    color: #00bcd4;
    text-decoration: underline;
}

.cookie-popup .buttons {
    display: flex;
    gap: 10px;
}

.cookie-popup button {
    background-color: #077ebe;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.cookie-popup button.reject {
    background-color: #ae1f25;
}

.cookie-popup button:hover {
    opacity: 0.9;
}

.hidden {
    display: none;
}
.mobile-lang {
    display: none !important;
}
.mobile-helper  {
    display: none !important;
}
.health-guide {
    margin: 1rem 0;
}
.health-guide img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.health-guide-content {
    background-color: white;
    padding: 1rem 2rem ;
}

.health-guide-content h4 {
    font-size: 1.4rem;
    line-height: 1.5;
    color: var(--bs-black);
    margin: 1rem 0;
    font-weight: 600;
}

.health-guide-btn {
    display: flex;
}
.health-guide-btn a  {    
    font-size: 16px;
}
.health-guide-btn span  {    
    font-weight: 600;
    color: var(--bs-black);
}
.health-guide-btn a i  { 
    padding: 2px;
    display: inline-flex
;
    transform: rotate(0deg);
    margin-right: 8px;
    align-items: center;
    font-weight: bold;
    justify-content: center;
    outline: 2px solid #212120;
    width: 24px;
    outline-color: #0078bc;
    height: 24px;
    transition: all ease 1s;
}
.health-guide-btn a:hover i {
    transform: rotate(-43deg);
}
