/******************************
INDEX:
    00 - General
    01 - Typography
    02 - Text Color & Background Color
    03 - Background Position & Size
    04 - Helper class
    05 - Social icons
    06 - Header
    07 - Bootstrap Overwrite 
    08 - Swiper 
    09 - Scroll To Top 
******************************/
/* @import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;600;700;800;900&amp;family=Righteous&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;600;700;800;900&amp;family=Rajdhani:wght@300;400;500;600;700&amp;family=Righteous&amp;display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
 :root {
     --pbmit-global-color: #1bbde4;
     --pbmit-secondary-color: #081839;
     --pbmit-light-color: #ebeef3;
     --pbmit-blackish-color: #081839;
     --pbmit-link-color-normal: #081839;
     --pbmit-link-color-hover: #1bbde4;
     --pbmit-responsive-breakpoint: 1200px;
     --pbmit-body-typography-font-family: Public Sans,sans-serif;
     --pbmit-body-typography-variant: 400;
     --pbmit-body-typography-font-size: 15px;
     --pbmit-body-typography-line-height: 1.8;
     --pbmit-body-typography-color: #666;
     --pbmit-heading-typography-font-family: Inter;
     --pbmit-heading-color: #081839;
     --pbmit-heading-font-variant: 700;
     --pbmit-btn-typography-font-family: Inter;
     --pbmit-btn-typography-variant: 700;
     --pbmit-btn-typography-font-size: 14px;
     --pbmit-btn-typography-line-height: 1.5;
}

/*----------------------------------------*/
/* 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 20px;
}
 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{
     padding: 15px 15px;
     font-size: 15px;
     color: #848484;
     border: 1px solid #eeeeee;
     border-radius: 0;
     font-family: var(--pbmit-heading-typography-font-family);
     font-weight: 500;
}
 .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: 34px;
     line-height: 44px;
     letter-spacing: -1px;
}
 h2 {
     font-size: 30px;
     line-height: 40px;
     letter-spacing: -0.8px;
}
 h3 {
     font-size: 24px;
     line-height: 32px;
     letter-spacing: -0.5px;
}
 h4 {
     font-size: 20px;
     line-height: 28px;
     letter-spacing: -0.5px;
}
 h5 {
     font-size: 18px;
     line-height: 28px;
     letter-spacing: -0.5px;
}
 h6 {
     font-size: 16px;
     line-height: 26px;
     letter-spacing: -0.5px;
}
 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 {
     display: inline-block;
     text-decoration: 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.2px;
     padding: 15px 40px;
     border-radius: 0;
     text-transform: none;
     background-color: var(--pbmit-global-color);
     border: none;
     color: #fff;
     -webkit-transition: all .3s;
     -o-transition: all .3s;
     transition: all .3s;
     cursor: pointer;
     outline: none !important;
     -webkit-font-smoothing: antialiased;
     text-align: center;
}
 .pbmit-btn:hover, .pbmit-btn:focus {
     color: #ffffff;
     background-color: var(--pbmit-blackish-color);
     outline: none;
}
 .pbmit-btn-hover-secondary:hover, .pbmit-btn.pbmit-btn-secondary{
     background-color: var(--pbmit-secondary-color);
}
 .pbmit-btn-hover-white:hover, .pbmit-btn.pbmit-btn-white{
     background-color: #fff;
     color: var(--pbmit-blackish-color);
}
 .pbmit-btn-hover-global:hover{
     background-color: var(--pbmit-global-color);
     color: #fff;
}
 .pbmit-btn-hover-secondary:hover{
     background-color: var(--pbmit-secondary-color);
     color: #fff;
}
 .pbmit-btn-hover-white:hover{
     background-color: #fff;
     color: var(--pbmit-global-color);
}
 .pbmit-btn.pbmit-btn-outline {
     background-color: transparent;
     padding: 13px 40px;
     color: var(--pbmit-global-color);
     border: 1px solid var(--pbmit-global-color);
}
 .pbmit-btn.pbmit-btn-outline:hover, .pbmit-btn.pbmit-btn-outline:focus {
     background-color: var(--pbmit-global-color);
     color: #ffffff;
}
 .pbmit-btn.pbmit-btn-outline.pbmit-btn-white{
     border-color: #fff;
     color: #fff;
}
 .pbmit-btn.pbmit-btn-outline.pbmit-btn-hover-white:hover{
     border-color: #fff;
     background-color: #fff;
     color: var(--pbmit-global-color);
}
 .pbmit-btn-inline{
     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);
     color: #ffffff;
     position: relative;
     border: none;
     padding: 0;
     margin-top: 0px !important;
     background-color: transparent !important;
     padding-bottom: 3px;
     letter-spacing: .5px;
}
 .pbmit-btn-inline:before{
     content: '';
     height: 1px;
     width: 100%;
     z-index: 1;
     position: absolute;
     bottom: 0;
     left: 0;
     background: #fff;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
 .pbmit-btn-inline:hover, .pbmit-btn-inline:focus{
     color: #ffffff;
}
 .pbmit-btn-inline:hover:before, .pbmit-btn-inline:focus:before{
     width: 0%;
}
/** 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: var(--pbmit-blackish-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-mdxl{
     padding-top: 80px;
     padding-bottom:130px;
}
 .section-lg{
     padding-top: 100px;
     padding-bottom:80px;
}
 .section-lgx{
     padding-top: 100px;
     padding-bottom:100px;
}
 .section-lgt{
     padding-top: 100px;
}
 .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;
}
 .social-icons li {
     display: inline-block;
     padding-left: 2px;
     padding-right: 2px;
     min-width: 34px;
}
 .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{
     z-index: 999;
}
 .site-header .site-branding img {
     display: inline-block;
     max-width: 100%;
     height: auto;
     max-height: 60px;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
 .site-navigation ul.navigation > li > a {
     display: block;
     margin: 0px 18px 0px 18px;
     padding: 0px;
     text-decoration: none;
     position: relative;
     z-index: 1;
     height: 120px;
     line-height: 120px;
     letter-spacing: 0px;
     color: var(--pbmit-blackish-color);
}
 .site-navigation ul.navigation > li > a:hover{
     color: var(--pbmit-global-color);
}
 .site-navigation ul.navigation a{
     font-family: var(--pbmit-heading-typography-font-family);
     font-weight: 700;
     font-size: 15px;
}
 .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 ul > li.dropdown > a:after {
     font-family: "pbminfotech-base-icons";
     content: '\e818';
     margin-left: 8px;
     font-size: 15px;
     font-weight: 600;
     vertical-align: middle;
     color: #1bbde4;
}
 .main-menu .navigation > li > ul,
 .main-menu .navigation > li:not(.megamenu) > ul > li > ul{
     min-width: 270px;
     box-shadow: 0px 10px 40px rgb(0 0 0 / 20%);
     border-top: 3px solid var(--pbmit-global-color);
     position: absolute;
     top: 100%;
     left: 0;
     z-index: 100;
     visibility: hidden;
     background-color: #ffffff;
     opacity: 0;
     -webkit-transform: translateY(15px);
     -moz-transform: translateY(15px);
     -ms-transform: translateY(15px);
     -o-transform: translateY(15px);
     transform: translateY(15px);
     -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
     box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
     -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -ms-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
}
.main-menu .navigation > li:not(.megamenu) > 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;
     -webkit-transform: translateY(0px);
     -ms-transform: translateY(0px);
     transform: translateY(0px);
     z-index: 999;
}
 .main-menu .navigation > li > ul li a{
     border-bottom:1px solid rgba(255, 255, 255, 0.20);
}
 .main-menu .navigation > li > ul > li > a,
 .main-menu .navigation > li:not(.megamenu)  > ul > li a{
     padding: 15px 20px;
     display: block;
     font-weight: 700;
     font-size: 14px;
     line-height: 16px;
}
 .main-menu .navigation > li > ul > li.active > a,
 .main-menu .navigation > li:not(.megamenu) > ul > li > a:hover{
     background-color:var(--pbmit-global-color);
     color: #fff;
}
 .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;
}
/** sticky-header **/
 .sticky-header{
     position: fixed !important;
     top: 0px;
     width: 100%;
     background-color: #fff;
     z-index: 999;
     margin: 0;
     -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
     -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
     box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
     padding: 0;
}
 .site-header-menu .logo-img.stickylogo, .site-header-menu.sticky-header .logo-img{
     max-height: 50px;
}
 .site-header-menu.sticky-header .logo-img.stickylogo{
     display: inline-block;
}
 .sticky-header .site-navigation ul.navigation > li > a{
     height: 90px;
     line-height: 90px;
}
/* Pre Header */
 .pre-header{
     border-bottom: 1px solid #e5e5e5;
     font-size: 13px;
     font-weight: 400;
     padding: 0.5rem 0;
}
 .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) * .6);
     padding-left: calc(var(--bs-gutter-x) * .6);
}

/*----------------------------------------*/
/* 08 - Swiper 
/*----------------------------------------*/
 .swiper-slider{
     margin-left: auto;
     margin-right: auto;
     position: relative;
     overflow: hidden;
     z-index: 1;
}
 .swiper-pagination-bullet {
     height: 4px;
     width: 20px;
     border-radius: 0;
     background: #798396;
     opacity: 1;
}
 .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal,
 .swiper-pagination-custom, .swiper-pagination-fraction {
     bottom: 0;
}
 .swiper-slider[data-dots="true"] {
     padding-bottom: 50px;
}
 .swiper-pagination-bullet-active{
     background: var(--pbmit-global-color);
}
 .swiper-button-next:after, .swiper-button-prev:after {
     font-family: "pbminfotech-base-icons";
     font-size: 20px;
     color: var(--pbmit-blackish-color);
     font-weight: 700;
     transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
}
 .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
     content: '\e82c';
}
 .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
     content: '\e82c';
}
 .swiper-button-prev, .swiper-rtl .swiper-button-next {
     transform: rotate(180deg);
     position: absolute;
     left: 14px;
}
 .swiper-slider.home-case-studies{
     overflow: visible;
}
 .home-case-studies .swiper-buttons{
     position: absolute;
     top: -100px;
     right: 0;
     max-width: 1200px;
     width: 100%;
     margin: 0 auto;
     left: 0;
     padding: 0 15px;
     text-align: right;
}
 .swiper-button-next, .swiper-button-prev{
     text-align: center;
     z-index: 15;
     cursor: pointer;
     border: 1px solid #dddddd;
     border-radius: 50%;
     width: 55px;
     height: 55px;
     line-height: 55px;
     border-radius: 50%;
     transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
}
 .home-case-studies .swiper-button-prev{
     left: initial;
     right: 75px;
}
 .swiper-button-next:hover, .swiper-button-prev:hover{
     border-color: var(--pbmit-global-color);
}
 .swiper-button-prev:hover:after, .swiper-button-next:hover:after{
     color: var(--pbmit-global-color);
}

