/******************************

INDEX:

******************************/

body {
  overflow: visible;
  overflow-x: hidden;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}

@media (max-width: 1366px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  /*=== Header ===*/
  .header-style-3 .pbmit-button-box-second {
    display: none;
  }
  .header-style-3 .pbmit-header-search-btn {
    margin-right: 90px;
  }
  /*=== Homepage-01 ===*/
  .pbmit-sticky-special {
    height: 680px;
    min-height: 680px;
  }
  .pbmit-tween-effect-style-1 .pbmit-element-title,
  .pbmit-tween-effect-style-2 .pbmit-element-title {
    font-size: 75px;
    line-height: 85px;
  }
  .about-us-one_leftbox {
    padding-left: 30px;
  }
  .about-us-one_rightbox {
    padding: 60px 60px 0px 0px;
  }

  .static-box-section_two {
    padding: 45px 0px 70px 0px;
  }
  .pbmit-element-static-box-style-1 .pbmit-ele-static-box {
    width: 50%;
    margin-right: 50%;
    margin-bottom: 30px;
    border-radius: 30px 0 0 30px;
    padding: 0 !important;
    background-color: var(--pbmit-white-color);
  }
  .pbmit-element-static-box-style-1
    .pbmit-ele-static-box
    .pbmit-contentbox-inner {
    opacity: 1;
    visibility: visible;
    transform: translateX(100%);
    transition: all 0.3s ease-in;
  }
  .pbmit-element-static-box-style-1 .pbmit-element-posts-wrapper.row {
    margin: 0;
    padding: 0 30px;
  }
  .pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-text {
    display: none;
  }
  .pbmit-element-static-box-style-1
    .pbmit-ele-static-box.pbmit-active
    .pbmit-contentbox-inner {
    opacity: 1;
    visibility: visible;
    transform: translateX(100%);
    transition: all 0.3s ease-in;
    background-color: var(--pbmit-white-color);
  }
  .pbmit-element-static-box-style-1 .pbmit-ele-static-box.pbmit-active {
    margin-right: 50% !important;
  }
  .pbmit-element-static-box-style-1
    .pbmit-ele-static-box:last-child
    .pbmit-bg-imgbox,
  .pbmit-element-static-box-style-1
    .pbmit-ele-static-box.pbmit-active
    .pbmit-bg-imgbox {
    margin-right: 24px;
  }
  .pbmit-element-static-box-style-1
    .pbmit-ele-static-box.pbmit-active
    .pbmit-contentbox {
    padding-right: 0px;
  }
  .appoinment-two_right {
    padding: 140px 100px 140px 30px;
  }
  /*=== Homepage-03 ===*/
  .pbmit-tab .tab-content {
    padding-left: 40px;
  }
  /*=== Service Detail ===*/
  .service-right-col .service-list-group {
    padding: 0 0 0 15px;
  }
  /*=== Blog Sortable Col 4 ===*/
  .pbmit-column-four .pbmit-blog-style-1 .pbmit-featured-wrapper {
    clip-path: unset;
  }
  .pbmit-column-four .pbmit-blog-style-1 .pbmit-blog-btn {
    bottom: 8px;
    right: 8px;
  }
  /*=== Blog Classic ===*/
  .blog_classic .blog-right-col {
    padding-left: 15px;
  }
  .blog_classic .blog-left-col {
    padding-right: 15px;
  }
  /*=== Blog Detail ===*/
  .blog-details .blog-right-col {
    padding-left: 15px;
  }
  .blog-details .blog-left-col {
    padding-right: 15px;
  }
  /*=== Footer ===*/
  .site-footer .pbmit-footer-wrapper {
    padding: 0;
  }
}

