/* 
 * 	Responsive CSS File
 *	v1.0
 */
/* clearfix */
@media (max-width: 1550px) {
  .main-contant-with-sidebar .container {
    padding: 0 15px;
  }
}
@media (min-width: 1230px) {
  .container {
    max-width: 1200px;
  }
  .container-fluid {
    max-width: 1700px;
  }
}
@media (max-width: 1199px) {
  .container {
    padding: 0 15px;
  }
  /* - Header Style Start  //---------------- */
  ul.navbar-nav > li.level {
    margin: 0 14px;
  }
  /* - Header Style End  //---------------- */
  /* - Banner Style Start  //---------------- */
  .banner-detail .banner-detail-inner .banner-title {
    font-size: 32px;
    line-height: 36px;
  }
  /* - Banner Style End  //---------------- */
  .ay-workdetails-border:after,
  .ay-workdetails-bordertwo:before {
    display: none;
  }
}
@media (min-width: 992px) {
  .main-contant-with-sidebar {
    padding-left: 330px;
  }
  .main-contant-with-sidebar .logo {
    opacity: 0;
    visibility: hidden;
  }
  /* - Header Style Start //---------------- */
  .header-middle {
    width: 100%;
    position: relative;
    top: 0;
  }
  header.sticky-header .header-middle {
    /* position: fixed;
    top: 0; */
    width: 100%;
    background: #fff;
    transition: all 0.6s ease 0s;
    box-shadow: 0 0 5px 2px rgba(15, 44, 64, 0.3);
    padding: 10px 0;
  }
  .main-fixed .header-middle {
    position: fixed;
    top: -110px;
  }
  header.sticky-header .header-middle-inner {
    padding: 0;
  }
  ul.navbar-nav > li.level .megamenu {
    background: transparent;
    display: block !important;
    color: #7C8388;
    padding-top: 10px;
    text-align: left;
    position: absolute;
    top: auto;
    margin-top: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    left: auto;
    transform: rotateX(90deg);
    transform-origin: top center;
    transition: all 0.4s ease-in-out;
  }
  ul.navbar-nav > li.level .megamenu.big-megamenu {
    left: 0;
    right: 0;
  }
  ul.navbar-nav > li.level .megamenu.big-megamenu .megamenu-inner {
    padding: 30px;
  }
  ul.navbar-nav > li.level .megamenu.big-megamenu .sub-menu-level1 li a {
    padding-left: 0;
    border-radius: 5px;
  }
  ul.navbar-nav > li.level .megamenu.big-megamenu .sub-menu-level1 li:hover a {
    padding-left: 10px;
  }
  ul.navbar-nav > li.level .megamenu .megamenu-inner {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 6px 12px rgba(15, 44, 64, 0.2);
  }
  ul.navbar-nav > li.level .megamenu ul.sub-menu-level1 {
    padding: 10px 0;
  }
  ul.navbar-nav > li.level .megamenu ul.sub-menu-level1 li {
    min-width: 230px;
  }
  ul.navbar-nav > li.level .megamenu ul.sub-menu-level1 li:last-child a {
    border-bottom: none;
  }
  ul.navbar-nav > li.level .megamenu ul.sub-menu-level1 li > .megamenu {
    right: 100%;
    top: 100%;
    padding-top: 0;
    margin-top: -40px;
    margin-right: 10px;
    opacity: 0;
  }
  ul.navbar-nav > li.level .megamenu ul.sub-menu-level1 li > .megamenu:after {
    border-color: rgba(15, 44, 64, 0) rgba(15, 44, 64, 0) rgba(15, 44, 64, 0) #fff;
    border-style: solid;
    border-width: 10px;
    top: 10px;
    content: "";
    right: -20px;
    opacity: 0;
    position: absolute;
    transition: all 0.4s ease-in-out;
  }
  ul.navbar-nav > li.level .megamenu ul.sub-menu-level1 li > .megamenu ul.sub-menu-level2 {
    padding: 10px 0;
  }
  ul.navbar-nav > li.level .megamenu ul.sub-menu-level1 li:hover > a {
    color: #fff;
    background: #2AC28E;
    padding-left: 30px;
  }
  ul.navbar-nav > li.level .megamenu ul.sub-menu-level1 li:hover > .megamenu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
  }
  ul.navbar-nav > li.level .megamenu ul.sub-menu-level1 li:hover > .megamenu:after {
    opacity: 1;
  }
  ul.navbar-nav > li.level .megamenu.full {
    width: 100%;
  }
  ul.navbar-nav > li:hover > .megamenu {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    transform: rotateX(0deg);
  }
  ul.navbar-nav > li.dropdown > a:after {
    border-color: rgba(15, 44, 64, 0) rgba(15, 44, 64, 0) #fff;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 50%;
    opacity: 0;
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    transition: all 0.6s ease-in-out;
  }
  ul.navbar-nav > li.dropdown:hover > a:after {
    opacity: 1;
    bottom: -10px;
    transition: all 0.3s ease-in-out;
  }
  /* - Header Style End //---------------- */
  /* - Sidebar Style Start //---------------- */
  .sidebar-box .sidebar-contant {
    display: block !important;
  }
  /* - Sidebar Style End //---------------- */
  /* - Footer Style Start //---------------- */
  .footer-static-block .footer-block-contant {
    display: block !important;
  }
  /* - Footer Style End //---------------- */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filter-select .drop-option {
    padding: 6px 10px;
  }
  /* - Sidebar project single details CSS End //---------------- */
  .our-project-single .sidebar-block .row [class*=col-] .sidebar-box:last-child {
    padding-bottom: 0;
  }
  /* - Sidebar project single details CSS End  //---------------- */
  /* - Footer Style Start //---------------- */
  .footer-static-block .footer-block-contant {
    display: block !important;
  }
  /* - Footer Style End //---------------- */
}
@media (max-width: 991px) {
  h1 {
    font-size: 34px;
    line-height: 45px;
  }
  /* - Header Style Start //---------------- */
  header#header {
    padding: 15px 0;
  }
  .side-toggle {
    display: block;
    float: left;
  }
  .side-toggle .navbar-toggle {
    border: none;
    background: none;
    color: #fff;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 0;
  }
  .side-toggle .navbar-toggle span {
    width: 24px;
    background: #fff;
    height: 2px;
    display: block;
    transition: all 0.4s ease-in-out;
  }
  .side-toggle .navbar-toggle span:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 24px;
    height: 2px;
    background: #fff;
    transition: all 0.4s ease-in-out;
  }
  .side-toggle .navbar-toggle span:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 24px;
    height: 2px;
    background: #fff;
    transition: all 0.4s ease-in-out;
  }
  .side-toggle .navbar-toggle.active span {
    background: transparent;
  }
  .side-toggle .navbar-toggle.active span:before {
    top: 13px;
    transform: rotate(-45deg);
  }
  .side-toggle .navbar-toggle.active span:after {
    bottom: 15px;
    transform: rotate(45deg);
  }
  #menu {
    overflow-X: hidden;
    overflow-Y: auto;
  }
  #menu.navbar-collapse {
    background: #2AC28E;
    bottom: 0;
    border-bottom: 0;
    display: inline-block !important;
    height: 100% !important;
    left: -260px;
    position: fixed !important;
    top: 0 !important;
    margin: 0 !important;
    padding-top: 0;
    width: 250px;
    z-index: 4;
    transition: all 0.4s ease 0s;
    box-shadow: 0px 3px 10px rgba(15, 44, 64, 0.2);
  }
  #menu.navbar-collapse.menu-open {
    left: 0;
  }
  #menu.sidebar {
    background: #22523C;
  }
  .side-menu ul li {
    padding: 3px 0;
  }
  .side-menu ul li a {
    font-size: 16px;
    padding: 9px 12px;
  }
  ul.navbar-nav {
    display: block;
    text-align: left;
  }
  ul.navbar-nav > li.level {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    float: none;
    display: block;
    margin: 0;
  }
  ul.navbar-nav > li.level a.nav-link {
    padding: 8px 16px;
  }
  ul.navbar-nav > li.level a:before {
    display: none;
  }
  ul.navbar-nav > li.level .megamenu.mobile-sub-menu {
    display: none;
  }
  ul.navbar-nav > li.level .megamenu.mobile-sub-menu .sub-menu-level1 .second-sub-menu {
    display: none;
  }
  ul.navbar-nav > li.level .megamenu ul.sub-menu-level1 li > a {
    padding-left: 30px;
    color: #fff;
  }
  ul.navbar-nav > li.level .megamenu ul.sub-menu-level1 li:last-child > a {
    border-bottom: none;
  }
  ul.navbar-nav > li.level .megamenu ul.sub-menu-level1 li:hover > a {
    color: #2AC28E;
  }
  ul.navbar-nav > li.level .megamenu ul.sub-menu-level1 li .second-sub-menu a {
    padding-left: 40px;
  }
  ul.navbar-nav > li:hover > a.nav-link {
    color: #2AC28E;
  }
  ul.navbar-nav > li.dropdown span.opener {
    color: #fff;
    height: 25px;
    width: 25px;
    display: inline-block;
    position: absolute;
    right: 5px;
    cursor: pointer;
    top: 8px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
  }
  ul.navbar-nav > li.dropdown span.opener:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background: #fff;
    top: 10px;
    left: 3px;
  }
  ul.navbar-nav > li.dropdown span.opener:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    top: 2px;
    left: 11px;
    background: #fff;
    transition: all 0.4s ease-in-out;
  }
  ul.navbar-nav > li.dropdown span.opener.minus:after {
    transform: rotate(90deg);
  }
  /* - Header Style End //---------------- */
  /* - Fine Doctor Style Start //---------------- */
  .doctor-consult-div {
    border-left: none;
  }
  .doctor-consult-div > div {
    border-top: 1px solid rgba(206, 213, 218, 0.5);
    margin-top: 10px;
    padding-top: 10px;
  }
  /* - Fine Doctor Style End //---------------- */
  /* - Sidebar Style Start //---------------- */
  .sidebar-block .sidebar-box {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .sidebar-block .sidebar-box .sidebar-contant {
    display: none;
    padding-bottom: 20px;
    border-radius: 5px;
  }
  .sidebar-block .sidebar-box span.opener {
    color: #fff;
    height: 25px;
    width: 25px;
    display: inline-block;
    position: absolute;
    right: 5px;
    cursor: pointer;
    top: 8px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
  }
  .sidebar-block .sidebar-box span.opener:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background: #2AC28E;
    top: 10px;
    left: 3px;
  }
  .sidebar-block .sidebar-box span.opener:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    top: 2px;
    left: 11px;
    background: #2AC28E;
    transition: all 0.4s ease-in-out;
  }
  .sidebar-block .sidebar-box span.opener.minus:after {
    transform: rotate(90deg);
  }
  /* - sticky Sidebar CSS Start --------*/
  .sticky-wrapper .static-sidebar {
    height: auto !important;
  }
  .sticky-wrapper .static-sidebar .inner-wrapper-sticky {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    transform: none !important;
    width: auto !important;
  }
  /* - sticky Sidebar CSS End //---------------- */
  /* - Sidebar Style End //---------------- */
  /* - Our Projects Style End //---------------- */
  .project-box .img-overlay > img {
    width: 100%;
  }
  /* - Our Projects Style End //---------------- */
}
@media (min-width: 768px) {
  /*- Projects Details Style Start //---------------- */
  .project-scope .container-fluid {
    padding: 0;
  }
  /*- Projects Details Style End //---------------- */
}
@media (max-width: 767px) {
  /* - Heading Style Start //---------------- */
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  h2 {
    font-size: 28px;
    line-height: 25px;
  }
  /* - Heading Style End  //---------------- */
  .filter-icon {
    width: 100%;
    border-radius: 5px 5px 0 0;
  }
  .filter-select {
    width: 100%;
  }
  .filter-select ul.five li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #dedede;
  }
  .filter-select ul.five li:last-child {
    border-bottom: none;
  }
  .reset-btn {
    border-radius: 0 0 5px 5px !important;
  }
  /* - Bread Crumb Style End  //---------------- */
  .bread.bread-banner {
    /* padding-top: 85px; */
  }
  .bread.bread-banner .bread-detail .bread-title {
    font-size: 22px;
  }
  .bread.bread-banner .bread-detail h1 {
    font-size: 35px;
    line-height: 40px;
  }
  /* - Bread Crumb Style End  //---------------- */
  /* - Slider icon Style Start //---------------- */
  .owl-carousel .owl-nav button.owl-prev {
    left: -10px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: -10px;
  }
  /* - Slider icon Style End //---------------- */
  /* - Social Icon Style Start //---------------- */
  ul.social-icon li a {
    font-size: 16px;
    width: 35px;
    height: 35px;
  }
  /* - Social Icon Style End //---------------- */
  /* - pagination CSS Start //---------------- */
  .single-post-nav .media-body .title {
    font-size: 14px;
    width: 140px;
  }
  ul .child-comment {
    margin-left: 30px;
  }
  /* - Spagination CSS End //---------------- */
  /*------ footer Css Start --------*/
  .footer .footer-middle .f-col:last-child .footer-static-block {
    padding-bottom: 0;
    border-bottom: none;
  }
  .footer .footer-middle .footer-static-block {
    position: relative;
    margin-bottom: 0;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer .footer-middle .footer-static-block span.opener {
    color: #fff;
    height: 25px;
    width: 25px;
    display: inline-block;
    position: absolute;
    right: 5px;
    cursor: pointer;
    top: 11px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
  }
  .footer .footer-middle .footer-static-block span.opener:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background: #fff;
    top: 11px;
    left: 3px;
  }
  .footer .footer-middle .footer-static-block span.opener:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    top: 3px;
    left: 11px;
    background: #fff;
    transition: all 0.4s ease-in-out;
  }
  .footer .footer-middle .footer-static-block span.opener.minus:after {
    transform: rotate(90deg);
  }
  .footer .footer-middle .footer-static-block .title {
    margin-bottom: 0;
    font-size: 20px;
  }
  .footer .footer-middle .footer-static-block .footer-logo {
    max-width: 150px;
  }
  .footer .footer-middle .footer-static-block .footer-block-contant {
    display: none;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  /*------ footer Css End --------*/
}
@media (max-width: 600px) {
  /*- Pagination Style Start //---------------- */
  .owl-carousel .owl-dots {
    bottom: 5px;
  }
  /*- Pagination Style End //---------------- */
  .doctor-detail-primary .profile-pic {
    flex: 0 0 auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /*- Projects Details Style Start //---------------- */
  .project-scope .container-fluid {
    padding: 0;
  }
  /*- Projects Details Style End //---------------- */
}
@media (max-width: 575px) {
  /* - Heading Style Start //---------------- */
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
  h3 {
    font-size: 20px;
    line-height: 22px;
  }
  h4 {
    font-size: 16px;
    line-height: 20px;
  }
  /* - Heading Style End  //---------------- */
  .box-wrap {
    padding: 20px;
  }
  .btn, button {
    padding: 10px 20px;
  }
  .btn-link {
    padding: 0;
  }
  .shape-bg.bottom-bg img {
    margin-bottom: -4px;
  }
  /* - Bread Crumb Style End  //---------------- */
  .bread.bread-banner {
    /* padding-top: 65px; */
  }
  .bread.bread-banner .bread-detail .bread-title {
    font-size: 20px;
  }
  .bread.bread-banner .bread-detail h1 {
    font-size: 26px;
    line-height: 30px;
  }
  /* - Bread Crumb Style End  //---------------- */
  /* - Banner Style Start //---------------- */
  /* .banner-bg {
  	padding: 80px 0 150px;
  } */
  .banner-detail .banner-detail-inner .banner-title {
    font-size: 24px;
    line-height: 28px;
  }
  /* - Banner Style End //---------------- */
  /* - Technology Style Start //---------------- */
  .technology-box .technology-title a {
    font-size: 14px;
  }
  /* - Technology Style Start //---------------- */
  /* - Counter Style Start //---------------- */
  .success-year .year {
    width: 140px;
    display: inline-block;
  }
  .counter-area .counters-item {
    padding: 30px 20px;
  }
  .counter-area .counters-item .count-number {
    font-size: 30px;
    line-height: 30px;
  }
  .counter-area .counters-item .count-title {
    font-size: 16px;
  }
  /* - Counter Style End //---------------- */
  /* - Reviews Style Start //---------------- */
  .review-slider.owl-carousel {
    padding-bottom: 30px;
  }
  .review-item .review-des p {
    font-size: 14px;
  }
  /* - Reviews Style End //---------------- */
  /* - Our Projects Style End //---------------- */
  .project-box .project-detail {
    display: none;
  }
  /* - Our Projects Style End //---------------- */
  /*- Projects Details Style Start //---------------- */
  .project-scope .owl-stage-outer {
    padding: 30px 0 70px;
    margin: -20px 0 0;
  }
  /* - Projects Details Style End //---------------- */
  /* - pagination CSS Start //---------------- */
  .single-post-nav .link .media-body .title {
    width: 145px;
  }
  /* - pagination CSS End //---------------- */
  /* - Tabs Style Start //---------------- */
  .nav-tabs .nav-link, .nav-pills .nav-link {
    font-size: 14px;
  }
  .border-tab .nav-tabs .nav-link {
    padding: 13px 18px;
    margin-left: 0;
    margin-right: 0;
  }
  /* - Tabs Style End //---------------- */
  /* - FAQ css Strat //---------------- */
  .accordion-button:after {
    background-image: none !important;
    content: "";
    width: 2px;
    height: 18px;
    position: absolute;
    top: 27px;
    right: 19px;
    background: #2AC28E;
    transition: all 0.4s ease-in-out;
  }
  .accordion-button:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background: #2AC28E;
    top: 35px;
    right: 11px;
  }
  .accordion-body {
    padding-top: 0;
  }
  /* - FAQ css End //---------------- */
  /* - pagination CSS Start //---------------- */
  .single-post-nav link .next-prev {
    font-size: 16px;
  }
  .single-post-nav .media {
    display: none !important;
  }
  .single-post-nav.style-2 .media {
    display: block !important;
  }
  .single-post-nav.style-2 .thumb-img {
    display: none !important;
  }
  /* - pagination CSS End //---------------- */
  /* - Sidebar Tag CSS Start //---------------- */
  ul.tagcloud li {
    margin-right: 5px;
  }
  /* - Sidebar Tag CSS END //---------------- */
  /* - Footer Style Start //---------------- */
  .footer .footer-middle .footer-static-block .title {
    font-size: 20px;
  }
  .footer .newsletter-box input.form-control {
    width: 100%;
  }
  /* - Footer Style End //---------------- */
}
@media (max-width: 500px) {
  /* - Tabs Style Start //---------------- */
  .pills-tab .nav-pills {
    display: block;
  }
  .pills-tab .nav-pills .nav-link {
    width: 100%;
    margin: 10px 0;
  }
  .pills-tab .nav-pills .nav-link:after {
    display: none;
  }
  .pills-tab .nav-pills .nav-item:first-child .nav-link {
    margin-top: 0;
  }
  .pills-tab .nav-pills .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
  /* - Tabs Style End //---------------- */
}
@media (max-width: 419px) {
  .appointment-date {
    flex-direction: column-reverse;
    gap: 3px;
  }
  .shape-bg.top-bg img {
    margin-top: -7px;
  }
  .shape-bg.bottom-bg img {
    margin-bottom: -7px;
  }
  .doctor-consult-div .flex-row {
    flex-direction: column !important;
  }
  /* - Bread Crumb Style Start  //---------------- */
  .bread-crumb ul {
    display: block !important;
    text-align: center;
  }
  .breadcrumb-item + .breadcrumb-item:before {
    display: none !important;
  }
  /* - Bread Crumb Style End  //---------------- */
  /* - Tabs Style Start //---------------- */
  .border-tab .nav-tabs .nav-link {
    border: none;
    margin: 0;
  }
  /* - Tabs Style End //---------------- */
  /* - Our Services Details Style Start //---------------- */
  .service-single-detail .icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .service-single-detail .icon img {
    width: 34px;
    height: 34px;
  }
  .service-detail-content {
    margin-left: 80px;
  }
  .single-detail-title {
    font-size: 18px;
  }
  /* - Our Services Details Style End //---------------- */
  /* - Footer Style Start //---------------- */
  .footer .newsletter-box input.form-control {
    width: 100%;
    margin-right: 0;
  }
  /* - Footer Style End //---------------- */
}/*# sourceMappingURL=responsive.css.map */