/*----------------------------------------*/
/* 09 - Scroll To Top 
/*----------------------------------------*/
body .scroll-to-top {
    position: fixed;
    z-index: 200;
    opacity: 0;
    bottom: 10px;
    right: 20px;
    width: 45px;
    height: 45px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 100%;
    background-color: var(--pbmit-global-color);
    text-align: center;
    border: 3px solid #eeeeee;
    color: #fff;
}
body .scroll-to-top.show {
    opacity: 1;
}
body .scroll-to-top:hover {
    color: #fff !important;
    background-color: var(--pbmit-secondary-color);
}

/******************************

    00 - Home
    01 - Inner Page
        00 - About Us
        01 - Our History 
        02 - Service Detail
        03 - Project Detail
        04 - Blog Detail
             Sidebar Right
             Blog Large
             Blog Detail
        05 - Team Single
        06 - Contact Us
        07 - Comment Form
    
******************************/

/*----------------------------------------*/
/*  00 - Home
/*----------------------------------------*/

/** Homepage 01 **/
.pbmit-static-box-style-1.blue-bg-color .d-flex{
    background-color: #0b31ae;
}
.about-us-img{
    max-width: none; 
    float: right; 
}
.home1-about-us{
    background-image: url(../images/bg/bg-01.jpg);
    background-color: transparent;
    background-position: -30% 0%;
    background-repeat: no-repeat;
    background-size: 1200px;
    padding-top: 130px;
}
.home1-about-us .list-wrap{
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-bottom: 100px;
}
.home1-care-section,
.home1-service-section{
    background-image: url(../images/bg/bg-02.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.home1-service-section .swiper-slider{
    margin-bottom: -341px;
}
.home1-team-section{
    padding: 430px 0px 100px 0px;
}
.home1-infosection{
    background: url(../images/bg/bg-03.jpg) no-repeat right 0;
}
.home1-infosection .pbmit-heading-subheading h4.pbmit-subtitle{
    font-size: 24px;
    line-height: 26px;
}
.home1-team-members{
    padding-left: 50px;
}
.home1-team-members .col-md-6:nth-of-type(even) {
    margin-top: 35px;
}
.home1-care-section .row .col-md-4:last-child .pbmit-ihbox-style-1:after{
    display: none;
}
.home1-care-section{
    padding-top: 100px;
    padding-bottom:210px;
}
.care-bordernone{ 
    margin-top: 20px;
}
.home1-team-section-bg{
    background-image: url(../images/bg/bg-12.png);
    background-repeat: no-repeat;
    background-position: left bottom;
	overflow: hidden;   
}
.home1-counter-section .counter-wrapper{
    margin-top: -200px;
    padding: 70px 30px 70px 70px;
    background-color: #fff;
    z-index: 99;
    position: relative;
}
.home1-testimonial-section-bg{
    background-image: url(../images/bg/bg-05.png);
    background-repeat: no-repeat;
    background-position: bottom;  
    padding: 252px 0px 70px 0px;
    margin-top: -142px; 
	overflow: hidden;
}
.pbmit-blog-style-2:first-child .post-item{
    border: none;
    padding-top: 0;
}
.testimonial-img-move-left {
    position: absolute;
    top: -136px;
    left: -254px;
}
.testimonial-img-move-right {
    position: absolute;
    top: -494px;
    right: -240px;
}
.pbmit-move{
    position: relative;
    transition:transform 0.5s ease;
    animation:imgmove 8s ease-in-out infinite;
    transform-origin:bottom center;
   }
@keyframes imgmove {
    0%,100%{
        transform:translateY(0) translateX(20); 
    }
    50%{ 
        transform:translateY(-25px) translateX(0px); 
    }
}

/** Homepage 02 **/ 
.clinic-bg-color{
    background-color: var(--pbmit-blackish-color);
}
.clinic-content {
    max-width: 100%;
    margin: 0px;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	border-radius: 10px;
}
.clinic-colum {
    background: url(../images/img-08.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;
}
.home2-emergency-section{
    /* margin-top: -172px;
    z-index: 3;
    position: relative; */
	background-color: #ebeef3;
    margin-top: 30px;
}
.home2-from-section-bg h2{
    font-size: 36px;
    color: var(--pbmit-global-color);
    margin-bottom: 20px;
}
.home2-Emergency-Cases-section-bg{
    background: url(../images/img1.jpg);
    background-repeat: no-repeat;
}
.home2-from-section-bg{
    background: url(../images/bg/patten-img-1.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #fff;
    padding: 40px 40px 63px 40px;
}
.home2-about-section-bg{
    background: url(../images/bg/bg-07.png);
    background-repeat: no-repeat;
    padding-top: 340px;
    background-position: bottom center;
    margin-top: -258px;
}
.home2-about-section-bg .pbmit-heading-subheading {
    margin-bottom: 24px;
}
h4.pbmit-fid-inner .pbmit-blackish-color {
    color: var(--pbmit-blackish-color);
}
.pbmit-global-color h4.pbmit-fid-inner {
    color: var(--pbmit-global-color);
}
.home2-about-section-bg .pbminfotech-ele-fid:nth-child(2){
    background-color: #fff;
}
.home2-services-section-bg{
    background: url(../images/bg/bg-03.png);
    background-repeat: no-repeat;
}
.home2-team-section-bg{
    background: url(../images/bg/bg-14.jpg);
    padding: 50px 0 30px 0;
    background-size: cover;
}
.home2-pricing-section-bg{
    background: url(../images/bg/bg-04.png);
    background-repeat: no-repeat;
}
/* .home2-faq-section-bg{
    background-image: url(../images/bg/bg-05.png);
    background-repeat: no-repeat;
    background-position: center;
} */
.home2-faq-bg{
    background: url(../images/bg/bg-06.png);
    background-repeat: no-repeat;
    background-position:bottom right;
}
.home2-faq-wrap{
    padding-right: 60px;
}
.accordion-wrap{
    padding-left: 0px;
}
.home2-testimonial-section-bg{
    background: url(../images/bg/bg-05-new.jpg);
}
.home2-testimonial-section{
    margin-bottom: -228px;
}
.home2-client-section{
    padding-top: 224px;
    margin-bottom: 56px;
}
.home-2-video-bg {
    background-image: url(../images/bg/bg-13.png);
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    top: 236px;
    left: -50px;
    padding: 100px 30px 46px 20px;
}
 .home-2-video-btn{
    background-color: #fff;
    position: absolute;
    top: 43px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
} 
.home-2-video-btn i{
    color: var(--pbmit-global-color);
    line-height: 70px;
    font-size: 16px;
}
.home-2-video-btn:hover{
    background: var(--pbmit-global-color);
}
.home-2-video-btn:hover i{
    color: #fff;
}
.pbmit-ihbox.pbmit-ihbox-style-7 {
    position: absolute;
    top: -74px;
    left: inherit;
    right: 14px;
}
.icon-box-wrapper {
    font-size: 64px;
    color: var(--pbmit-global-color);
}

/** Homepage 03 **/ 
.home3-testimonial-section-bg{
    background: url(../images/bg/bg-05-new.jpg);
}
.home3-testimonial-section-bg .border-bottom {
    border-bottom: 1px solid #FFFFFF40!important;
}
.home3-Appoinment-section-bg{
    background: url(../images/bg/bg-14.jpg);
}
.pbmit-blog-style-2:first-child .post-item{
    border: none;
}
.home3-tab-section-bg{
    background: url(../images/bg/bg-08.png);
    background-position: bottom center;
    background-repeat: no-repeat;   
}
.home3-team-section-bg {
    background: url(../images/bg/step-counter-bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
}
.home3-tab-content-inner-h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
}
.home-3-about-bottom-section{
    margin-bottom: 210px;
    margin-top: 250px;
    background: url(../images/bg/bg-09.jpg) no-repeat 0 0;
}
.home-3-tab-top-section{
    margin-top: -319px;
}
.home-3-Emergency-section-img{
    margin-top: 50px;
    text-align: center;
}
.home-3-Emergency-section img{
    margin-bottom: -100px;
}
ul.Emergency-timelist-list li {
    padding: 4px 0;
}
.home-3-Emergency-section{
    margin-top: -108px;
    z-index: 2;
    position: relative;
}
.home-3-input-group {
    margin-bottom: 30px;
}
.home3-info-box{
    padding: 100px 0 40px 0;
}
.home-3-about-wrap{
    margin-right: 60px;
}
.overlep-img{
    position: absolute;
    top: inherit;
    bottom: 130px;
    left: inherit;
    right: 20px;
}
.about-img-overly{
    margin-left: 43px;
    margin-bottom: -106px;
}

/*----------------------------------------*/
/*01 - Inner Page 
/*----------------------------------------*/
/** 00 - About Us **/
.home-3-about-bottom-section.about-02{
    padding-top: 150px;
    padding-bottom: 0px;
    margin: 0;
}
.action-box{
    padding-top: 100px;
}
.action-box .home-2-video-btn{
    position: static;
}
.action-box-wrap{
    border: 2px solid var(--pbmit-light-color);
    margin-bottom: -300px;
    margin-top: 40px;
    background: var(--pbmit-light-color);
}
.team-02-section{
    padding-top: 400px;
    padding-bottom: 70px;
}
.home3-team-section-bg.about-us-section{
    padding-top: 200px;
    padding-bottom: 70px;
}
.action-box-wrap .row .col{
    width: 20%;
    flex: 0 0 auto;
}
.services-grid .pbmit-service-style-1 .pbminfotech-box-content{
    border: 1px solid #e6f1f7;
    margin-bottom: 40px;
}
/** 01 - our history**/
.ourhistory-right h3,
.ourhistory-left h3{
    color: var(--pbmit-global-color);
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}
.ourhistory-right {
    padding-bottom: 50px;
    padding-left: 70px;
    position: relative;
}
.ourhistory-right:before {
    content: '';
    position: absolute;
    top: 0;
    left: 7px;
    z-index: 2;
    width: 12px;
    height: 12px;
    border-radius: 0;
    background-color:#1bbde4;;
    box-sizing: content-box;
}
.ourhistory-right:after {
    content: '';
    position: absolute;
    top: 0;
    left: 12px;
    z-index: 1;
    width: 1px;
    height: 100%;
    background: #dadada;
}
.ourhistory-right h4{
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
.ourhistory-right:last-child:after{
    display: none;
}
.ourhistory-right:last-child{
    padding-bottom: 0;
}

/** 02 - Service Detail **/
.service-sidebar .post-list{
    padding: 35px 30px; 
    background-color: var(--pbmit-light-color);
}
.service-sidebar .widget{
    margin-bottom: 30px;
}
.post-list{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.post-list li{
    border: none;
    padding: 0!important;
    margin: 2px 0;
}
.post-list li a{
    background-color: #fff;
    display: block;
    position: relative;
    color: #222;
    font-size: 16px; 
    padding: 18px 30px 18px 30px;
    display: block;
    position: relative;
    line-height: normal;
}
.post-list li.post-active a,
.post-list li a:hover{
    color: #fff;
    background-color: var(--pbmit-global-color);
}
.post-list li a:after{
    content: '\f105';
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: 37%;
    right: 20px;
}
.single-service-contact {
    padding: 50px;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 15px;        
}
.single-service-contact:after{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
    background-color: rgba(8,24,57,0.90);
}
.single-service-contact > div,
.single-service-contact > p{
    position: relative;
    z-index: 2;
}
.single-service-contact-inner {
    position: relative;
    z-index: 2; 
    padding: 40px 0;
}
.single-service-contact-inner h5{
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 30px;
}
.single-service-contact .d-flex{
    margin-bottom: 30px;
}
.single-service-contact .d-flex p{
    display: none;
}
.single-service-contact .d-flex i {
    font-size: 56px;
    line-height: 56px;
    margin-right: 10px;
    color: var(--pbmit-global-color);
}
.single-service-contact .d-flex h2 {
    font-size: 30px;
    line-height: 32px;
    margin-top: 5px;
    margin-bottom: 0;
    color: var(--pbmit-global-color);
} 
/*=== Download  ===*/
.download .item-download a { 
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 0; 
    font-size: 17px;
    line-height: 20px;     
    padding: 20px;
    background: var(--pbmit-blackish-color);
    color: #fff;
}
.download .item-download i {
    font-size: 25px;
    padding-right: 15px;
    line-height: 30px;
    font-weight: normal;
}
.download .item-download {
    margin-bottom: 30px;
    position: relative;
}
.download .item-download a:hover{
    background: var(--pbmit-global-color);
}
.service-details{
    margin-top: 40px;
}
h2.pbmit-title{
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
}
.service-page-infobox{
    margin-top: 40px;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}
.service-page-infobox .pbmit-ihbox-style-3{
    margin-bottom: 40px;
}
.service-page-team{
    margin-top: 40px;
    border-bottom: 1px solid #eee;
    padding-top: 40px;
    margin-bottom: 40px; 
    border-top: 1px solid #eee;
    padding-bottom: 60px; 
}

/** 03 - Project Detail **/
.portfolio-single h2.pbmit-title{
    color: var(--pbmit-global-color);
}
.project-details-list{
    padding: 30px 0;
    background: var(--pbmit-blackish-color);
    margin: -50px 50px 0;
    text-align: center;
    position: relative;
    color: #fff;
}
.portfolio-lines-wrapper ul{
    list-style: none;
    margin: 0;
    padding: 0; 
}
.portfolio-lines-wrapper li{
    margin: 0;
    padding: 3px 0;
    font-size: 14px;
    line-height: 25px;
    position: relative;
    display: inline-block;
}
.portfolio-lines-wrapper li:before {
    content: '/';
    padding: 0 1.1em;
}
.portfolio-lines-wrapper li:first-child:before{
    display: none;
}
.portfolio-line-title{
    color: var(--pbmit-global-color);
}
.portfolio-details{
    margin-top: 20px;
}
.portfolio-details-list{
    padding: 50px 0px 50px 0px;
    border-bottom: 2px solid #ddd;   
}
.portfolio-details .portfolio-details-list:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.portfolio-team {
    margin-top: 40px;
}
.portfolio-team .pbmit-ihbox-style-3{
    margin-bottom: 40px;
    margin-right: 0;
}
.portfolio-team .row > .col-md-6:nth-of-type(3) .pbmit-ihbox-style-3,
.portfolio-team .row > .col-md-6:nth-of-type(4) .pbmit-ihbox-style-3 {
    margin-bottom: 0;
} 

/** 04 - Blog Detail**/
.blog-right-col{
    flex: 0 0 66%;
    max-width: 66%; 
}
.blog-left-col{
    flex: 0 0 34%;
    max-width: 34%; 
}
/** Sidebar Right**/
.sidebar .widget{ 
    padding: 35px 30px;
    margin-bottom: 30px;
    background: var(--pbmit-light-color);
}
.sidebar .widget:last-child{
    margin-bottom: 0;
}
.widget a,
.widget .post-date{
    font-family: var(--pbmit-heading-typography-font-family);
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.5px;
    font-weight: 700;
}
.search-form input{
    height: 58px;
    line-height: 58px;
}
.widget.widget-search{
    border: none; 
}
.widget .search-form {
    position: relative;
}
.widget .search-form .search-field {
    display: block;
    width: 100%;
    height: 55px;
    font-size: 15px;
    color: #fff;
    line-height: 45px;
    padding: 10px 20px;
    font-weight: 500;
    background: var(--pbmit-blackish-color);
    border: none;
    border-radius: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    font-family: var(--pbmit-heading-typography-font-family);
}
.widget .search-form a{
    position: absolute;
    right: 0px;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    top: 45%;
    height: 55px;
    line-height: 55px;
    margin-top: -25px;
    font-size: 16px;
    z-index: 1;
    width: 50px;
    text-align: center;
    color: var(--pbmit-global-color);
}
.widget .widget-title{ 
    text-transform: capitalize;
    font-size: 22px;
    line-height: 32px;
    color: var(--pbmit-secondary-color);
    margin-bottom: 20px;
}
.sidebar .widget-categories ul li{
    margin: 2px 0;
    padding: 0!important;
    position: relative;
    list-style: none;
}
.sidebar .widget-categories ul li a{
    position: relative;
    background-color: #fff;
    padding: 18px 30px 18px 30px;
    display: block;
    padding-left: 20px;
    line-height: normal;
}
.sidebar .widget-categories li span {
    position: absolute;
    right: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #f6f6f6;
    text-align: center;
    display: block;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50%;
    top: 15px;
}
.sidebar .recent-post-list li{
    padding-bottom: 15px;
    display: flex !important;
    align-items: center;
    width: 100%;
}
.sidebar .recent-post-list li:last-child{
    padding-bottom: 0;
}
.sidebar .recent-post-list .media{
    display: flex;
}
.sidebar .recent-post-list .recent-post-thum{
    width: 75px;
    flex-shrink: 0;
    margin-right: 15px;
}
.sidebar .recent-post-list a{
    font-size: 15px; 
}
.sidebar .recent-post-list .post-date {
    line-height: 17px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
    color: var(--pbmit-global-color);
}
.sidebar .widget .tagcloud a{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    background: #fff;
    margin-bottom: 10px;
}
.sidebar .widget .tagcloud a:hover{
     color: #fff;
     background: var(--pbmit-blackish-color);
}
.sidebar .widget.widget-archive ul li {
    padding: 0 0 15px 0;
}
.sidebar .widget.widget-flickr a{
    overflow: hidden;
    display: block;
    margin: 0 8px 0px 0px;
    width: 80px;
    height: 80px;
    display: inline-block;
    background: none;
}
/** Blog Large **/
article.post{
    margin-bottom: 30px;
    position: relative;
}
article.post .post-content{
    position: relative;
    display: block;
    border: 1px solid #eeeeee;
    padding: 50px 50px 40px;
}
article.post .post-box-title{
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 15px;
    margin-top: 0;
    letter-spacing: -0.8px;
}
article.post .post-entry-meta{
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dddddd; 
    font-size: 12px;
    margin-top: 10px;
    font-weight: 500;
    color: #666666;
}
article.post .post-entry-meta a{
    color: #666666;
}
article.post .post-entry-meta i {
    margin-right: 5px;
    font-size: 15px;
    color: var(--pbmit-global-color);
}
/** Blog Detail **/
.post blockquote {
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    font-style: italic;
    padding: 50px 72px;
    position: relative;
    border: none;
    background: transparent;
    margin: 50px 0 40px;
    color: #666666;
    border-radius: 0;
    background:var(--pbmit-light-color);
}
.post blockquote:after {
    position: absolute;
    content: "";
    top: 50px;
    left: 0;
    width: 4px;
    height: 34%;
    background: var(--pbmit-global-color);
}
.post blockquote cite,
.post blockquote small {
    display: block;
    font-size: 17px;
    line-height: normal;
    margin-top: 20px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--pbmit-heading-typography-font-family);
    font-style: normal;
    color: var(--pbmit-global-color);
}
.post blockquote cite:after{
    position: absolute;
    content: '"';
    opacity: 0.2;
    font-size: 70px;
    line-height: normal;
    top: -50px;
    right: 0px;
    transform: rotate(180deg);
    font-style: italic;
    font-weight: 700;
    color: var(--pbmit-global-color);
}
.post blockquote p{
    margin: 0;
}
.list-dots{
    margin-left: 2.5em;
    margin-bottom: 25px;
    list-style-type: disc;
}
.comments-area{
    margin-top: 50px;
}
.comments-area .comments-title{
    font-size: 24px;
    line-height: 34px;
}
.comments-box {
    margin-top: 35px;
}
.comments-box .media{
    margin-bottom: 50px; 
    display: flex;
}
.comments-box .children .media.even.depth-2{
    margin-left: 35px;
}
.comment-author{
    text-align: center;
    width: 90px;
    height: 90px;
    display: block;
    margin-right: 25px;
    overflow: hidden;   
}
.comment-author img{
    max-width: 60px;
    height: 60px;
    border-radius: 50%;
}
.comment-meta { 
    position: relative;
    flex-grow: 1;
    border: 1px solid #e9e9e9;
    padding: 20px;
    padding-bottom: 0;
    background: #fff;
    margin-left: 0;
    border-radius: 0;
}
.comment-meta:before{
    content: "";
    position: absolute;
    top: 14px;
    left: -10px;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid solid outset;
    border-width: 8px 10px 8px 0;
    border-color: transparent #e1e4e7 transparent transparent;    
}
.comment-meta:after,
.comment-meta:before {
    content: '';
    position: absolute;
    top: 17px;
    width: 0;
    height: 0;
    border-width: 10px 12px 10px 0;
    border-style: solid;
}
.comment-meta:before {
    border-color: transparent #fff transparent #fff;
    z-index: 1;
    left: -12px;
    top: 19px;
}
.comment-meta:after {
    border-color: transparent #e9e9e9 transparent #e9e9e9;
    border-width: 12px 14px 12px 0;
    left: -14px;
}
.comment-meta .comment-owner{
    display: block;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-family: var(--pbmit-heading-typography-font-family);
    color: var(--pbmit-blackish-color);
}
.comment-meta a{
    color: #b4b4b4;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.comment-meta p{
    display: block;
}
.comment-meta .reply {
    position: absolute;
    right: 15px;
    top: 24px;
}
.comment-meta .reply a{
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 16px;
    background-color: var(--pbmit-blackish-color);
    color: #fff;
    margin-right: 5px;
    text-transform: uppercase; 
    line-height: 1.8;
    display: inline-block;
}
.comment-meta .reply a:hover{
    background-color: var(--pbmit-global-color);
}
.comment-reply-title{ 
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 24px;
    line-height: 34px;
}
.comment-form .form-group{
    margin-bottom: 20px;
}
.comments-box p{
    margin-top: 25px;
    display: block;
}
.comment-form form .form-group:last-child{
    margin-bottom: 10px;
} 
.blog-grid .pbmit-blog-style-1{
    margin-bottom: 50px;
}

/** 05 - Team Single **/
.team-details-wrap{
    margin-top: 40px;
}
.pbmit-team-details{
    position: relative;
    padding: 50px;
    background-color: var(--pbmit-light-color);
}
.pbmit-team-img{
    position: relative;
    z-index: 2;
}
.pbmit-team-details:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-right: 0;
    width: 265px;
    right: auto;
    background-color: var(--pbmit-global-color);
    z-index: 0;
}
.pbmit-team-details-inner{
    padding-left: 70px;
    padding-right: 70px;
}
.pbmit-team-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 0;
}
.pbmit-team-designation {
    font-size: 13px;
    line-height: 20px;
    color: var(--pbmit-global-color);
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.pbmit-team-summary{
    margin-bottom: 30px;
}
.pbmit-single-team-info {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
    font-size: 15px;
}
.pbmit-single-team-info li {
    margin-bottom: 10px;
}
.pbmit-single-team-info li label {
    display: inline-block;
    min-width: 80px;
    color: #202426;
    font-weight: 600;
}

/** 06 - Contact us **/
.contact-section{
    margin-bottom: -228px;
}
.contact-section-bg{
    background-image: url(../images/bg/bg-0.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 320px;
    padding-bottom: 70px;
}
.contact-border-top {
    border-top: 1px solid #2C416C;
    padding-top: 30px;
}
iframe {
    width: 100%;
    height: 550px;
}
.contact-bg:before{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
}
.map-box iframe{
    border: 0;
    width: 100%;
    height: 550px;
}
.contact-form form .form-group{
    margin-bottom: 25px;
}
.map-box{
    overflow: hidden;
}

/**07 - Comment Form **/
.comment-form .comment-notes{
    margin-bottom: 25px;
}
.form-control{
    padding: 15px 15px;
    font-size: 15px;
    color: #848484;
    border: 1px solid #eeeeee;
    border-radius: 0;
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 500;
}
input:focus, .form-control:focus {
    outline: none!important;
    border-color:var(--pbmit-global-color);
    box-shadow: none !important;
}
label.error {
	background: red;
	color: white;
	border-radius: 0px 0 10px 10px;
	margin-bottom: 15px;
	padding: 0 10px;
	font-size: 12px;
	display: block;
	margin-top: 0px;
	margin-right: 20%;
}
.message-status{
	margin-top: 30px;
}
/** Modal  **/
.pre-header .text-decoration-underline:hover{
	color: var(--pbmit-global-color);
}
.modal textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, .form-control:focus{
    -webkit-appearance: checkbox; 
}
.modal .btn-close:focus{
	box-shadow: none;
}
.modal-backdrop.show {
    opacity: 0.8;
}
.modal-dialog {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}
.modal-body{
	padding: 0;
}
.modal-content {
    padding: 40px;
    background: #fff;
    width: 600px;
    max-width: 85%;
	border-radius: 0;
    overflow: hidden;
}
.modal .nav-item:first-child {
    margin-right: 20px;
}
.modal .nav-item .nav-link {
    border: 0 !important;
    width:170px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    color: var(--pbmit-secondary-color);
    background-color: var(--pbmit-light-color);
    padding: 11px 15px;
    margin: 0;
}
.modal .nav-item .nav-link:hover{
	background-color: var(--pbmit-global-color);
	color:#fff;
}
.modal .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: var(--pbmit-global-color);
	color: #fff;
}
.modal .tab-content{
	margin-top: 20px;
}
.modal .form-control{
	margin-bottom: 20px;
}
.modal .pbmit-btn{
	font-size: 16px;
	font-weight: 600;
}
/******************************

INDEX:

******************************/

body {
    overflow: visible;
    overflow-x: hidden;
}

@media (min-width: 1441px){
	.home3-team-section-bg .row.procedure-wrap {
		padding: 0px 16rem;
	}
}

@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
	.widget .footer-social-links{
		padding-top: 20px;
	}
}
@media (max-width: 1400px){
	.overlep-img {
		bottom: 180px;
		right: 0;
	}
}

@media (min-width: 1201px){
	/*=== Header ===*/
	.header-style-1 .site-header-menu.sticky-header:before {
		content: '';
		width: 35%;
		height: 100%;
		background-color:var(--pbmit-secondary-color);
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
	}
	.header-style-1 .site-header-menu.sticky-header{
		box-shadow: inherit;
	}
	.header-style-1:after {
		content: '';
		width: 33%;
		height: 100%;
		background-color: var(--pbmit-blackish-color);
		background-repeat: repeat-x;
		background-image: url(../images/bg/banner-pattern.png); 
		position: absolute;
		left: 0;
		top: 0;
		z-index:-1;
	}
	.site-header.header-style-1 .site-branding img.logo-dark {
		display: none;
	}
	.header-style-1 .site-header-menu:after{
		content: '';
		width: 70%;
		height: 100%;
		background-color: var(--pbmit-light-color);
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
	}
	.header-style-2 .navbar-header{
		display: none;
	}	
	
	.header-style-3 .site-navigation ul.navigation > li > a{
		color: #fff;
	}
	.header-style-3 .sticky-header .site-navigation ul.navigation > li > a {
		height: 115px;
		line-height: 115px;
	}
	.header-style-3 .sticky-header{
		background: transparent;
		box-shadow: inherit;
	}
	.site-header .site-navigation ul.navigation .righticon{
		display: none;
	}
    /*=== Homepage 01 ===*/
	.home1-about-us{ 
		background-size: 800px;
	}
	.about-us-img{
		width: 100%;
	}	
	/* Mega Menu */
	.megamenu-wrap{
		position: relative;
	}
	.main-menu .navigation > li.megamenu {
		position: static;
	}
	.main-menu .navigation > li.megamenu > ul{
		width: 100%;
		display: flex;
		padding: 30px;
		gap: 20px;
	}
	.main-menu .navigation > li.megamenu > ul > li{
		flex: 1;
	}
	.main-menu .navigation > li.megamenu > ul > li > a{
		padding-left: 0;
		padding-top: 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
		margin-bottom: 20px;
		font-size: 17px;
		font-weight: 600;
	}
	.main-menu .navigation > li.megamenu > ul > li ul a{
		font-weight: 600;
		line-height: normal;
	}
	.main-menu .navigation > li.megamenu > ul > li ul li.active a{
		color: var(--pbmit-global-color);
	}
	.header-style-1 .sticky-header .site-navigation ul.navigation > li > a,
	.header-style-1 .site-header-menu.sticky-header{
		min-height: 90px;
		line-height: 90px;
	}
	.header-style-1 .sticky-header .navigation > li.megamenu > ul > li{
		line-height: normal;
		padding: 0;    
	}
	.header-style-1 .sticky-header .navigation > li.megamenu > ul > li li{
		margin: 5px 0;
	}
	.header-style-2 .site-navigation ul.navigation > li > a{
		height: 60px;
		line-height: 60px;
		margin: 0 30px;
	}
	.header-style-2  .sticky-header .site-navigation ul.navigation > li > a{
		height: 60px;
		line-height: 60px;
		margin: 0 30px;
	}
}

@media (max-width: 1200px){
	/*=== Header ===*/
	.site-header.header-style-1 .site-branding img.logo-img {
		display: none;
	} 
	.site-header.header-style-1 .site-header-menu{
		background-color: var(--pbmit-light-color);
	}
	.header-style-2 .pbmit-header-info{
		display: none!important;
	}
	.righticon i {
		display: none;
	}
	/*=== Homepage 01 ===*/
	.home1-infosection{
		padding-left: 20px;
	}
	.home1-testimonial-section-bg {
		margin-top: -94px;
		padding-top: 200px;
	}
	.home1-about-us{ 
		background-size: 700px;
	}
	.about-us-img{
		width: 100%;
	}
	.home1-about-us .list-group-borderless .list-group-item{
		font-size: 15px;
	}
	.overlep-img {
		bottom: 100px;
		right: 0;
	}
	/*=== Homepage 03 ===*/
	.home3-Appoinment-section-bg{
		padding: 60px 0;
	}
	.pbmit-ihbox.pbmit-ihbox-style-7{
		position: absolute;
    	top: -74px;
	}
	/*=== footer-social-links ===*/
	.footer-social-links{
		margin-left: -15px;
		margin-right: -15px;
	}
	/*=== pbmit-footer-section ===*/
	.pbmit-footer-section.pbmit-footer-widget-area .pbmit-footer-widget {
		padding-right: 45px;
		padding-left: 45px;
	}
	.pbmit-footer-section.pbmit-footer-widget-area .pbmit-footer-widget:first-child {		
		padding-left: 15px;
	}
	.rtl .pbmit-footer-section.pbmit-footer-widget-area .pbmit-footer-widget:first-child {
		padding-left: 45px;
		padding-right: 15px;
	}
	.pbmit-footer-section.pbmit-footer-widget-area .pbmit-footer-widget:last-child {		
		padding-right: 15px;
	}
	.rtl .pbmit-footer-section.pbmit-footer-widget-area .pbmit-footer-widget:last-child {
		padding-left: 15px;
		padding-right: 45px;
	}
	.contact-section .pbmit-ihbox-style-8.border{
		border: none!important;
	}
}

@media (min-width: 768px){
	/* --------------------------------------
	* Row spacing
	* ---------------------------------------*/   
	.pbmit-static-box-style-1 .pbmit-contentbox-des {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.pbmit-static-box-style-1:hover .pbminfotech-static-box-desc{
		opacity: 1;
		visibility: visible;
	} 
	.pbmit-static-box-style-1:hover .pbmit-contentbox-des {
		-webkit-transform: translateY(-35%);
		-moz-transform: translateY(-35%);
		-ms-transform: translateY(-35%);
		-o-transform: translateY(-35%);
		transform: translateY(-35%); 
	}
}

@media(max-width:1199px) {

	.section-lg.home3-team-section-bg { overflow-x: scroll; }

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: none;
    }
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding-right: calc(var(--bs-gutter-x) * .8);
		padding-left: calc(var(--bs-gutter-x) * .8);
	} 
	.sticky-header{
		position: relative  !important;
	}
	.righticon i {
		display: block;
	}
    /** Main menu resoposive **/
    .navbar-toggler { 
		border: none; 
		font-size: 30px; 
		padding: 0; 
		outline: none; 
	}
    .sticky-header .navbar-toggler { 
		top: 10px; 
	}
    .navbar-toggler:hover, 
	.navbar-toggler:focus { 
		outline: none; 
	}
    .main-menu .navbar-collapse {
			position: absolute;
			width: 100%; left: 0;
			background-color: #fff;
			z-index: 99;
			top: 100px;
			border-top: 3px solid var(--pbmit-global-color);
	}
    .sticky-header .navbar-collapse {
		 top: 60px; 
	}
    .main-menu .navigation > li {
		 float: none; 
	}
    .site-header .site-navigation ul.navigation > li > a {
		height: auto; 
		line-height: inherit; 
		padding: 10px 15px; 
		margin: 0; 
		border-bottom: 1px solid rgba(9, 22, 42, 0.15); 
	}
	.site-header .site-navigation ul.navigation > li.megamenu ul.open{
		border-bottom: 1px solid rgba(9, 22, 42, 0.15); 
	}
	.site-header .site-navigation .dropdown ul li.active > a { 
		background-color: var(--pbmit-global-color);
	}
    .main-menu .navigation > li > ul,
	.main-menu .navigation > li > ul > li > ul {
		border-top: none; 
		box-shadow: inherit; 
		width: 100%;
		display: none; 
		position: inherit; 
		-webkit-transform: translateY(0); 
		-moz-transform: translateY(0); 
		-ms-transform: translateY(0); 
		-o-transform: translateY(0); 
		transform: translateY(0); 
	}
    .main-menu .navigation > li > ul > li > ul { 
		left: 0; 
		top: 100%; 
	}
    .main-menu .navigation > li.dropdown > ul.open, 
	.main-menu .navigation > li.dropdown > ul.open li.dropdown > ul.open,
	.main-menu .navigation > li.dropdown.megamenu > ul.open ul {
		display: block; 
		opacity: 1; 
		visibility: visible; 
	}
	.main-menu .navigation > li.dropdown.megamenu > ul.open ul{
		padding-left: 30px;
	}
	.main-menu .navigation > li.dropdown.megamenu > ul > li > a{
		font-size: 17px;
	}
	.main-menu .navigation > li.dropdown.megamenu > ul > li > ul a{
		padding: 8px 10px;
		display: block;
		font-weight: 600;
		font-size: 15px;
		line-height: 16px;
		line-height: normal;
	}
    .menu-right-box { 
		position: relative; 
		right: 30px; 
		top: 10px; 
	}
    .site-header .site-navigation ul.navigation .righticon {
			font-size: 22px; 
			position: absolute;
			z-index: 99;
			right: 0;
			top: 0; 
			border-left: 1px solid rgba(120, 120, 120, 0.2);
			height: 45px; 
			width: 45px; 
			cursor: pointer; 
			text-align: center; 
			line-height: 45px;
	}
    .site-header .menu-right-box { 
		display: none !important; 
	}
    .main-menu ul > li.dropdown > a:after{
		display: none;
	}
    /** Header responsive **/
    .site-header .header-button, 
	.site-header .pre-header { 
		display: none; 
	}
    .ipad-view-search {
		 display: block; 
	}
    .site-header .site-header-menu { 
		padding: 30px 0; 
		min-height: auto; 
	}
    .site-header .site-branding img { 
		max-height: 50px; 
	}
    .site-header .sticky-header .site-branding img {
		 max-height: 35px; 
	}
	.header-style-2 .main-menu .navbar-collapse{
		 top: 0;
	}
	.site-header.header-style-2 .site-header-menu{
		padding: 0;
	}
	.header-style-2 .pbmit-slider-area{
		margin-top: 0;
	}
	.header-style-3 .pbmit-header-bg{
		padding: 30px 0;
	}
	.site-header.header-style-3 .site-header-menu{
		padding: 0;
	}
	.header-style-3 .site-branding {
		flex-grow: 1!important;
	}
	.header-style-3 .navbar-toggler{
		color: #fff;
	}	
}

@media(max-width:991px) {
    /** Section Padding **/
	.section-lg{ 
		padding-top: 80px; 
		padding-bottom:60px;
	}
	.section-lgx{ 
		padding-top: 80px; 
		padding-bottom:80px;
	}
	.section-lgt{ 
		padding-top: 80px; 
	}
	.section-lgb{ 
		padding-bottom:80px;
	}
    /** Section Title **/
    .pbmit-heading-subheading h2.pbmit-title br{
        display: none;
    }
	.pbmit-heading-subheading h2.pbmit-title{
		font-size: 44px;
    	line-height: 50px;
	}
	.pbmit-heading-subheading .pbmit-element-title{
        font-size: 44px;
    	line-height: 50px;
    } 
	/*=== Title Bar ===*/
	.pbmit-header-style-2 .pbmit-title-bar-content, 
	.pbmit-header-style-2 .pbmit-title-bar-wrapper{
		min-height: 350px;
	}	
	/*=== Team Style 1 ===*/
	.pbmit-team-style-1 .pbminfotech-post-item{
		height: auto !important;
	}
	.pbmit-team-style-1 .pbminfotech-overlay-box{
		height: auto !important;
		visibility: visible;
	}
	.pbmit-team-style-1 .pbmit-team-content{
		height: 0 !important;
		overflow: hidden;
	}
	.home1-team-members{
		padding-left: 0;
		padding-top: 20px;
	}
	.pbmit-element-team-style-1.pbminfotech-gap-30px .pbmit-element-posts-wrapper.row .pbmit-ele{
		margin-bottom: 40px;
	}
	/*=== Homepage 1 ===*/
	.home1-care-section {
		padding-top: 80px;
		padding-bottom: 230px;
	}
	.home1-team-section {
		padding: 410px 0px 80px 0px;
	}
	.home1-about-us-contant{
		margin: 40px 0 80px 0;
	} 
	.home1-counter-section .counter-wrapper{
		padding: 70px 20px 70px 40px;
	}
	.home1-about-us .list-group-borderless .list-group-item{
		font-size: 15px;
	}
	.home1-about-us{
		background-position:100% 0%;
    	background-size: contain;
		padding: 0;
	}
	.about-us-img {
		margin-bottom: 40px; 
		margin-top: 70px;
		width: auto;
	}
	.home1-about-us .list-wrap{
		margin-bottom: 70px;
	}
	.care-bordernone{
		margin-top: 40px;
	}
	.home1-about-us .border-top {
		border-top: 1px solid #EBEFEE!important;
		padding-top: 40px;
	}
	.home1-testimonial-section-bg {
		margin-top: -300px;
    	padding-top: 380px;
	}
	.home1-Counter-section{
		margin-top: -114px;
	}
	.home1-about-us .border-top{
		border: none !important;
	}
	/*=== Homepage 2 ===*/
	.home2-from-section-bg {
		padding: 53px 40px 108px 40px;
	}	 
	.home2-testimonial-section-bg{
		padding-top: 80px!important;
	}
	.home2-Pricing-section-bg{
		padding-bottom: 80px!important;
	}
	.home2-Emergency-section{
		margin-top: 0;
	}
	.home2-about-section-bg{
		margin-top: -432px;
		padding-top: 510px;
	}
	.home2-from-section-bg {
		padding: 40px 40px 30px 40px;
	}
	.home2-about-section-bg{
		padding-top: 780px;
    	background-position: bottom center;
    	margin-top: -690px;
	}
	.home2-Emergency-section {
		margin-top: 0;
		z-index: 9;
		position: relative;
	}	
	.home-2-video-bg {
		display: none;
	} 
	/*=== Homepage 3 ===*/
	.home3-info-box {
		padding: 80px 0 20px 0;
	}
	.pbmit-ihbox-style-3{
		margin-right: 20px;
	}
	.clinic-content {
		max-width: 100%;
		margin: 80px 20px 60px 20px;
	}
	.clinic-colum {
		height: 600px;
	}
	.home-3-about-bottom-section .main-img img{
		width: 90%;
	}
	.home-3-about-bottom-section{
		margin-bottom: 310px;
		margin-top: 150px; 
	}
	.overlep-img {
		position: absolute;
		bottom: -20px;
	}
	.home-3-about-bottom-section.about-02{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.home3-team-section-bg{
		background-image: none;
	}
	/** Team **/
	.pbmit-team-style-3 .pbminfotech-post-item{
		padding: 20px 10px;
	}
    /** Section Title **/ 
	.pbmit-heading-subheading h2.pbmit-title{
		font-size: 40px;
    	line-height: 46px;
	}
    .pbmit-heading-subheading .pbmit-element-title{
        font-size: 40px;
    	line-height: 46px;
    } 
	.pbmit-sidebar-left ,
	.pbmit-sidebar-right {
	    flex: 0 0 34%;
	    max-width: 34%;
	}
	.pbmit-sidebar-left,
	.pbmit-sidebar-right{
	    flex: 0 0 66%;
	    max-width: 66%;
	} 
	.blog-left-col {
		flex: auto;
		max-width: 100%;
	}
	.blog-right-col{
		max-width: 100%;
		flex: auto;
	}
	.widget.footer-social-links {
		margin: 0!important;
	}
	.site-footer .widget {
		padding: 0;
	}
	/*=== pbmit-ihbox-style-1 ===*/
	.pbmit-ihbox-style-1:after,
	.pbmit-ihbox-style-1:before{
		content: none;
	}
	.pbmit-ihbox-style-1 {
		margin-right: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	.pbmit-testimonial-style-3 .pbminfotech-post-item {
		padding: 0 50px;
	}
	.pbmit-ihbox-style-5{
		padding: 40px 20px 0 20px;
	}
	.pbmit-ihbox.pbmit-ihbox-style-7 {
		position: absolute;
		top: -74px;
	}
	.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-image{
		width: 100%;
	}
	/*=== Footer ===*/
	ul.pbmit-timelist-list .pbmit-timelist-li-value{
		display: block;
		float: none;
	}
	.pbmit-footer-contact-info-inner{
		display: block!important;
	}
	.pbmit-footer-contact-info-inner i{
		margin-bottom: 30px;
	}
	.site-footer .widget {
		padding-top: 0;
		margin: 80px 0 0;
	}
	.pbmit-footer-widget-area{
		margin-bottom: 80px;
	}
	.site-footer .pbmit-two-widget{
		padding: 0 20px;
	} 
	.site-footer .pbmit-footer-widget:after {
		content: none;
	}
	.footer-social-links{
		border: none;
		padding-top: 0px;
	}
	.site-footer .widget .footer-social-links{
		margin:0;
	}
	.site-footer .pbmit-two-widget:before, .site-footer .pbmit-two-widget:after{
		width: 0;
	}	
	.footer-social-links:before{
		width: 0;
	}
	.widget.footer-social-links {
		padding: 0;
	}
	.single-service-contact.home2-Emergency-Cases-section-bg {
		padding: 50px 30px 40px 30px;
	}
	.home-case-studies .swiper-buttons{
		top: -70px;
	}
	/** Team Details **/
	.pbmit-team-details:after{
		display: none;
	}
	.pbmit-team-details-inner{
		padding: 0;
		margin-top: 40px;
	}
	/** Contact **/
	.contact-section-bg{
		padding-top: 320px; 
	} 
	.action-box-wrap .row .col {
		width: 33.3%;
	}
	.action-box {
		padding-top: 80px;
	}
	.team-02-section {
		padding-top: 370px;
		padding-bottom: 30px;
	}
	.home3-team-section-bg.about-us-section{
		padding-top: 250px;
		padding-bottom: 70px;
	}
}
@media(max-width:767px) {
	.procedure-wrap { flex-wrap: wrap !important; gap: 0 !important; }
	.pbmit-portfolio-style-1 .pbminfotech-post-content:after {
		transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		opacity: 0.8;
	}
	.pbmit-portfolio-style-1 .pbminfotech-box-content {
		visibility: visible;
		opacity: 1;
		left: 50px;
	}
	.pbmit-portfolio-style-1 .pbminfotech-icon-box {
		opacity: 0;
		visibility: visible;
		right: 5%;
	}
	.clinic-content .list-group li { width: 100% !important; }


	/** Section Padding **/ 
	.section-lg{ padding-top: 60px; padding-bottom:40px;}
	.section-lgx{ padding-top: 60px; padding-bottom:60px;}
	.section-lgt{ padding-top: 60px; }
	.section-lgb{ padding-bottom:60px;}
    /** Section Title **/ 
    .pbmit-heading-subheading .pbmit-element-title{
        font-size: 32px;
    	line-height: 42px;
    } 
	.pbmit-heading-subheading h2.pbmit-title{
		font-size: 32px;
    	line-height: 42px;
	}	
	/*=== Header ===*/
	.header-style-1 .pbmit-slider-area{
		padding-bottom: 0;
	}
	body .header-style-1 .pbmit-slider-area .hermes.tp-bullets{
		display: none;
	}
	/*=== Homepage 01 ===*/
	.home1-infosection{
		padding-left: 20px;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.pbminfotech-ele-fid-style-1{
		margin-bottom: 30px;
	}
	.home1-care-section {
		padding-top: 60px;
		padding-bottom: 20px;
	}
	.home1-counter-section{
		background: #fff;
	}
	.home1-counter-section .counter-wrapper{
		padding: 60px 0 30px 0;
		margin: 0;
	}
	.about-us-img {
		width: 100%;
		margin-top: 60px;
	}
	.home1-about-us .list-wrap{
		margin-bottom: 60px;
	}
	.pbmit-blog-style-1{
		margin: 0px 0 30px 0;
	}
	.home1-team-section .d-flex{
		display: block!important;
	}
	.home1-care-section .col-md-4{
		margin-bottom: 40px;
	}
	.home1-about-us .col-md-8.border-start{
		border: none!important;
		padding-left: 0!important;
		padding-top: 24px;
	}
	.pbmit-move {
		display: none;
	}
	/*=== Homepage 02 ===*/
	.home2-from-section-bg {
		padding: 30px 30px 30px 30px;
	}
	.home2-testimonial-section-bg{
		padding-top: 60px;
	}
	.home2-services-section-bg{
		padding: 60px 0;
	}
	.clinic-content { 
		margin: 60px 20px 40px 20px;
	}
	.home1-team-section {
		padding: 394px 0 40px 0;
	}
	.home1-testimonial-section-bg{
		margin-top: 0; 
	}
	.home2-team-section-bg {
		padding: 40px 0 50px 0;
	} 
	.portfolio-details-list {
		padding: 30px 0px 40px 0px;
	}
	.care-bordernone{
		margin-top: 0;
	}
	.home2-General-Query-section-img{
		margin-bottom: 60px;
	}
	.home2-team-section-bg .d-flex{
		display: block!important;
		text-align: center;
	}
	.home2-faq-wrap{
		padding-right: 0;
	}
	.home2-Emergency-section {
		margin-top: 68px;
		z-index: 9;
		position: relative;
	} 
	.home2-emergency-section{
		background: var(--pbmit-light-color);
		margin: 0;
		padding-top: 60px;
	}
	.home2-about-section-bg{
		margin: 0;
		padding-top: 60px;
	}
	/*=== Homepage 03 ===*/
	.home3-info-box {
		padding: 60px 0 30px 0;
	}
	.pbmit-ihbox-style-3{
		margin-right: 0;
		margin-bottom: 30px;
	}
	.home-3-tab-top-section {
		margin-top: 0;
	}
	.tab-content{
		margin-top: 40px;
	}
	.home-3-about-wrap {
		margin-right: 0;
	}
	.home-3-about-bottom-section .main-img img{
		width: 100%;
	}
	.home-3-about-bottom-section.about-02{
		padding-top: 60px;
		padding-bottom: 90px;
	}
	.home-3-Emergency-section .row>* {
		margin-bottom: 130px;
	}
	.home-3-about-bottom-section {
		margin-bottom:110px;
		margin-top: 20px;
	}
	.nav.nav-tabs {
		display: block;
	}
	.nav-tabs .nav-link {
		padding: 20px;
		text-align: left;
		display: flex;
	}
	.nav-tabs .nav-link span{
		display: inline;
	} 
	.nav-tabs .nav-link i{
		margin-right: 10px;
		font-size: 30px;
	}
	.home3-Appoinment-section-bg .d-flex{
		display: block!important;
		text-align: center;
	}
	.home-3-Emergency-section{
		margin-top: -60px;
	}
	.overlep-img {
		right: 270px;
        bottom: -56px;
	}	
	/** Team **/
	.pbmit-team-style-3 .pbminfotech-post-item{
		padding: 30px 20px;
	}
	/*=== pbmit-ourhistory-left ===*/
	.pbmit-ourhistory-left h3{
		display: none;
	}
	.pbmit-ourhistory .pbmit-ourhistory-right h3{
		display: block;
	}
	.pbmit-ourhistory .pbmit-ourhistory-right {
		padding-left: 50px;
	}
	/*=== pbmit-single-project-details-list ===*/
	.pbmit-portfolio-lines-wrapper ul{
		display: block;
	}
	.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-li:before{
		content: none;
	}
	/*=== Portfolio Details ===*/
	.project-details-list{
		margin: -50px 20px 0!important;
		padding: 30px!important;
	}
	.portfolio-team .row > .col-md-6:nth-of-type(3) .pbmit-ihbox-style-3 {
		margin-bottom: 30px;
	}
	.portfolio-lines-wrapper li:before{
		content: '';
		padding: 0 0.5em;
	}
	/*=== Service Details ===*/
	.service-page-infobox .pbmit-ihbox-style-3 .d-flex{
		align-items: center;
	}
	.service-page-team .row > .col-md-4:not(:last-child) .pbmit-team-style-2{
		margin-bottom: 30px;
	} 
	/*=== Footer ===*/
	.pbmit-footer-text-area .row{
		display: block;
	}
	.pbmit-footer-text-area .row .col-md-6{
		width: 100%;
		text-align: center;
	}
	.rtl .pbmit-footer-social-area ul,
	.pbmit-footer-text-area .pbmit-social-links,
	.pbmit-footer-menu-area {
		text-align: center;		
	}
	.pbmit-footer-text-area .pbmit-social-links{
		padding: 0;
		margin-top: 25px;
	}
	.pbmit-footer-menu-yes .pbmit-footer-copyright-text-area{
		margin-top: 0px;
		text-align: center;
	}
	.pbmit-footer-text-area {	    
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.pbmit-footer-widget-area .pbmit-two-widget .footer-social-links,.site-footer .widget{
		text-align: left!important;
		padding: 0;
		margin: 0;
	}
	.site-footer .pbmit-two-widget{
		padding: 0;
	}
	.site-footer .widget .widget-title{
		text-align: left!important;
	}
	.footer-social-links .pbmit-social-links{
		text-align: left!important;
		justify-content: normal!important;
	}
	.pbmit-footer-big-area{
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.pbmit-footer-contact-info-inner {
		margin-bottom: 30px;
		display: flex!important;
	}
	.pbmit-ele.pbmit-ele-team.pbmit-team-style-1 {
		padding-left: 0;
		padding-right: 0;
	}
	.pbmit-footer-contact-info-inner i {
		margin-bottom: 0;
	} 
	.pbmit-footer-widget-area{
		margin-bottom: 0;
	}
	.pbmit-footer-widget-area {
		padding-top: 30px;
	}
	.site-footer .widget {
		margin: 0px 0 30px;
	} 
	.site-footer .widget .widget-title{
		margin-bottom: 20px;
	}
	body .site-footer .pbmit-two-widget > .widget:first-child{
		margin-bottom: 40px !important;
	}	
    /*=== static-box-style-1 ===*/
	.pbmit-static-box-style-1.blue-bg-color .d-flex{
		flex-direction: revert;
	}
	.pbmit-static-box-style-1.blue-bg-color .d-flex .pbmit-imgbox{
		text-align: left;
	}
    .pbmit-static-box-style-1 .pbmit-contentbox-wrap .pbminfotech-static-box-desc {
        display: none;
    }
    .pbmit-static-box-style-1 .pbmit-ihbox-icon-overlay{
		right: -8%;
	}
	.pbmit-static-box-style-1 .pbminfotech-box-title{
		border: 0;
	} 
    .pbmit-static-box-style-1 .pbmit-contentbox h4{
        padding-right: 0;
    }
	.pbmit-heading-subheading.text-left{
		margin-bottom: 16px;
	}
	.pbmit-ihbox-style-15 .pbmit-ihbox-box:before,
	.pbmit-ihbox-style-15 .pbmit-ihbox-box:before{
		display: none;
	}
	.pbmit-ihbox-style-15 .pbmit-ihbox-box-number{
		top: -60px;
		bottom: auto;
	}
	.pbmit-ihbox-style-15 .pbmit-ihbox-box {
		margin-top: 0px;
	}
	.pbmit-testimonial-style-3 .pbminfotech-post-item{
		padding: 0;
	}
	.accordion-wrap{
		padding-left: 0;
		padding-top: 50px;
	}
	.pbmit-ihbox.pbmit-ihbox-style-7 {
		top: 64px;
		left: 300px;
		right: inherit;
		position: relative;
	}
	article.post .post-content {
		padding: 30px 30px 30px;
	} 
	.home-case-studies .swiper-buttons{
		top: -60px;
	}	
	/** Contact **/
	.contact-section-bg{
		padding-top: 300px; 
		padding-bottom: 60px;
	}
	.pbmit-ihbox-style-8{
		border-right: 1px solid #eee;;
	}
	.ourhistory-left{
		display: none;
	}
	.ourhistory-right{
		width: 100%;
	}
	.action-box-wrap .row .col {
		width: 50%;
	}
	.portfolio-grid .pbmit-portfolio-style-1{
		margin-bottom: 40px;
	} 
}

@media(max-width:575px) {
	/** Section Title **/ 
    .pbmit-heading-subheading .pbmit-element-title{
        font-size: 32px;
    	line-height: 42px;
    }
	/*=== Homepage 01 ===*/
	.home1-team-members .col-md-6:nth-of-type(even) {
		margin-top: 0;
	}
	.home1-team-members  .pbmit-team-style-1{
		margin-bottom:30px;
	}
	.home1-infosection{
		padding: 40px;
	}
	.home1-team-section {
        text-align: center;
    }
    .home1-team-members{
        padding: 0;
    }
	.home1-team-section .pbmit-btn{
		margin-bottom: 30px;
	}
	.pbminfotech-ele-fid-style-3 {
		padding: 26px 7px!important;
	}
	.pbmit-blog-style-2 .post-item{
		padding: 25px 0;
	} 
	/*=== Homepage 02 ===*/
	.home2-emergency-section{
		padding-top: 70px;
	}
	.home2-team-section-bg .d-flex{
		display: block!important;
		text-align: center;
	}
	.pbmit-ihbox-style-5 .pbmit-overlay{
		right: 20px;
	}
	.overlep-img {
		right: 166px;
		bottom: -56px;
	}
	/*=== Homepage 03 ===*/
	.home-3-about-bottom-section{
		padding: 0;
	}
	.home-3-about-bottom-section .pe-5.me-5{
		padding: 0!important;
		margin: 0!important;
	}
	.home-3-about-bottom-section .col-md-6 .position-relative{
		margin-top: 100px;
	}
	.pbmit-ihbox-style-2{
		margin-bottom: 30px;
	}
	.pbmit-ihbox-style-5{
		padding: 60px 40px 0 40px;
	}
     /*=== static-box-style-1 ===*/
    .pbmit-static-box-style-1 .d-flex{
		display: block !important;
	} 
	.pbmit-static-box-style-1 .pbmit-ihbox-icon-overlay {
		right: 5%;
	}
	.pbmit-testimonial-style-3 .pbminfotech-post-item{
		padding: 0;
	}
	.pbmit-ihbox.pbmit-ihbox-style-7 {
		left: 230px;
	} 
	/*=== pbmit-team-style-1 ===*/
	.pbmit-element-team-style-1.pbminfotech-gap-30px .pbmit-element-posts-wrapper.row .pbmit-ele:nth-child(2){
		margin-top: 50px;
	}
	.pbmit-element-team-style-1.pbminfotech-gap-30px .pbmit-element-posts-wrapper.row .pbmit-ele:nth-child(3){
		margin-top: -50px;
	}
	.home-case-studies .swiper-buttons{
		display: none;
	}
	/** Blog */
	.comments-box .media{
		display: block;
	}
	.comment-meta:before{
		top: -10px;
		left: 17px;
		border-width: 0px 10px 10px 10px;
		border-color: transparent transparent #fff transparent;
	}
	.comment-meta:after{
		top: -13px;
		left: 15px; 
		border-width: 0px 12px 12px 12px;
		border-color: transparent transparent #e9e9e9 transparent;
	}
	.comment-author{
		text-align: left;
	}
	.comments-box .media{
		margin-bottom: 30px;
	}
	.action-box-wrap .row .col {
		width: 100%;
	}
}

@media (max-width: 414px){
	.pbmit-ihbox.pbmit-ihbox-style-7 {
		left: 142px;
	}
	.overlep-img {
		right: 88px;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1200px){
    /* --------------------------------------
	 * Theme Special
	* ---------------------------------------*/
	/*=== pbmit-static-box-style-1 ===*/
	.pbmit-static-box-style-1 .pbmit-contentbox {
		padding: 20px 30px;
		max-height: 230px;
	}
	/*=== pbmit-ihbox-style-4 ===*/
	.pbmit-ihbox-style-4 .pbmit-element-title{
		font-size: 22px;
		line-height: 30px;
	}
	/*=== pbmit-static-box-style-1 ===*/
	.pbmit-static-box-style-1 .pbmit-contentbox {
		padding: 20px 30px;
		max-height: 230px;
	}
	/*=== pbmit-ihbox-style-4 ===*/
	.pbmit-ihbox-style-4 .pbmit-element-title{
		font-size: 22px;
		line-height: 30px;
	}
	/*=== pbmit-element-team-style-1 ===*/
	.pbmit-element-team-style-1.pbminfotech-gap-30px .pbmit-element-posts-wrapper.row .pbmit-ele:nth-child(2){
		margin-top: 0px;
	}
	.pbmit-element-team-style-1.pbminfotech-gap-30px .pbmit-element-posts-wrapper.row .pbmit-ele:nth-child(3){
		margin-top: 50px;
	}
	.pbmit-element-team-style-1.pbminfotech-gap-30px .pbmit-element-posts-wrapper.row .pbmit-ele:nth-child(4){
		margin-top: 50px;
	}
	.pbmit-element-team-style-1.pbminfotech-gap-30px .pbmit-element-posts-wrapper.row .pbmit-ele{
		padding-right: 60px;
		padding-left: 60px;
		margin-bottom: 80px;
	}
	.pbminfotech-ele-fid-style-1 .pbmit-heading-desc { 
		padding-right: 10px; 
	}
	/*=== Homepage 01 ===*/
	.home1-counter-section .counter-wrapper{
		padding: 70px 10px 70px 40px;
	}
	/*=== Homepage 02 ===*/
	.home2-faq-wrap{
		padding-right: 20px;
	}
	.accordion-wrap{
		padding-left: 0px;
	}
	.clinic-content {
	
		margin: 80px 10px 60px 40px;
	} 
	.pbmit-ihbox-style-3{ 
		margin-right: 20px;
	}
	/*=== Homepage 03 ===*/
	.home3-info-box-wrap > div:nth-child(3n+3) .pbmit-ihbox-style-3{  
		margin-right: 0px;
	}
	.home-3-about-wrap {
		margin-right: 15px;
	}
	.pbmit-ihbox-style-5{
		padding: 60px 30px 0 30px;
	}
	.service-page-team .pbmit-team-style-2 .pbmit-team-social-links li a {
		height: 35px;
		width: 35px;
		line-height: 35px;
	}
	.service-page-team .pbmit-team-style-2 .pbmit-team-social-links li{
		margin-right: 2px;
	}
	.service-page-team .pbmit-team-style-2 .pbminfotech-post-item{
		padding: 30px 10px;
	}
	.pbmit-ihbox-style-9 .pbmit-element-title{
		font-size: 18px;
		line-height: 26px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
 	/*=== pbmit-ihbox-style-1 ===*/
	.pbmit-ihbox-style-1 .pbmit-ihbox-box{
		display: block !important;
		margin-left: 0;
	}
	.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper{
		margin-bottom: 20px;
	}
	.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper{
		margin-right: 0;
		padding-top: 0;
	}
	.pbmit-ihbox-style-1 {
		padding-right: 20px !important;
	}
	/*=== pbmit-ihbox-style-1 ===*/
	.pbminfotech-ele-fid-style-1 {
		margin-bottom: 30px;
	}
	.home1-counter-section .counter-wrapper {
		padding: 40px 40px 20px 40px;
	}
	/*=== pbmit-ihbox-style-1 ===*/
	.pbmit-static-box-style-1 .pbmit-ihbox-icon-overlay{
		font-size: 90px;
		line-height: 90px;
	}
	.pbmit-static-box-style-1 .pbmit-contentbox{
		padding: 20px 20px;
		max-height: 175px;
	}
	.pbmit-static-box-style-1 .pbmit-contentbox-des .pbmit-ihbox-icon-wrapper {
		font-size: 45px;
		line-height: 45px;
		margin-bottom: 25px;
	}
	.pbmit-static-box-style-1 .pbmit-contentbox h4 {
		font-size: 20px;
		line-height: 26px;
		padding-right: 10%;
		margin-bottom: 20px;
	}
	.rtl .pbmit-static-box-style-1 .pbmit-contentbox h4 {
		padding-left: 10%;
	}
	.pbmit-static-box-style-1:hover .pbminfotech-static-box-desc{
		display: none;
	}
	.pbmit-element-static-box-style-1 .pbmit-imgbox-btn{
		margin-top: 20px;
	}
	.pbminfotech-ele-fid-style-3 {
		padding: 20px 7px 15px 10px;
	}
	/*=== pbmit-element-team-style-1 ===*/
	.pbmit-element-team-style-1.pbminfotech-gap-30px .pbmit-element-posts-wrapper.row .pbmit-ele:nth-child(2){
		margin-top: 0px;
	}
	.pbmit-element-team-style-1.pbminfotech-gap-30px .pbmit-element-posts-wrapper.row .pbmit-ele:nth-child(3){
		margin-top: 50px;
	}
	.pbmit-element-team-style-1.pbminfotech-gap-30px .pbmit-element-posts-wrapper.row .pbmit-ele:nth-child(4){
		margin-top: 50px;
	}
	.pbmit-element-team-style-1.pbminfotech-gap-30px .pbmit-element-posts-wrapper.row .pbmit-ele{
		padding-right: 60px;
		padding-left: 60px;
		margin-bottom: 110px;
	}
	/*=== pbmit-ihbox-style-3 ===*/
	.pbmit-ihbox-style-3 .d-flex{
		display: block !important;
	}
	.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper{
		padding-top: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}
	/*=== pbmit-ihbox-style-8 ===*/
	.pbmit-ihbox-style-8{
		padding: 30px!important;
	}
	.site-footer .pbmit-footer-coltype-custom .pbmit-footer-widget.pbmit-footer-widget-col-1 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.site-footer .pbmit-footer-coltype-custom .pbmit-footer-widget.pbmit-footer-widget-col-2 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.site-footer .pbmit-footer-coltype-custom .pbmit-footer-widget.pbmit-footer-widget-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	/*=== pbmit-ihbox-style-1 ===*/
	.pbmit-ihbox-style-1 .pbmit-ihbox-box{
		display: block !important;
		margin-left: 0;
	}
	.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper{
		margin-bottom: 20px;
	}
	.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper{
		margin-right: 0;
		padding-top: 0;
	}
	.pbmit-ihbox-style-1 {
		padding-right: 20px !important;
	}
	/*=== pbmit-ihbox-style-1 ===*/
	.pbminfotech-ele-fid-style-1 {
		margin-bottom: 30px;
	}
	/*=== pbmit-ihbox-style-1 ===*/
	.pbmit-static-box-style-1 .pbmit-ihbox-icon-overlay{
		font-size: 90px;
		line-height: 90px;
	}
	.pbmit-static-box-style-1 .pbmit-contentbox{
		padding: 20px 20px;
		max-height: 175px;
	}
	.pbmit-static-box-style-1 .pbmit-contentbox-des .pbmit-ihbox-icon-wrapper {
		font-size: 45px;
		line-height: 45px;
		margin-bottom: 25px;
	}
	.pbmit-static-box-style-1 .pbmit-contentbox h4 {
		font-size: 20px;
		line-height: 26px;
		padding-right: 10%;
		margin-bottom: 20px;
	}
	.rtl .pbmit-static-box-style-1 .pbmit-contentbox h4 {
		padding-left: 10%;
	}
	.pbmit-static-box-style-1:hover .pbminfotech-static-box-desc{
		display: none;
	}
	.pbmit-element-static-box-style-1 .pbmit-imgbox-btn{
		margin-top: 20px;
	}
	/*=== pbmit-element-team-style-1 ===*/
	.pbmit-element-team-style-1.pbminfotech-gap-30px .pbmit-element-posts-wrapper.row .pbmit-ele:nth-child(2){
		margin-top: 0px;
	}
	.pbmit-element-team-style-1.pbminfotech-gap-30px .pbmit-element-posts-wrapper.row .pbmit-ele:nth-child(3){
		margin-top: 50px;
	}
	.pbmit-element-team-style-1.pbminfotech-gap-30px .pbmit-element-posts-wrapper.row .pbmit-ele:nth-child(4){
		margin-top: 50px;
	}
	.pbmit-element-team-style-1.pbminfotech-gap-30px .pbmit-element-posts-wrapper.row .pbmit-ele{
		padding-right: 60px;
		padding-left: 60px;
		margin-bottom: 110px;
	}
	.pbmit-ihbox.pbmit-ihbox-style-7 {
		position: absolute;
		top: -80px;
	}
	/*=== pbmit-footer-big-area ===*/
	.pbmit-footer-big-area .pbmit-footer-contact-info .pbmit-footer-contact-info-inner{
		display: block !important;
	}
	.pbmit-footer-big-area .pbmit-footer-contact-info .pbmit-footer-contact-info-inner .pbmit-doctery-icon{
		margin-bottom: 30px;
	}
	/*=== pbmit-ihbox-style-8 ===*/
	.pbmit-ihbox-style-8{
		padding: 30px;
	}
	.site-footer .pbmit-footer-coltype-custom .pbmit-footer-widget.pbmit-footer-widget-col-1 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.site-footer .pbmit-footer-coltype-custom .pbmit-footer-widget.pbmit-footer-widget-col-2 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.site-footer .pbmit-footer-coltype-custom .pbmit-footer-widget.pbmit-footer-widget-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	} 
	/*=== Homepage 02 ===*/
	.home2-faq-wrap{
		padding-right: 20px;
	}
	.accordion-wrap{
		padding-left: 0px;
	} 
}
@media only screen and (min-width: 1200px) and (max-width: 1440px){
	.single-service-contact{
		padding: 50px 30px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
	.single-service-contact{
		padding: 50px 20px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.pbmit-move {
		display: none;
	}
}
@media (min-width: 1300px){
	/*=== Header ===*/
	.header-style-1 .pbmit-slider-area {
		margin-left: 70px;
		margin-right: 70px;
	}
	/*=== Homepage 01 ===*/
	.home1-about-us{ 
		background-size: 800px;
	}
}
@media (min-width: 1400px){
	/*=== Header ===*/
	.header-style-1 .pbmit-slider-area {
		margin-left: 80px;
		margin-right: 80px;
	}
	/*=== Homepage 01 ===*/
	.home1-about-us{ 
		background-size: 850px;
	}
	.about-us-img{
		margin-right: 0;
	}
	.about-us-img{
		width: auto;
	}
}
@media (min-width: 1500px){
	/*=== Header ===*/
	.header-style-1 .pbmit-slider-area {
		margin-left: 100px;
		margin-right: 100px;
	}
	/*=== Homepage 01 ===*/
	.home1-about-us{ 
		background-size: 900px;
	}
	.about-us-img{
		margin-right: 70px;
	}
}
@media (min-width: 1600px){
	/*=== Header ===*/
	.header-style-1 .pbmit-slider-area {
		margin-left: 170px;
		margin-right: 170px;
	}
	/*=== Homepage 01 ===*/
	.home1-about-us{ 
		background-size: 1000px;
	}
}
@media (min-width: 1800px){
	/*=== Header ===*/
	.header-style-1 .pbmit-slider-area {
		margin-left: 260px;
		margin-right: 260px;
	}
	/*=== Homepage 01 ===*/
	.home1-about-us{ 
		background-size: 1200px;
	}
}
@media (min-width: 1700px){
	/*=== Header ===*/
	.header-style-1 .site-header-menu:after {
		width: 67%;
	}
	/*=== Homepage 01 ===*/
	.home1-about-us{ 
		background-size: 1100px;
	}
}