@media (min-width: 1201px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1424px;
  }
  /*=== Revolution ===*/
  .header-style-1 .pbmit-slider-area {
    margin: 20px 20px 0;
    max-width: 100%;
    overflow: hidden;
    border-radius: 30px;
  }
  .header-style-2 .pbmit-slider-area {
    margin: 0 50px;
    max-width: 100%;
    overflow: hidden;
    border-radius: 30px;
  }
  /*=== Header ===*/
  .site-header .site-navigation ul.navigation .righticon {
    display: none;
  }
  .main-menu .navigation > li > ul li.active > a {
    color: var(--pbmit-secondary-color);
  }
  .site-header .pbmit-social-links li {
    float: left;
  }
  .site-header .pbmit-social-links li:not(:last-child) {
    padding-right: 20px;
  }
  .site-header .pbmit-social-links li a {
    color: var(--pbmit-white-color);
  }
  .site-header .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;
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
    }

    100% {
      opacity: 1;
      transform: none;
    }
  }
  .sticky-header .site-navigation ul.navigation > li.active > a,
  .sticky-header .site-navigation ul.navigation > li.active > a:after {
    color: rgba(255, 255, 255, 0.8);
  }
  .header-style-1 .pbmit-header-overlay > .container {
    max-width: none;
    width: auto;
  }
  .header-style-1 .site-navigation {
    flex: 1;
    padding-left: 120px;
  }
  .header-style-1 .site-navigation ul.navigation > li.active > a,
  .header-style-1 .site-navigation ul.navigation > li > a:hover {
    color: var(--pbmit-secondary-color);
  }
  .site-header.header-style-2 > .container {
    max-width: none;
    width: auto;
    padding: 0 50px !important;
  }
  .header-style-2 .site-navigation ul.navigation > li.active > a,
  .header-style-2 .site-navigation ul.navigation > li > a:hover {
    color: var(--pbmit-global-color);
  }
  .header-style-2 .main-menu ul > li.dropdown > a:after {
    background-color: var(--pbmit-global-color);
  }
  .header-style-2 .pbmit-slider-social {
    position: absolute;
    top: calc(100px + 50%);
    left: 98px;
    transform: translate(0, -60%);
    z-index: 2;
  }
  .header-style-2 .pbmit-slider-social ul li {
    display: block;
    padding: 13px 0 !important;
    float: none;
  }
  .header-style-2 .pbmit-slider-social ul li span::before {
    content: "facebook";
    color: var(--pbmit-yoge-white-color);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.2px;
    font-weight: 500;
    transition: all 0.3s ease-in;
    font-family: var(--pbmit-heading-typography-font-family);
  }
  .header-style-2 .pbmit-slider-social ul li:nth-child(2) span::before {
    content: "twitter";
  }
  .header-style-2 .pbmit-slider-social ul li:nth-child(3) span::before {
    content: "instagram";
  }
  .header-style-2 .pbmit-slider-social ul li:nth-child(4) span::before {
    content: "linkedin";
  }
  .header-style-2 .pbmit-slider-social ul li span:hover:before {
    color: var(--pbmit-secondary-color);
  }
  .header-style-2 .pbmit-slider-social ul li i {
    display: none;
  }
  .header-style-3 .site-navigation {
    background-color: var(--pbmit-white-color);
    border-radius: 30px;
  }
  .header-style-3 .site-navigation ul.navigation > li > a {
    color: var(--pbmit-blackish-color);
  }
  .header-style-3 .main-menu ul > li.dropdown > a:after {
    background-color: var(--pbmit-global-color);
  }
  .header-style-3 .site-navigation ul.navigation > li.active > a,
  .header-style-3 .site-navigation ul.navigation > li:hover > a {
    color: var(--pbmit-secondary-color);
  }
  .header-style-3 .site-navigation ul.navigation > li:first-child > a {
    margin-left: 38px;
  }
  .header-style-3 .site-navigation ul.navigation > li:last-child > a {
    margin-right: 38px;
  }
  .header-style-3 .site-navigation ul.navigation > li > a {
    height: 60px;
    line-height: 60px;
  }
  .pbmit-element-service-style-3
    .swiper-hover-slide-nav
    .pbmit-featured-img-wrapper {
    display: none;
  }
  .header-style-3 .pbmit-slider-social {
    position: absolute;
    top: 50%;
    left: 38px;
    transform: translate(0, -50%);
    z-index: 2;
  }
  .header-style-3 .pbmit-slider-social ul li {
    padding: 9px 0 !important;
    display: block;
    float: none;
  }
  .header-style-3 .pbmit-slider-social ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: rgba(24, 26, 23, 0.2);
    color: var(--pbmit-white-color);
    transition: all 0.3s ease;
  }
  .header-style-3 .pbmit-slider-social ul li:hover a {
    color: var(--pbmit-global-color);
    background-color: var(--pbmit-white-color);
  }
  /*=== Title Bar ===*/
  .pbmit-title-bar-wrapper {
    margin: 20px 20px 0;
    max-width: 100%;
    overflow: hidden;
    border-radius: 30px;
  }
  /*=== Blog Classic ===*/
  .blog-right-col {
    flex: 0 0 72.5%;
    max-width: 72.5%;
    padding-left: 30px;
  }
  .blog-left-col {
    flex: 0 0 27.5%;
    max-width: 27.5%;
    padding-right: 30px;
  }
  /*=== Service Detail ===*/
  .service-left-col {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
  .service-right-col {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 60px;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  /*=== Header ===*/
  .site-navigation ul.navigation > li > a {
    float: left;
    min-height: 1px;
    vertical-align: top;
    position: relative;
    margin: 0 16px;
  }
  .site-navigation ul.navigation > li > a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul {
    min-width: 250px;
    position: absolute;
    padding: 8px 0;
    top: 100%;
    left: 25px;
    border-radius: 10px;
    z-index: 100;
    visibility: hidden;
    border-top: 3px solid var(--pbmit-global-color);
    background-color: #ffffff;
    opacity: 0;
    -webkit-box-shadow: 0 0 60px 0 rgb(53 57 69 / 15%);
    -moz-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
    -ms-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
    -o-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
    box-shadow: 0 0 60px 0 rgb(53 57 69 / 15%);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  .main-menu .navigation > li > ul li {
    font-weight: normal;
    padding: 10px 25px;
  }
  .main-menu .navigation > li > ul li:hover > a {
    padding-left: 18px;
    color: var(--pbmit-blackish-color);
  }
  .main-menu .navigation > li > ul li:hover > a:before {
    width: 12px;
  }
  .main-menu .navigation > li > ul a:before {
    position: absolute;
    content: "";
    left: 0;
    right: auto;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 1px;
    background-color: var(--pbmit-blackish-color);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .main-menu .navigation > li > ul > li > ul {
    left: 100%;
    top: 0;
    margin-top: -8px;
  }
  .main-menu ul > li.dropdown > ul > li.dropdown:hover::after {
    position: absolute;
    right: 25px;
    font-family: "pbminfotech-base-icons";
    font-size: 16px;
    content: "\e814";
    font-weight: 600;
    margin-left: 8px;
    top: 5px;
    color: var(--pbmit-blackish-color);
  }
  .main-menu ul > li.dropdown > a:after,
  .main-menu ul > li.dropdown > span:after {
    position: absolute;
    right: -31px;
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: var(--pbmit-white-color);
    border-radius: 50%;
  }
}

@media (max-width: 1250px) {
  /*=== Homepage 02 ===*/
  .pbmit-team-style-1 .pbmit-featured-wrapper {
    clip-path: unset;
  }
  .pbmit-team-style-1 .pbmit-team-btn {
    bottom: 10px;
    right: 10px;
  }
  .pbmit-team-style-1 .pbmit-team-btn .pbmit-team-text {
    width: 40px;
    height: 40px;
  }
  .pbmit-team-style-1 .pbmit-team-btn .pbmit-team-social-links li {
    padding: 6px !important;
  }
  .pbmit-team-style-1 .pbmit-team-btn:hover .pbminfotech-box-social-links {
    transform: translateY(0px);
  }
  /*=== Homepage 03 ===*/
  .pbmit-ihbox-style-7 .pbmit-ihbox-box {
    clip-path: unset;
  }
  .pbmit-ihbox-style-7 .pbmit-ihbox-box-number {
    font-size: 12px;
    line-height: 22px;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
  }
  .pbmit-ihbox-style-7 .pbmit-element-title {
    font-size: 22px;
    line-height: 26px;
  }
}

@media (max-width: 1200px) {
  .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) * 0.8);
    padding-left: calc(var(--bs-gutter-x) * 0.8);
  }
  .sticky-header {
    position: relative !important;
  }
  /** Main menu resoposive **/
  .pbmit-menu-wrap {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -400px;
    z-index: 1000;
    width: 300px;
    height: 100%;
    padding: 0;
    display: block;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transform: translateX(400px);
    -ms-transform: translateX(400px);
    transform: translateX(400px);
    opacity: 100 !important;
  }
  .active .pbmit-menu-wrap {
    right: 0px;
    visibility: visible;
    opacity: 1;
    overflow-y: scroll;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
    opacity: 1;
  }
  .pbmit-mobile-menu-bg {
    position: fixed;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    display: block;
    z-index: 99;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
  }
  .active .pbmit-mobile-menu-bg {
    opacity: 1;
    width: 100%;
    visibility: visible;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .closepanel {
    position: absolute;
    z-index: 99;
    right: 20px;
    margin-left: -20px;
    top: 30px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    font-size: 25px;
    color: #000;
    border: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .navbar-toggler {
    display: block !important;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    padding: 0;
    font-size: 35px;
    line-height: 35px;
    color: var(--pbmit-white-color);
    width: 40px;
    z-index: 1;
  }
  .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: 82px;
  }
  .main-menu .navigation > li {
    float: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .site-header .site-navigation ul.navigation > li > a {
    height: auto !important;
    line-height: 24px !important;
    padding: 15px 25px;
    display: inline-block;
    margin: 0;
    color: #000;
  }
  .main-menu .navigation > li > ul a {
    color: #000;
    padding: 15px 25px;
    height: auto;
    display: inline-block;
  }
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul {
    border: none;
    box-shadow: inherit !important;
    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 {
    display: block;
    opacity: 1;
    visibility: visible;
    padding-left: 1em;
  }
  .main-menu .navigation > li > ul li,
  .main-menu .navigation > li > ul li a {
    border: none;
  }
  .menu-right-box {
    position: relative;
    right: 30px;
    top: 10px;
  }
  .site-header .righticon {
    display: block;
    position: absolute;
    right: 25px;
    top: 15px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
  }
  .site-header .menu-right-box {
    display: none !important;
  }
  .main-menu ul > li.dropdown > a:after {
    display: none;
  }
  .site-header .righticon i {
    font-size: 14px;
  }
  .pbmit-pre-header-wrapper {
    display: none;
  }
  .pbmit-nav-menu-toggle {
    display: none;
  }
  .site-header .pbmit-button-box {
    display: none;
  }
  .site-header .pbmit-header-content {
    position: relative;
  }
  ul.navigation.clearfix {
    padding: 90px 0;
  }
  .pbmit-slider-social {
    display: none;
  }
  .pbmit-right-box {
    display: none;
  }
  .site-header .pbmit-social-links {
    display: none;
  }
  .site-header .site-header-menu > .container {
    padding: 0 30px;
  }
  .site-header.header-style-1 .pbmit-header-overlay > .container {
    padding: 0 30px;
  }
  .header-style-2 .pbmit-logo-menuarea {
    flex: 1;
  }
  .header-style-2 .pbmit-header-search-btn {
    margin-right: 60px;
  }
  .header-style-2 .navbar-toggler {
    color: var(--pbmit-blackish-color);
  }
  /*=== Section-Padding ===*/
  .section-lg {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .section-lgb {
    padding-bottom: 70px;
  }
  .section-md {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .section-xl {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-lgt {
    padding-top: 80px;
  }
  /*=== Homepage 01 ===*/
  .ihbox-section_one {
    margin: 0;
    padding: 28px 0px 28px 0px;
    /* margin: 0px 10px 0; */
  }
  .pbmit-sticky-special {
    margin-bottom: 30px;
  }
  .pbmit-ele-event_listing
    .pbmit-event-layout-wrapper
    .pbmit-event-banner
    .pbmit-event-banner-img {
    clip-path: unset;
    border-radius: 30px;
  }
  .pbmit-ele-event_listing
    .pbmit-event-layout-wrapper
    .pbmit-event-banner
    .pbmit-event-type {
    border-radius: 35px;
  }
  .pbmit-ele-event_listing .pbmit-button {
    bottom: 10px;
    right: 10px;
  }
  .tween-effect-section_one {
    padding: 70px 0 60px 0;
  }
  .pbmit-team-style-2 .pbmit-team-title {
    font-size: 40px;
    line-height: 50px;
  }
  /*=== Homepage 02 ===*/
  .ihbox-one-top_section {
    padding: 0;
  }
  .static-box-section_two {
    padding: 45px 0px 50px 0px;
  }
  .pbmit-element-static-box-style-1 .pbmit-ele-static-box .pbmit-bg-imgbox,
  .pbmit-element-static-box-style-1
    .pbmit-ele-static-box.pbmit-active
    .pbmit-contentbox {
    margin: 0;
    padding: 0;
    transition: margin-right 2s;
  }
  .pbmit-element-static-box-style-1
    .pbmit-ele-static-box
    .pbmit-contentbox-inner {
    transform: translateX(100%);
  }
  .pbmit-element-static-box-style-1 .pbmit-element-posts-wrapper.row {
    padding: 0 15px;
  }
  .about-us-two_img {
    padding: 0px;
    height: 100%;
  }
  .about-us-two_rightbox {
    padding-left: 40px;
  }
  .marquee-section_two {
    padding: 65px 0px 75px 0px;
  }
  .pbmit-service-style-2 .pbmit-featured-wrapper {
    clip-path: unset;
    border-radius: 30px;
  }
  .pbmit-service-style-2 .pbmit-featured-wrapper::before {
    z-index: 0;
  }
  .pbmit-service-style-2 .pbmit-service-btn {
    bottom: 10px;
    right: 10px;
  }
  .client-section_two {
    padding: 65px 0 65px 0;
  }
  .testimonial_two .container {
    padding: 0 !important;
  }
  .testimonial-two-left_img {
    padding: 0;
  }
  .testimonial-two_rightbox {
    padding: 50px 30px 0 30px;
  }
  .appoinment_two .container {
    padding: 0 !important;
  }
  .pbmit-blog-style-2 .post-item {
    display: block !important;
    overflow: hidden;
  }
  .pbmit-blog-style-2 .pbmit-blog-btn {
    bottom: 8px;
    right: 8px;
  }
  .pbmit-blog-style-2 .pbmit-featured-container {
    max-width: 100%;
    overflow: hidden;
    border-radius: 0;
  }
  .pbmit-blog-style-2 .pbmit-featured-container .pbmit-bg-image {
    height: 300px;
    border-radius: 0;
  }
  .pbmit-blog-style-2 .pbminfotech-box-content {
    padding: 35px 25px;
    clip-path: unset;
  }
  /*=== Homepage 03 ===*/
  .marquee-section_three {
    padding: 65px 0px 75px 0px;
  }
  .ihbox-section_three {
    padding: 60px 0px 80px 0px;
  }
  .pbmit-element-service-style-3 .pbmit-hover-image {
    display: none;
  }
  .pbmit-element-service-style-3 .pbmit-main-hover-slider {
    display: block !important;
  }
  .pbmit-element-service-style-3 .swiper-hover-slide-images,
  .pbmit-element-service-style-3 .swiper-hover-slide-nav {
    width: 100%;
  }
  .pbmit-element-service-style-3 .pbmit-title-data-hover {
    display: block !important;
  }
  .pbmit-element-service-style-3 .pbmit-hover-inner {
    padding: 0;
  }
  .pbmit-element-service-style-3 .pbmit-text-content,
  .pbmit-element-service-style-3 .pbmit-featured-img-wrapper {
    padding-bottom: 30px;
    display: inline-block;
  }
  .pbmit-element-service-style-3 .pbmit-featured-wrapper {
    display: block;
  }
  .service-three_btn {
    position: inherit;
    margin-top: 0px;
    margin-bottom: 12px;
  }
  .event-box-section_three .pbmit-ele-event_listing .pbmit-button {
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-secondary-color);
  }
  .counter_three .container {
    padding: 0 !important;
  }
  .counter-three_bg .ihbox-style_8 {
    padding: 45px 25px 38px 25px;
  }
  .counter-three_mainbox {
    padding-left: 30px;
  }
  .counter-three_mainbox .col-md-4 {
    padding: 0 20px;
  }
  .testimonial-three_bg {
    padding: 170px 18px 140px 30px;
  }
  /*=== Our Team Member ===*/
  .counter_section .container {
    padding: 0 !important;
  }
  .counter_bg {
    margin-top: 80px;
    padding: 50px 30px 50px 30px;
  }
  /*=== Service Detail ===*/
  .service-right-col,
  .service-left-col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .pbmit-service-style-1 .pbminfotech-post-item .pbmit-box-content-wrap {
    clip-path: none;
    border-radius: 30px;
  }
  .pbmit-service-style-1 .pbmit-service-btn {
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
  }
  .pbmit-service-style-1 .pbmit-service-btn i {
    font-size: 10px;
  }
  .pbmit-service-style-1 .pbmit-service-title {
    padding-right: 0;
  }
  .service_details .service-right-col {
    padding-right: 12px;
  }
  .service_details .service-left-col {
    padding-left: 12px;
    margin-top: 50px;
  }
  /*=== Event Style 1 ===*/
  .event_boxes .pbmit-ele-event_listing .pbmit-button {
    bottom: 10px;
    right: 10px;
    background-color: var(--pbmit-secondary-color);
    color: var(--pbmit-blackish-color);
  }
  /*=== Event Single Detail ===*/
  .single_event_listing .pbmit-single-event-left-content,
  .single_event_listing .pbmit-single-event-right-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /*=== Blog Classic ===*/
  .post.blog-classic {
    margin-bottom: 30px;
  }
  /*=== Blog Single ===*/
  .blog-right-col,
  .blog-left-col {
    width: 100%;
  }
  .blog-left-col {
    margin-top: 50px;
  }
  .blog-details .pbmit-entry-content .pbmit-block-column:first-child,
  .blog-details .pbmit-entry-content .pbmit-block-column:last-child {
    padding: 0 15px;
  }
  .blog-details .pbmit-entry-content .pbmit-block-column:last-child {
    margin-top: 30px;
  }
  .blog-details .blog-left-co,
  .blog_classic .blog-left-col {
    width: 100%;
    margin-top: 50px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .sidebar .widget {
    margin-bottom: 35px;
  }
  /*=== Footer ===*/
  .site-footer .pbmit-footer-wrapper {
    padding: 0 18px;
  }
  .site-footer .pbmit-footer-big-area {
    padding-top: 50px;
  }
  .site-footer .pbmit-footer-big-area .pbmit-footer-right {
    padding-left: 12px;
  }
  .site-footer .pbmit-footer-widget-col-1 {
    margin-top: 0;
  }
  .site-footer .pbmit-footer-widget-col-1,
  .site-footer .pbmit-footer-widget-col-2,
  .site-footer .pbmit-footer-widget-col-3,
  .site-footer .pbmit-footer-widget-col-4 {
    max-width: 50% !important;
    width: 50% !important;
  }
  .site-footer .pbmit-footer-widget-area .widget_text {
    padding-top: 35px;
  }
  .site-footer .pbmit-footer-text-inner {
    margin-left: 0;
  }
  .site-footer .pbmit-footer-widget-col-1 .textwidget {
    padding-right: 100px;
  }
}
@media (max-width: 1100px) {
  /*=== Blog Sortable Col 2 ===*/
  .pbmit-blog-style-1 .pbmit-post-title {
    font-size: 20px;
    line-height: 30px;
  }
  /*=== Blog Sortable Col 4 ===*/
  .pbmit-column-four .pbmit-blog-style-1 .pbmit-meta-line,
  .pbmit-column-four .pbmit-blog-style-1 .pbmit-category-date-wraper {
    display: block !important;
  }
}

@media (max-width: 1024px) {
  /*=== Heading Title ===*/
  .pbmit-heading-subheading .pbmit-title .split-line * div {
    opacity: 1 !important;
  }
  /*=== Homepage 1 ===*/
  .pbmit-tween-effect-style-1 .pbmit-element-title,
  .pbmit-tween-effect-style-2 .pbmit-element-title {
    font-size: 50px;
    line-height: 60px;
  }
  .pbmit-tween-effect-style-1 .pbmit-tween-effect {
    text-align: left;
  }
  .pbmit-tween-effect-style-2 .pbmit-tween-effect {
    text-align: right;
  }
  .about-us-one_main {
    margin-bottom: 80px;
  }
  .about-us-one_main > .container {
    padding: 0 !important;
  }
  .about-us-section_one {
    padding: 60px 30px 60px 30px;
    border-radius: 0;
  }
  .about-us-one_main .col-md-12.col-xl-5,
  .about-us-one_main .col-md-12.col-xl-7 {
    width: 100%;
  }
  .pbmit-sticky-special {
    padding: 60px 30px 60px 30px;
    overflow: visible;
    height: 100% !important;
  }
  .pbmit-sticky-special > .container {
    padding: 0 !important;
  }
  .about-us-one_leftbox {
    padding-left: 0;
  }
  .about-one_innerbox .img_box {
    text-align: center;
  }
  .about-one_innerbox {
    padding-left: 0;
  }
  .about-us-one_rightbox {
    padding: 50px 0 0 0;
  }
  .about-one-list-group,
  .about-us-one_btn {
    padding-left: 0;
  }
  .ihbox-style-4_bg {
    padding: 100px 30px 75px 30px;
  }
  .ihbox-style-5_bg {
    padding: 0px 30px 0px 30px;
  }
  .counter-section_one .img_box {
    text-align: center;
    padding-top: 40px;
  }
  .counter-one_box {
    padding-left: 0;
  }
  .blog_one .pbmit-blog-style-1 .pbmit-featured-wrapper {
    clip-path: unset;
  }
  .blog_one .pbmit-blog-style-1 .pbmit-blog-btn {
    bottom: 10px;
    right: 10px;
  }
  /*=== Homepage 2 ===*/
  .ihbox-one-top_section {
    display: none;
  }
  .about-us-two_img {
    padding: 250px 0;
  }
  .about-us-two_rightbox {
    padding: 40px 0 0 0;
  }
  .about-us-two_ihbox {
    padding-bottom: 30px;
  }
  .testimonial-two_bg .pbmit-col_1,
  .testimonial-two_bg .pbmit-col_2 {
    width: 100%;
  }
  .testimonial-two-left_img {
    padding: 225px 0;
  }
  .appoinment_two .appoinment-two_bg .col-md-4,
  .appoinment_two .appoinment-two_bg .col-md-8 {
    width: 100%;
  }
  .appoinment-two_left {
    padding: 50px 30px 30px 30px;
  }
  .appoinment-two_right {
    padding: 50px 30px 50px 30px;
  }
  /*=== Homepage 3 ===*/
  .pbmit-tab .pbmit-tab-list {
    padding-left: 0;
  }
  .pbmit-tab .pbmit-tab-list h2 {
    margin-left: 0;
  }
  .ihbox-section_three .col-md-6:last-child {
    margin-top: 30px;
  }
  .counter_three .counter-three_bg .pbmit-col_1,
  .counter_three .counter-three_bg .pbmit-col_2 {
    width: 100%;
  }
  .counter-three_mainbox {
    padding-top: 40px;
    padding-left: 0;
  }
  .testimonial-three_bg {
    padding: 120px 30px 100px 0px;
  }
  /*=== Our History ===*/
  .ihbox-style_7 {
    margin-top: 30px;
  }
  /*=== Our Team Member ===*/
  .counter_bg .col-md-6.col-xl-4:last-child {
    margin-top: 30px;
  }
  /*=== Team Single Detail ===*/
  .pbmit-team-single .pbmit-sticky-col {
    padding-top: 80px;
  }
  .pbmit-team-single .pbmit-entry-content {
    padding: 60px 0 0;
  }
  .pbmit-team-single .counter-box .pbmit-col_1,
  .pbmit-team-single .counter-box .pbmit-col_2 {
    width: 100%;
  }
  .pbmit-team-single .counter-box .pbmit-col_2 {
    margin-top: 30px;
  }
  .pbmit-team-single .counter-box .pbmit-left_col {
    padding-right: 0;
  }
  .pbmit-team-single .comment-respond {
    margin-bottom: 0;
  }
  /*=== Service Detail ===*/
  .service-right-col .ihbox_style_box .col-md-6.col-xl-4:last-child {
    margin-top: 30px;
  }
  .service-right-col .service-list-group {
    padding-top: 30px;
  }
  /*=== Contact Us ===*/
  .ihbox_section .col-md-6:last-child {
    margin-top: 30px;
  }
  .contact-us-left_col,
  .contact-us-right_col {
    width: 100%;
  }
  .contact-us-right_col {
    display: block;
  }
  .contact-form_main {
    margin: 0;
  }
  .contact-us-right-box {
    margin-top: 40px;
    padding-bottom: 60px;
  }
  .contact-us-right_img {
    text-align: center;
  }
  /*=== Footer ===*/
  .footer-top-section .pbmit-col_1 {
    padding-bottom: 30px;
  }
  .site-footer .pbmit-footer-big-area .pbmit-footer-right h3 br,
  .site-footer .widget .pbmit-contact-widget-address br {
    display: none;
  }
}

@media (min-width: 991px) {
  /*=== Img Animation ===*/
  .pbmit-animation-style4 {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  .pbmit-animation-style4.active {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .pbmit-animation-style4 img {
    transform: scale(1.5) translate(0, -100px);
  }
  .pbmit-animation-style4.active img {
    transform: scale(1) translate(0px, 0px);
  }

  .pbmit-animation-style7.active img {
    transform: scale(1);
  }
}

@media (max-width: 991px) {
  /*=== Homepage 03 ===*/
  .pbminfotech-ptable-style-1 .pbmit-ptable-col {
    margin-bottom: 30px;
  }
  /*=== Event Style 1 ===*/
  .event_boxes
    .pbmit-ele-event_listing
    .pbmit-event-layout-wrapper
    .pbmit-event-infomation
    .pbmit-event-details
    .pbmit-event-title
    .pbmit-heading-text {
    font-size: 22px;
    line-height: 26px;
  }
  /*=== Blog Single ===*/
  .pbmit-sortable-list-ul {
    margin-bottom: 30px;
  }
  .pbmit-sortable-list-ul li {
    margin: 0 0 25px 0 !important;
  }
  /*=== Contact us ===*/
  .iframe_section .iframe_box {
    margin: 0 10px;
  }
  /*=== Footer ===*/
  .site-footer .pbmit-footer-wrapper {
    padding: 40px 0 40px 0;
  }
}

@media (max-width: 820px) {
  .pbmit-ihbox-style-5 .pbmit-element-title {
    font-size: 29px;
  }
  .ihbox-style-5_bg form .pbmit-footer-newsletter button {
    position: unset;
    width: 100%;
    margin-top: 5px;
  }
  .ihbox-style-5_bg form .pbmit-footer-newsletter input {
    padding: 15px 20px;
  }
}

@media (min-width: 768px) {
  /*=== Homepage 02 ===*/
  .appoinment-two_bg .col-md-4 {
    width: 37.071%;
  }
  .appoinment-two_bg .col-md-8 {
    width: 62.929%;
  }
  /*=== Footer ===*/
  .footer-top-section .pbmit-col_1 {
    width: 60%;
  }
  .footer-top-section .pbmit-col_2 {
    width: 15%;
  }
  .footer-top-section .pbmit-col_3 {
    width: 25%;
  }
  /*=== Homepage 03 ===*/
  .counter-three_bg .pbmit-col_1 {
    width: 28.129%;
  }
  .counter-three_bg .pbmit-col_2 {
    width: 71.871%;
  }
}

@media (max-width: 768px) {
  /*=== Homepage 01 ===*/
  .ihbox-style-5_bg .pbmit-ihbox-style-5 {
    padding-top: 30px;
  }
  /*=== Homepage 02 ===*/
  .pbmit-team-style-1 .pbmit-team-btn .pbmit-team-text {
    background-color: var(--pbmit-white-color);
    width: 40px;
    height: 40px;
  }
  .pbmit-team-style-1 .pbmit-team-title {
    font-size: 22px;
    line-height: 32px;
  }
  .pbmit-ihbox-style-5 .pbmit-ihbox-box {
    display: block !important;
  }
  .pbmit-ihbox-style-5 .pbmit-ihbox-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .pbmit-ihbox-style-5 .pbmit-element-title {
    font-size: 26px;
    line-height: 30px;
  }
  .pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper,
  .pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper {
    width: 100px;
    height: 100px;
    font-size: 65px;
  }
  .appoinment-two_right form .pbmit-footer-newsletter button {
    position: unset;
    width: 100%;
    margin-top: 5px;
  }
  /*=== About Us ===*/
  .pbmit-element-static-box-style-1
    .pbmit-ele-static-box
    .pbmit-contentbox-inner {
    position: relative;
    padding: 60px 30px 60px;
  }
  /*=== Blog Sortable Col 2 ===*/
  .pbmit-blog-style-1 .pbmit-featured-wrapper {
    clip-path: unset;
  }
  .pbmit-blog-style-1 .post-item .pbmit-featured-container .pbmit-blog-btn {
    bottom: 10px;
    right: 10px;
  }
}

@media (max-width: 767px) {
  /*=== Section-Padding ===*/
  .section-lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-lgb {
    padding-bottom: 50px;
  }
  .section-md {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .section-xl {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-lgt {
    padding-top: 60px;
  }
  /*=== Section-Title ===*/
  .pbmit-heading-subheading {
    margin-bottom: 30px;
  }
  .pbmit-heading-subheading .pbmit-title {
    font-size: 30px;
    line-height: 40px;
    padding-top: 14px;
    margin-top: 8px;
  }
  /*=== Title Bar ===*/
  .pbmit-tbar-title {
    font-size: 50px;
    line-height: 60px;
  }
  /*=== Homepage 01 ===*/
  .ihbox-section_one {
    padding: 40px 0px 40px 0px;
  }
  .ihbox-one_bg .pbmit-ihbox-style-1 {
    padding-bottom: 30px;
  }
  .ihbox-one_bg .spinner_box {
    padding-bottom: 40px;
  }
  .swiper_arrow,
  .swiper_arrow_one,
  .testimonial-swiper_arrow,
  .blog-swiper_arrow,
  .service-two_arrow,
  .team-two_arrow,
  .blog-two_arrow,
  .event-swiper_arrow {
    display: none !important;
  }
  .pbmit-marquee-effect-style-1 .pbmit-element-title {
    font-size: 50px;
    line-height: 60px !important;
  }
  .pbmit-marquee-effect-style-1 .pbmit-tag-wrapper {
    padding-left: 70px;
    margin-left: 30px;
  }
  .pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before {
    font-size: 40px;
    line-height: 50px;
  }
  .pbmit-ele-event_listing
    .pbmit-event-layout-wrapper
    .pbmit-event-infomation
    .pbmit-event-details
    .pbmit-event-title
    .pbmit-heading-text {
    font-size: 24px;
    line-height: 30px;
  }
  .tween-effect-section_one {
    padding: 50px 0 40px 0;
  }
  .pbmit-tween-effect-style-1 .pbmit-tween-effect,
  .pbmit-tween-effect-style-2 .pbmit-tween-effect {
    text-align: center;
  }
  .pbmit-team-style-2 .pbminfotech-box-content {
    display: block;
  }
  .pbmit-team-style-2 .pbmit-team-title-wapper {
    display: block !important;
    margin-bottom: 30px;
  }
  .pbmit-team-style-2 .pbminfotech-box-team-position {
    margin-left: 0;
  }
  .pbmit-team-style-2 .pbmit-featured-wrapper img {
    position: inherit;
    visibility: visible;
    opacity: 1;
    transform: inherit;
    width: 100% !important;
  }
  .pbmit-team-style-2 .pbmit-team-title {
    margin-bottom: 10px;
  }
  .pbmit-team-style-2 .pbmit-team-btn {
    margin-top: 20px;
  }
  .ihbox-style-4_bg {
    padding: 70px 20px 70px 20px;
    margin: 0;
    border-radius: 30px 30px 0px 0px;
  }
  .ihbox-style-5_bg {
    padding: 50px 20px 50px 20px;
    margin: 0;
    border-radius: 0px 0px 30px 30px;
  }
  .ihbox-style-5_bg .pbmit-ihbox-style-5 {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .ihbox-style-5_bg .pbmit-ihbox-style-5 .pbmit-ihbox-box {
    display: block !important;
  }
  .ihbox-style-5_bg .pbmit-ihbox-style-5 .pbmit-ihbox-icon {
    margin: 0 0 20px 0;
  }
  .pbmit-testimonial-style-1 .pbminfotech-post-item .pbmit-box-content-wrap {
    clip-path: unset;
    border-radius: 30px;
  }
  .client-one_box {
    padding-top: 30px;
  }
  /*=== Homepage 02 ===*/
  .static-box-section_two {
    padding: 60px 0px 30px 0px;
  }
  .pbmit-element-static-box-style-1 .pbmit-ele-static-box {
    width: 100%;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    flex-direction: column;
    border-radius: 30px !important;
    overflow: hidden;
  }
  .pbmit-static-box-style-1 .pbmit-contentbox-inner:before {
    font-size: 70px;
    line-height: 70px;
    top: 50px;
    right: 30px;
  }
  .pbmit-element-static-box-style-1 .pbmit-ele-static-box .pbmit-bg-imgbox {
    position: unset;
    display: none;
  }
  .pbmit-element-static-box-style-1
    .pbmit-ele-static-box
    .pbmit-contentbox-inner {
    transform: translateX(0%) !important;
    height: auto;
  }
  .pbmit-static-box-style-1 .pbmit-img {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .pbmit-static-box-style-1 .pbmit-img img {
    width: 100%;
  }
  .pbmit-element-static-box-style-1
    .pbmit-ele-static-box
    .pbmit-contentbox-inner {
    padding: 50px 100px 60px 50px;
  }
  .fid-style-2_box {
    display: none;
  }
  .about-us-two_ihbox .col-md-6:last-child {
    padding-top: 30px;
  }
  .marquee-section_two {
    padding: 50px 0px 55px 0px;
  }
  .mptt-shortcode-list {
    display: block;
  }
  .mptt-shortcode-table {
    display: none;
  }
  .client-section_two {
    padding: 50px 0 50px 0;
  }
  .pbmit-testimonial-style-2 .pbminfotech-post-item {
    padding-left: 0px;
  }
  .pbmit-testimonial-style-2 .pbminfotech-post-item::before {
    font-size: 50px;
    line-height: 50px;
    position: inherit;
    display: block;
    padding-bottom: 15px;
  }
  .pbmit-testimonial-style-2 .pbminfotech-testimonial-text {
    font-size: 20px;
    line-height: 30px;
  }
  .testimonial-two_rightbox .swiper-pagination {
    display: none;
  }
  .testimonial-two_rightbox .swiper-horizontal > .swiper-pagination-bullets {
    display: none;
  }
  .testimonial-two_rightbox .testimonial-two_btn {
    display: none !important;
  }
  .testimonial-two_rightbox .swiper-slider {
    padding-bottom: 50px;
  }
  .appoinment-bg-overlay {
    background-position: 0% 0px;
  }
  .appoinment-two_right form .pbmit-footer-newsletter button {
    position: unset;
    width: 100%;
    margin-top: 5px;
  }
  .pbmit-ihbox-style-5 .pbmit-ihbox-box {
    display: block !important;
  }
  .pbmit-ihbox-style-5 .pbmit-ihbox-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
  /*=== Homepage 03 ===*/
  .marquee-section_three {
    padding: 45px 0px 55px 0px;
  }
  .tab_btn {
    display: none;
  }
  .pbmit-tab {
    display: block;
  }
  .pbmit-tab .nav .nav-item a {
    width: 100%;
  }
  .pbmit-tab .tab-content {
    padding-left: 0;
  }
  .pbmit-tab .pbmit-tab-img img {
    width: 100%;
  }
  .ihbox-section_three {
    padding: 40px 0px 60px 0px;
  }
  .ihbox-section_three .col-md-6:first-child {
    margin-bottom: 30px;
  }
  .pbmit-element-service-style-3 .pbmit-title-inner {
    font-size: 30px;
    line-height: 30px;
  }
  .pbmit-element-service-style-3 .pbmit-serv-cat {
    margin-bottom: 6px;
  }
  .counter-three_bg {
    padding: 60px 30px 60px 30px;
  }
  .counter-three_mainbox .col-md-4:nth-child(2) {
    padding: 30px 0;
  }
  .testimonial-three_bg {
    padding: 100px 0px 80px 0px;
  }
  .testimonial-three_bg .pbmit-col_2 {
    width: 100%;
  }
  /*=== Our History ===*/
  .ihbox-style-7_box {
    margin-top: 30px;
  }
  /*=== Our Team Member ===*/
  .counter_bg {
    margin-top: 60px;
  }
  .counter_bg .col-md-6.col-xl-4:nth-child(2) {
    margin-top: 30px;
  }
  /*=== Team Single Detail ===*/
  .pbmit-team-single .pbmit-entry-content .text-editor-box .d-flex {
    display: block !important;
  }
  .pbmit-team-single .pbmit-entry-content .text-editor-box .col-md-4,
  .pbmit-team-single .pbmit-entry-content .text-editor-box .col-md-8 {
    width: 100%;
  }
  .pbmit-team-single .pbmit-entry-content {
    padding-top: 40px;
  }
  .pbmit-team-single .pbmit-entry-content .pbmit-heading .pbmit-title {
    font-size: 30px;
    line-height: 40px;
  }
  .pbmit-team-single .pbmit-entry-content .text-editor-box p {
    margin-top: 10px;
  }
  .pbmit-team-single .counter-box .pbmit-left_col .col-md-4 {
    width: 50%;
  }
  .pbmit-team-single .counter-box .pbmit-left_col .col-md-4:last-child {
    padding-top: 30px;
  }
  .pbmit-team-single .comment-respond {
    margin-top: 50px;
    margin-bottom: 0px;
    padding: 50px 30px 50px 30px;
  }
  /*=== Service Detail ===*/
  .service-right-col .ihbox_style_box .col-md-6.col-xl-4:nth-child(2) {
    margin-top: 30px;
  }
  .service-right-col .pbmit-heading .pbmit-title {
    font-size: 30px;
    line-height: 40px;
  }
  .service-right-col .list-group_box {
    margin-top: 50px;
  }
  /*=== Event Single Detail ===*/
  .pbmit-single-event-footer .accordion-item .accordion-body > .row {
    display: block;
  }
  .pbmit-single-event-footer .accordion-item .pbmit-organizer-description {
    max-width: 100%;
  }
  .pbmit-single-event-footer .accordion-item .pbmit-organizer-contact-actions {
    position: unset;
  }
  /*=== Blog Single Details ===*/
  .site_content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .blog-details .pbmit-entry-content blockquote {
    padding: 40px 40px 40px 120px;
  }
  .blog-details .pbmit-author-box {
    padding: 30px;
    padding-right: 40px;
  }
  .comment-list .children {
    margin-left: 0;
  }
  /*=== Contact Us ===*/
  .ihbox_section .col-md-6:nth-child(2) {
    margin-top: 30px;
  }
  .contact-form_main {
    padding: 40px 30px 40px 30px;
  }
  .contact-us-right-box .ihbox-style_11 {
    padding: 40px 30px 0px 30px;
  }
  .contact-form_main .pbmit-title {
    font-size: 30px;
    line-height: 40px;
  }
  /*=== Footer ===*/
  .footer-top-section .pbmit-col_3 {
    padding-top: 20px;
  }
  .site-footer .pbmit-footer-big-area {
    padding-top: 20px;
  }
  .site-footer .pbmit-footer-widget-col-1,
  .site-footer .pbmit-footer-widget-col-2,
  .site-footer .pbmit-footer-widget-col-3,
  .site-footer .pbmit-footer-widget-col-4 {
    max-width: 100% !important;
    width: 100% !important;
  }
  .site-footer .widget {
    padding-top: 30px;
  }
  .site-footer .pbmit-footer-widget-col-1 .textwidget {
    padding: 0;
  }
  .site-footer .pbmit-footer-widget-area {
    padding-bottom: 35px;
  }
  .site-footer .pbmit-footer-widget-col-1 .pbmit-social-links li {
    margin-bottom: 0;
  }
  .site-footer .pbmit-footer-text-inner {
    padding-bottom: 0;
  }
  .site-footer .pbmit-footer-text-inner .row {
    flex-direction: column-reverse;
  }
  .site-footer .pbmit-footer-copyright-text-area {
    text-align: center;
    margin-top: 0;
  }
  .site-footer .pbmit-footer-text-inner .pbmit-footer-menu {
    display: block;
    text-align: center;
    margin: 8px 0;
  }
  .site-footer .pbmit-footer-text-inner .pbmit-footer-menu li {
    display: block;
  }
  .site-footer .pbmit-footer-text-inner .pbmit-footer-menu li:first-child {
    margin-bottom: 6px;
    padding-left: 0;
  }
  .site-footer .pbmit-footer-text-inner .pbmit-footer-menu li:last-child {
    margin-right: 0px;
    padding-right: 0;
  }
  .site-footer
    .pbmit-footer-text-inner
    .pbmit-footer-menu
    li:last-child:before {
    display: none;
  }
}

@media (max-width: 575px) {
  /*=== Title-Bar ===*/
  .pbmit-title-bar-wrapper,
  .pbmit-title-bar-content {
    min-height: 350px;
  }
  .pbmit-tbar-title {
    font-size: 35px;
    line-height: 40px;
  }
  .pbmit-breadcrumb .pbmit-breadcrumb-inner span {
    font-size: 12px;
  }
  /*=== Homepage 01 ===*/
  .pbmit-ele-event_listing
    .pbmit-event-layout-wrapper
    .pbmit-event-infomation
    .pbmit-event-details
    .pbmit-event-price {
    font-size: 18px;
    line-height: 28px;
  }
  .pbmit-tween-effect-style-1 .pbmit-element-title,
  .pbmit-tween-effect-style-2 .pbmit-element-title {
    font-size: 35px;
    line-height: 45px;
  }
  .pbmit-team-style-2 .pbmit-team-title {
    font-size: 24px;
    line-height: 28px;
  }
  .pbmit-ihbox-style-4 .pbmit-element-title {
    font-size: 24px;
    line-height: 32px;
  }
  .pbmit-ihbox-style-5 .pbmit-element-title {
    font-size: 24px;
    line-height: 30px;
  }
  .pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper {
    width: 90px;
    height: 90px;
    font-size: 60px;
    line-height: 115px;
  }
  .ihbox-style-5_bg form input {
    padding: 0 30px;
  }
  .ihbox-style-5_bg form button {
    padding: 15px 30px;
    position: inherit;
    width: 100%;
    margin-top: 10px;
  }
  /*=== Homepage 02 ===*/
  .pbmit-element-static-box-style-1
    .pbmit-ele-static-box
    .pbmit-contentbox-inner {
    padding: 40px 30px 40px;
    margin-top: -1px;
  }
  .pbmit-static-box-style-1 .pbmit-contentbox-inner:before {
    top: 30px;
  }
  .pbmit-service-style-2 .pbmit-contant-box {
    padding: 30px 25px;
  }
  .pbmit-service-style-2 .pbmit-service-title {
    max-width: 100%;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
    padding-right: 30px;
  }
  .pbmit-service-style-2 .pbmit-serv-cat a {
    font-size: 10px;
    line-height: 30px;
    padding: 5px 15px;
  }
  .pbmit-service-style-2 .pbmit-service-title a {
    display: table-caption;
  }
  .pbmit-ihbox-style-5 .pbmit-element-title {
    font-size: 24px;
    line-height: 30px;
  }
  .pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper {
    width: 90px;
    height: 90px;
    font-size: 60px;
    line-height: 115px;
  }
  .appoinment-two_right form .pbmit-footer-newsletter input {
    padding: 0 30px;
  }
  .appoinment-two_right form .pbmit-footer-newsletter button {
    padding: 15px 30px;
    margin-top: 10px;
    width: 100%;
    position: inherit;
  }
  .pbmit-blog-style-2 .pbmit-post-title {
    font-size: 25px;
  }
  /*=== Homepage 03 ===*/
  .pbminfotech-ptable-style-1 .pbmit-pricing-table-box {
    padding: 40px 30px;
  }
  .pbminfotech-ptable-style-1 .pbminfotech-ptable-heading {
    font-size: 22px;
    line-height: 28px;
  }
  .pbminfotech-ptable-style-1 .pbminfotech-ptable-price {
    font-size: 50px;
    line-height: 50px;
  }
  .pbminfotech-ptable-style-1 .pbminfotech-ptable-symbol {
    font-size: 27px;
    line-height: 28px;
  }
  .pbminfotech-ptable-style-1 .pbmit-head-wrap {
    padding-bottom: 18px;
  }
  .pbminfotech-ptable-style-1 .pbmit-ptable-inner {
    padding: 25px 0 15px;
  }
  /*=== Event Single Detail ===*/
  .pbmit-single-event-sidebar-info {
    padding: 15px 30px 75px;
  }
  /*=== Blog Classic ===*/
  .blog-classic .pbmit-post-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  /*=== Blog Single ===*/
  .blog-details .post-navigation .nav-previous,
  .blog-details .post-navigation .nav-links a {
    width: 100%;
  }
  .blog-details .post-navigation .nav-links .nav-title {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .blog-details .pbmit-entry-content blockquote {
    padding: 90px 30px 40px;
    font-size: 18px;
    line-height: 28px;
  }
  .blog-details .pbmit-entry-content blockquote:before {
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .blog-details .pbmit-blog-meta-bottom {
    text-align: center;
  }
  .blog-details .pbmit-author-box {
    display: block;
    padding: 40px 30px;
  }
  .blog-details .pbmit-author-image img {
    margin: auto;
  }
  .blog-details .pbmit-author-content {
    margin-top: 20px;
    padding: 0;
    text-align: center;
  }
  .comment-list .pbmit-comment-avatar {
    float: none;
  }
  .blog-details .pbmit-comment-content {
    margin-left: 0px;
    margin-top: 25px;
  }
  .blog-details .comment-respond {
    padding: 40px 30px;
  }
  .blog-details .comment-respond .comment-reply-title {
    font-size: 20px;
    line-height: 30px;
  }
  .pbmit-service-ads .pbmit-ads-title {
    font-size: 24px;
    line-height: 34px;
  }
  /*=== Contact Us ===*/
  .pbmit-ihbox-style-9 .pbmit-ihbox-icon {
    max-width: 127px;
  }
  .pbmit-ihbox-style-9 .pbmit-ihbox-contents {
    margin-top: 20px;
  }
  .pbmit-ihbox-style-11 .pbmit-element-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .pbmit-ihbox-style-11 .pbmit-element-heading {
    font-size: 18px;
    line-height: 28px;
  }
  /*=== Footer ===*/
  .site-footer .pbmit-footer-big-area .pbmit-footer-right h3 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 500px) {
  /*=== Homepage 01 ===*/
  .pbmit-ihbox-style-1 .pbmit-ihbox-headingicon {
    display: block !important;
  }
  .pbmit-ihbox-style-1 .pbmit-ihbox-icon {
    margin-bottom: 15px;
  }
  .pbmit-ihbox-style-3 .pbmit-ihbox-headingicon {
    flex-direction: column-reverse;
  }
  .pbmit-ihbox-style-3 .pbmit-lightbox-video {
    margin: 0;
  }
  .pbmit-ihbox-style-3 .pbmit-ihbox-contents {
    text-align: center;
    margin-top: 20px;
  }
}

@media (max-width: 485px) {
  /*=== Header ===*/
  .site-header .pbmit-header-search-btn {
    display: none;
  }
}

@media (max-width: 450px) {
  .pbminfotech-ele-fid-style-1 .pbmit-fld-contents {
    display: block !important;
  }
  .pbminfotech-ele-fid-style-1 .pbmit-fid-sub {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 375px) {
  /*=== Homepage 02 ===*/
  .about-us-two_img {
    padding: 0;
    height: 500px;
  }
}

@media (max-width: 1200px) and (min-width: 768px) {
  /*=== Homepage 03 ===*/
  .testimonial-three_bg .pbmit-col_1 {
    width: 60%;
  }
  .testimonial-three_bg .pbmit-col_2 {
    width: 40%;
  }
  /*=== Footer ===*/
  .footer-top-section .pbmit-col_1 {
    width: 50%;
  }
  .footer-top-section .pbmit-col_2,
  .footer-top-section .pbmit-col_3 {
    width: 25%;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  /*=== Homepage 03 ===*/
  .testimonial-three_bg .pbmit-col_1 {
    display: none;
  }
  .testimonial-three_bg .pbmit-col_2 {
    width: 50%;
  }
  /*=== Our History ===*/
  .pbmit-element-timeline-style-1 .pbmit-timeline-title {
    padding: 0 48px;
  }
  /*=== Team Single Detail ===*/
  .pbmit-team-single .pbmit-entry-content .text-editor-box .col-md-4 {
    width: 20%;
  }
  .pbmit-team-single .pbmit-entry-content .text-editor-box .col-md-8 {
    width: 80%;
  }
  /*=== Footer ===*/
  .footer-top-section .pbmit-col_1 {
    width: 100%;
  }
  .footer-top-section .pbmit-col_2,
  .footer-top-section .pbmit-col_3 {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  /*=== Footer ===*/
  .site-footer .pbmit-footer-widget-col-1 {
    flex: 0 0 38%;
    max-width: 38%;
  }
  .site-footer .pbmit-footer-widget-col-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .site-footer .pbmit-footer-widget-col-3,
  .site-footer .pbmit-footer-widget-col-4 {
    flex: 0 0 21%;
    max-width: 21%;
  }
}

@media (min-width: 1366px) and (max-width: 1650px) {
  .pbmit-static-box-style-1
    .pbmit-bg-imgbox
    .pbmit-text
    .pbminfotech-static-box-number,
  .pbmit-static-box-style-1 .pbmit-contentbox-inner:before {
    font-size: 100px;
    line-height: 100px;
  }
}

@media (min-width: 1367px) and (max-width: 1400px) {
  .pbmit-static-box-style-1.pbmit-active .pbmit-contentbox-inner {
    padding: 85px 30px 55px !important;
  }
}

@media (min-width: 1366px) and (max-width: 1459px) {
  .pbmit-static-box-style-1 .pbmit-contentbox-inner {
    padding: 60px 40px 60px;
  }
  .pbmit-element-static-box-style-1
    .pbmit-ele-static-box
    .pbmit-contentbox-inner {
    padding: 60px 40px 60px;
  }
}

@media (min-width: 1025px) and (max-width: 1290px) {
  .pbmit-sticky-special {
    min-height: 635px !important;
    height: 635px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1366px) {
  .pbmit-service-ads .pbmit-ads-title {
    font-size: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .site-footer .pbmit-footer-widget-col-1,
  .site-footer .pbmit-footer-widget-col-2,
  .site-footer .pbmit-footer-widget-col-3,
  .site-footer .pbmit-footer-widget-col-4 {
    flex: 0 0 auto;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  /*=== Homepage 03 ===*/
  .pbminfotech-ptable-style-1 .pbmit-pricing-table-box {
    padding: 40px 30px;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  /*=== Service Detail ===*/
  .pbmit-service-style-1 .pbminfotech-post-item .pbmit-box-content-wrap {
    padding: 45px 30px;
  }
  .pbmit-service-style-1 .pbmit-serv-cat {
    font-size: 10px;
    line-height: 26px;
  }
  .pbmit-service-style-1 .pbmit-service-title {
    font-size: 22px;
    line-height: 28px;
    padding-right: 0;
  }
  .pbmit-service-style-1 .pbmit-service-icon {
    font-size: 80px;
    line-height: 60px;
    margin-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .mptt-shortcode-table tr.mptt-shortcode-row th {
    font-size: 12px;
    padding: 5px 8px;
    letter-spacing: 0.5px;
  }
  .mptt-shortcode-table tbody .mptt-shortcode-hours {
    font-size: 12px;
    padding: 0 8px !important;
  }
  .mptt-shortcode-table
    tbody
    .mptt-shortcode-event
    .mptt-event-container
    .event-title {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pbmit-ele-event_listing
    .pbmit-event-layout-wrapper
    .pbmit-event-infomation
    .pbmit-event-details
    .pbmit-event-title
    .pbmit-heading-text {
    font-size: 22px;
    line-height: 26px;
  }
  .pbmit-ele-event_listing
    .pbmit-event-layout-wrapper
    .pbmit-event-details
    .pbmit-event-meta
    .pbmit-event-meta-line {
    font-size: 12px;
    line-height: 20px;
  }
  .pbmit-blog-style-1 .pbmit-meta-line .pbmit-post-date,
  .pbmit-blog-style-1 .pbmit-meta-line .pbmit-post-author,
  .pbmit-blog-style-1 .pbmit-meta-category a {
    font-size: 10px;
    line-height: 13px;
  }
}

@media (min-width: 768px) and (max-width: 820px) {
  .testimonial-slider_one
    .pbmit-testimonial-style-1
    .pbminfotech-post-item
    .pbmit-box-content-wrap {
    padding: 25px;
    border-radius: 30px;
    clip-path: unset;
  }
  .testimonial-slider_one .pbmit-testimonial-style-1 .pbminfotech-box-title {
    font-size: 15px;
    line-height: 18px;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  .pbmit-team-style-2 .pbmit-featured-wrapper img {
    width: 300px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  /*=== Homepage 01 ===*/
  .pbmit-ihbox-style-3 .pbmit-ihbox-headingicon {
    flex-direction: column-reverse;
  }
  .pbmit-ihbox-style-3 .pbmit-lightbox-video {
    margin: 0;
  }
  .pbmit-ihbox-style-3 .pbmit-ihbox-contents {
    text-align: center;
    margin-top: 20px;
  }
  .blog_one .pbmit-blog-style-1 .pbmit-post-title {
    font-size: 18px;
    line-height: 24px;
  }
  /*=== Homepage 02 ===*/
  .service_two .pbmit-service-style-2 .pbmit-contant-box {
    padding: 25px 25px;
  }
  .service_two .pbmit-service-style-2 .pbmit-serv-cat a {
    font-size: 9px;
    line-height: 9px;
    padding: 7px 15px;
  }
  .service_two .pbmit-service-style-2 .pbmit-service-title {
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 50px;
  }
  .service_two .pbmit-service-style-2 .pbmit-service-btn {
    width: 40px;
    height: 40px;
  }
  .service_two .pbmit-service-style-2 .pbmit-service-btn .pbmit-button-icon i {
    font-size: 12px;
  }
}

@media (max-width: 1450px) {
  /*=== header ===*/
  .header-style-2 .pbmit-button-box-second {
    display: none;
  }
}

@media (max-width: 1500px) {
  /*=== Header ===*/
  .header-style-1 .pbmit-button-box-second {
    display: none;
  }
  .header-style-1 .pbmit-header-overlay > .container {
    padding: 0 40px;
  }
  .header-style-1 .site-navigation {
    padding-left: 50px;
  }
  .header-style-3 .pbmit-slider-social {
    display: none;
  }
  /*=== Our History ===*/
  .history_section
    .pbmit-element-timeline-style-1
    .pbmit-timeline-wrapper
    .pbmit-timeline-desc {
    padding: 0;
  }
  .history_section .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper {
    grid-gap: 120px;
  }
  /*=== Service Detail ===*/
  .service-left-col {
    padding-left: 30px;
  }
  .service-right-col {
    padding-right: 30px;
  }
  /*=== Blog Detail ===*/
  .blog-left-col {
    padding-right: 30px;
    padding-left: 15px;
  }
}

@media (max-width: 1600px) {
  /*=== Header ===*/
  .header-style-2 .pbmit-button-box {
    display: none;
  }
  /*=== Our History ===*/
  .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-desc {
    padding: 0 30px;
  }
  .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper {
    grid-gap: 140px;
  }
}

@media (max-width: 1700px) {
  /*=== header ===*/
  .header-style-1 .pbmit-button-box {
    display: none;
  }
}
