@media only screen and (max-width: 575px) {
  .xs-center {
    text-align: center;
  }
  .xs-none {
    display: none;
  }
  .smt-15 {
    margin-top: 15px !important;
  }
  .page-nav {
    margin-top: 5px;
  }
  .page-nav li:first-child a i {
    left: 0;
  }
  .page-nav li:last-child a i {
    right: 0;
  }
  .page-nav li a {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
  .page-nav li a img {
    max-width: 20px;
  }
  .page-nav li a i {
    font-size: 10px;
    line-height: 35px;
    top: 0px;
  }
  .counter-card-wrap {
    margin: 0 -6px 15px;
  }
  .counter-card-wrap:after, .counter-card-wrap:before {
    display: none;
  }
  .counter-card-wrap .counter-card {
    width: calc(50% - 12px);
    margin: 0 6px 12px 6px;
    text-align: center;
    padding: 20px 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .counter-card-wrap .counter-card .counter-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }
  .counter-card-wrap .counter-card .counter-icon:after {
    width: 60px;
    height: 60px;
  }
  .counter-card-wrap .counter-card .counter-icon i {
    font-size: 26px;
  }
  .counter-card-wrap .counter-card .counter-info {
    width: 100%;
    margin: 15px 0 0;
  }
  .counter-card-wrap .counter-card .counter-info .counter-num {
    font-size: 28px;
    line-height: 28px;
  }
  .counter-card-wrap .counter-card .counter-info p {
    font-size: 13px;
  }
  .progressbar-wrap {
    margin: 20px 0 25px;
  }
  .progressbar-wrap .progress-bar .progress-title-holder {
    font-size: 14px;
  }
  .progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper .progress-number-mark .percent {
    font-size: 14px;
  }
  .client-wrap-two .client-img-wrap .client-img-two {
    max-width: 200px;
  }
  .wh-wrap .wh-content {
    margin-bottom: 25px;
  }
  .wh-wrap .wh-content .content-feature-list {
    -moz-columns: 1;
         columns: 1;
  }
  .wh-wrap .accordion-item {
    padding: 20px;
  }
  .post-job-content {
    padding: 20px;
  }
  .client-wrap-three .client-img-wrap {
    padding-left: 35px;
    font-size: 14px;
  }
  .client-wrap-three .client-img-wrap .js-play-now {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100px;
    height: 100px;
  }
  .client-wrap-three .client-img-wrap .js-play-now i {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container-fluid {
    max-width: 540px;
    padding: 0 15px;
  }
  .counter-card-wrap {
    padding: 0;
  }
  .counter-card-wrap .counter-card {
    width: 50%;
    padding: 25px;
  }
  .counter-card-wrap .counter-card .counter-icon {
    width: 60px;
    height: 60px;
  }
  .counter-card-wrap .counter-card .counter-icon:after {
    width: 60px;
    height: 60px;
  }
  .counter-card-wrap .counter-card .counter-icon i {
    font-size: 30px;
  }
  .counter-card-wrap .counter-card .counter-info {
    width: calc(100% - 80px);
    margin-left: 20px;
  }
  .counter-card-wrap .counter-card .counter-info .counter-num {
    font-size: 40px;
    line-height: 40px;
  }
  .counter-card-wrap .counter-card .counter-info p {
    font-size: 14px;
  }
  .appointment-wrap.style3 .appointment-img-wrap {
    padding-bottom: 100px;
  }
  .appointment-wrap.style3 .appointment-img-wrap .appoint-img-one {
    width: calc(100% - 80px);
  }
  .appointment-wrap.style3 .appointment-img-wrap .appoint-img-two {
    max-width: 320px;
  }
  .appointment-wrap.style3 .appointment-img-wrap .promo-box {
    left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  p, input, textarea {
    font-size: 14px;
  }
  .sm-none {
    display: none !important;
  }
  .mb-50 {
    margin-bottom: 30px !important;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-50 {
    padding-bottom: 0px;
  }
  .pb-60 {
    padding-bottom: 15px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .mt-100 {
    margin-top: 50px !important;
  }
  .mb-100 {
    margin-bottom: 50px !important;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-70 {
    padding-top: 20px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .pb-75 {
    padding-bottom: 25px;
  }
  .pb-50 {
    padding-bottom: 0px;
  }
  .pt-75 {
    padding-top: 25px;
  }
  .mb-40 {
    margin-bottom: 25px !important;
  }
  .row.mb-50 {
    margin-bottom: 30px !important;
  }
  .section-title-one.mb-50,
  .section-title-two.mb-50,
  .content-title-one.mb-50,
  .content-title-two.mb-50 {
    margin-bottom: 30px !important;
  }
  .link-one,
  .link-two {
    font-size: 14px;
  }
  .btn-one,
  .btn-two,
  .btn-three,
  .btn-four,
  .btn-five {
    padding: 13px 25px;
    font-size: 14px;
  }
  .back-to-top {
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 32px;
    right: 10px;
  }
  .back-to-top i {
    font-size: 18px;
  }
  .section-title > span,
  .content-title > span {
    font-size: 14px;
  }
  .section-title h2,
  .content-title h2 {
    font-size: 23px;
    line-height: 32px;
  }
  .content-feature-list-two li {
    font-size: 14px;
  }
  .content-feature-list-two li:before {
    top: 10px;
  }
  .tag-list-two li a {
    font-size: 14px;
    padding: 10px 20px;
  }
  .section-title span,
  .content-title span {
    font-size: 14px;
  }
  .section-title h2,
  .content-title h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .breadcrumb-wrap {
    margin-top: 0;
    padding: 100px 0;
  }
  .breadcrumb-wrap:after {
    top: 25px;
    left: 25px;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
  }
  .breadcrumb-wrap .br-shape-one,
  .breadcrumb-wrap .br-shape-three {
    max-width: 150px;
  }
  .breadcrumb-wrap .breadcrumb-title h2 {
    font-size: 28px;
    margin: 0 0 5px;
  }
  .breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li {
    font-size: 14px;
  }
  .breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:after {
    font-size: 14px;
    top: -2px;
  }
  .breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li a {
    font-size: 14px;
  }
  .hero-wrap {
    margin-top: 0;
  }
  .hero-wrap .hero-shape-one,
  .hero-wrap .hero-shape-three {
    max-width: 120px;
  }
  .hero-wrap .hero-content {
    padding: 60px 0 25px;
  }
  .hero-wrap .hero-content span {
    font-size: 14px;
  }
  .hero-wrap .hero-content h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .hero-wrap .hero-content p {
    margin-bottom: 25px;
  }
  .hero-wrap .hero-img-wrap .hero-promobox {
    top: 37%;
    left: 0;
    padding: 10px;
    font-size: 14px;
  }
  .hero-wrap .hero-img-wrap .hero-promobox span {
    width: 35px;
    height: 35px;
    margin-right: 15px;
  }
  .hero-wrap .hero-img-wrap .hero-promobox span img {
    max-width: 12px;
  }
  .hero-wrap .hero-img-wrap .doctor-list-box {
    top: 55%;
    right: 0px;
    padding: 15px 15px 10px;
    font-size: 14px;
  }
  .hero-wrap .hero-img-wrap .doctor-list-box span {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--primaryColor);
    font-family: var(--secondaryFont);
  }
  .hero-wrap .hero-img-wrap .doctor-list-box .doctor-list {
    margin-bottom: 8px;
  }
  .hero-wrap .hero-img-wrap .doctor-list-box .doctor-list li {
    margin-left: -15px;
  }
  .hero-wrap .hero-img-wrap .doctor-list-box .doctor-list li a {
    width: 40px;
    height: 40px;
  }
  .hero-wrap .hero-img-wrap .doctor-list-box .doctor-list li a span {
    width: 40px;
    height: 40px;
  }
  .hero-wrap .hero-img-wrap .doctor-list-box .doctor-list li a span i {
    font-size: 18px;
  }
  .hero-wrap .hero-img-wrap .doctor-list-box .loading-one,
  .hero-wrap .hero-img-wrap .doctor-list-box .loading-two {
    height: 5px;
  }
  .about-wrap .about-img-wrap {
    padding-left: 20px;
  }
  .about-wrap .about-img-wrap:before {
    width: 12px;
    height: 35%;
  }
  .about-wrap .about-img-wrap .circle-text {
    top: 40px;
    left: -5px;
    width: 130px;
    height: 130px;
  }
  .about-wrap .about-img-wrap .circle-text svg {
    top: -45px;
    left: -45px;
    width: 220px;
    height: 220px;
  }
  .about-wrap .about-img-wrap .circle-text svg text {
    letter-spacing: 5px;
    font-size: 12px;
  }
  .about-wrap .about-content .feature-item-wrap {
    margin: 20px 0 0px;
  }
  .about-wrap .about-content .feature-item-wrap .feature-item {
    width: 100%;
  }
  .about-wrap .about-content p {
    margin-bottom: 20px;
  }
  .appointment-wrap {
    margin-top: 50px;
  }
  .appointment-wrap .appointment-shape-one {
    bottom: 0px;
    right: 0px;
  }
  .appointment-wrap .container:after {
    top: 0;
    bottom: auto;
    content: "";
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    height: 75%;
  }
  .appointment-img-wrap .appointment-shape-two {
    position: absolute;
    z-index: -1;
    top: 2%;
    left: 0px;
  }
  .appointment-img-wrap .appointment-img {
    display: block;
    margin: 0 auto;
  }
  .appointment-box {
    margin: 0;
    padding: 25px;
  }
  .appointment-box .content-title {
    margin-bottom: 25px;
  }
  .appointment-box .appointment-form .form-group input, .appointment-box .appointment-form .form-group select, .appointment-box .appointment-form .form-group textarea {
    font-size: 14px;
  }
  .appointment-box .appointment-form .form-group input, .appointment-box .appointment-form .form-group select {
    height: 55px;
  }
  .appointment-box .appointment-form .form-group textarea {
    height: 140px;
  }
  .wh-content .feature-item-wrap {
    margin: 20px 0 5px;
  }
  .wh-content .feature-item-wrap .feature-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .service-tablist {
    margin-bottom: 20px;
  }
  .service-tablist .nav-item .nav-link {
    font-size: 16px;
    padding: 16px 0;
  }
  .service-tablist .nav-item .nav-link span {
    width: 15px;
    height: 15px;
    top: 21px;
  }
  .service-tablist .nav-item .nav-link span:after {
    top: 52%;
    width: 6px;
    height: 6px;
  }
  .service-card-one .service-img,
  .service-card-two .service-img {
    border-radius: 5px 5px 0 0;
  }
  .service-card-one .service-img img,
  .service-card-two .service-img img {
    border-radius: 5px 5px 0 0;
  }
  .service-card-one .service-info,
  .service-card-two .service-info {
    padding: 25px 20px 25px;
  }
  .service-card-one .service-info span,
  .service-card-two .service-info span {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  .service-card-one .service-info span i,
  .service-card-two .service-info span i {
    font-size: 28px;
  }
  .service-card-one .service-info h3,
  .service-card-two .service-info h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .service-card-one .service-info p,
  .service-card-two .service-info p {
    margin-bottom: 20px;
  }
  .cta-wrap .cta-box {
    margin: 0 15px;
  }
  .video-player {
    padding: 0;
    box-shadow: none;
  }
  .video-player .video-bg .video-action-btn {
    bottom: 8px;
  }
  .video-player .video-bg .video-action-btn li {
    margin-right: 6px;
  }
  .video-player .video-bg .video-action-btn li button {
    width: 28px;
    height: 28px;
  }
  .video-player .video-bg .video-action-btn li button i {
    font-size: 14px;
  }
  .video-player .video-bg .video-action-btn li button.exit-btn {
    width: 35px;
    height: 45px;
  }
  .video-player .doc-info {
    top: 20px;
    left: 20px;
  }
  .video-player .doc-info .doc-img {
    width: 30px;
    height: 30px;
  }
  .video-player .doc-info h6 {
    font-size: 14px;
  }
  .video-player .mini-screen {
    top: 20px;
    right: 20px;
    max-width: 50px;
  }
  .video-player .schedule-meeting {
    position: relative;
    padding: 20px;
    bottom: auto;
    left: auto;
    margin-top: 20px;
  }
  .video-player .schedule-meeting span {
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
  }
  .video-player .schedule-meeting span i {
    font-size: 18px;
  }
  .video-player .schedule-meeting h6 {
    margin-bottom: 5px;
  }
  .video-player .schedule-meeting a {
    font-size: 14px;
  }
  .video-player .contact-num {
    position: relative;
    bottom: auto;
    right: auto;
    padding-left: 60px;
    margin-top: 25px;
    padding: 20px 20px 20px 85px;
  }
  .video-player .contact-num span {
    left: 20px;
    width: 45px;
    height: 45px;
  }
  .video-player .contact-num span i {
    font-size: 18px;
  }
  .video-player .contact-num p {
    font-size: 14px;
  }
  .team-card {
    padding: 20px;
  }
  .team-card .team-info h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .team-card .team-info span {
    font-size: 14px;
  }
  .special-box {
    padding: 20px;
  }
  .special-box span {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }
  .special-box span i {
    font-size: 26px;
  }
  .special-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .doctor-edu-box {
    padding: 20px;
  }
  .doctor-edu-box h3 {
    padding-left: 32px;
    font-size: 19px;
    margin-bottom: 7px;
  }
  .testimonial-slider.owl-carousel .owl-nav {
    position: relative;
    top: auto;
    right: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .testimonial-slider.owl-carousel .owl-nav button.owl-prev, .testimonial-slider.owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
  }
  .testimonial-slider.owl-carousel .owl-nav button.owl-prev img, .testimonial-slider.owl-carousel .owl-nav button.owl-next img {
    max-width: 8px;
    display: block;
    margin: 0 auto;
  }
  .testimonial-slider.owl-carousel .owl-nav button.owl-prev {
    margin-right: 15px;
  }
  .testimonial-card {
    padding: 20px;
  }
  .testimonial-card .quote-icon {
    font-size: 34px;
    margin-bottom: 12px;
  }
  .testimonial-card .client-info-wrap .client-img {
    width: 60px;
    height: 60px;
  }
  .testimonial-card .client-info-wrap .client-info {
    width: calc(100% - 80px);
    margin-left: 20px;
  }
  .testimonial-card .client-info-wrap .client-info h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .testimonial-card .client-info-wrap .client-info .ratings li i {
    font-size: 15px;
  }
  .testimonial-card .client-info-wrap .client-info span {
    font-size: 14px;
  }
  .testimonial-card .client-quote {
    margin-bottom: 15px;
  }
  .testimonial-slider .owl-dots,
  .team-slider .owl-dots {
    margin-top: 10px;
  }
  .sidebar .sidebar-widget,
  .sidebar .sidebar-widget-two {
    margin: 0 0 25px;
  }
  .sidebar .sidebar-widget .sidebar-widget-title,
  .sidebar .sidebar-widget-two .sidebar-widget-title {
    margin: 0 0 15px;
    padding-bottom: 20px;
  }
  .sidebar .sidebar-widget {
    padding: 20px;
  }
  .searchbox {
    position: relative;
  }
  .searchbox input {
    font-size: 14px;
  }
  .category-box li a {
    font-size: 14px;
    font-weight: 400;
    padding-left: 25px;
  }
  .contact-box {
    padding: 20px;
  }
  .contact-box p {
    margin-bottom: 20px;
  }
  .booking-wrap .booking-bg {
    height: 350px;
  }
  .booking-wrap .booking-content .content-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .booking-wrap .booking-content .content-title h2 {
    margin-bottom: 5px;
  }
  .blog-card .blog-info {
    padding: 25px 0 0;
  }
  .blog-card .blog-info .blog-metainfo li {
    margin-right: 12px;
    font-size: 14px;
  }
  .blog-card .blog-info .blog-metainfo li a {
    font-size: 14px;
  }
  .blog-card .blog-info .blog-metainfo li .blog-cat {
    font-size: 14px;
  }
  .blog-card .blog-info h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 15px 0 5px;
  }
  .blog-card .blog-info p {
    margin-bottom: 5px;
  }
  .service-desc .para {
    margin-bottom: 20px;
  }
  .service-desc .content-feature-list {
    -moz-columns: 1;
         columns: 1;
  }
  .service-desc .benefit-box-wrap {
    margin-bottom: 25px;
  }
  .service-desc .benefit-box-wrap .benefit-box {
    padding: 25px;
    margin-bottom: 25px;
  }
  .service-desc .benefit-box-wrap .benefit-box h3 {
    font-size: 18px;
  }
  .service-desc .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    padding: 18px 50px 10px 20px;
  }
  .service-desc .accordion-item .accordion-body {
    padding: 17px 20px 25px;
  }
  .doc-profile-box {
    padding: 20px;
  }
  .doc-profile-box .doc-img {
    width: 60px;
    height: 60px;
  }
  .doc-profile-box .doc-info {
    width: calc(100% - 75px);
    margin-left: 15px;
  }
  .doc-profile-box .doc-info p {
    font-size: 15px;
    line-height: 24px;
  }
  .doc-profile-box .doc-info a {
    font-size: 18px;
    line-height: 26px;
  }
  .doc-appointment-form {
    padding: 20px;
  }
  article p,
  .service-desc p,
  .terms-wrap p {
    margin-bottom: 15px;
  }
  article h1, article h2, article h3, article h4, article h5, article h6,
  .service-desc h1,
  .service-desc h2,
  .service-desc h3,
  .service-desc h4,
  .service-desc h5,
  .service-desc h6,
  .terms-wrap h1,
  .terms-wrap h2,
  .terms-wrap h3,
  .terms-wrap h4,
  .terms-wrap h5,
  .terms-wrap h6 {
    margin-bottom: 15px;
  }
  article ol,
  .service-desc ol,
  .terms-wrap ol {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  article ol li,
  .service-desc ol li,
  .terms-wrap ol li {
    margin-bottom: 10px;
  }
  article .content-feature-list,
  .service-desc .content-feature-list,
  .terms-wrap .content-feature-list {
    margin: 20px 0 25px;
  }
  article .post-img,
  .service-desc .post-img,
  .terms-wrap .post-img {
    margin-bottom: 20px;
  }
  article .content-feature-list, .terms-wrap .content-feature-list {
    margin: 15px 0 15px;
  }
  article ol, .terms-wrap ol {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  article h1, article h2, article h3, article h4, article h5, article h6,
  .service-desc h1,
  .service-desc h2,
  .service-desc h3,
  .service-desc h4,
  .service-desc h5,
  .service-desc h6,
  .terms-wrap h1,
  .terms-wrap h2,
  .terms-wrap h3,
  .terms-wrap h4,
  .terms-wrap h5,
  .terms-wrap h6 {
    line-height: 1.4;
  }
  article h1,
  .service-desc h1,
  .terms-wrap h1 {
    font-size: 28px;
  }
  article h2,
  .service-desc h2,
  .terms-wrap h2 {
    font-size: 26px;
  }
  article h3,
  .service-desc h3,
  .terms-wrap h3 {
    font-size: 24px;
  }
  article h4,
  .service-desc h4,
  .terms-wrap h4 {
    font-size: 22px;
  }
  article h5,
  .service-desc h5,
  .terms-wrap h5 {
    font-size: 20px;
  }
  article h6,
  .service-desc h6,
  .terms-wrap h6 {
    font-size: 18px;
  }
  article ol li,
  .service-desc ol li,
  .terms-wrap ol li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  article ol li:last-child,
  .service-desc ol li:last-child,
  .terms-wrap ol li:last-child {
    margin-bottom: 0;
  }
  article ul li,
  .service-desc ul li,
  .terms-wrap ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  article ul li:last-child,
  .service-desc ul li:last-child,
  .terms-wrap ul li:last-child {
    margin-bottom: 0;
  }
  article .post-img,
  .service-desc .post-img,
  .terms-wrap .post-img {
    margin-bottom: 20px;
  }
  article .blog-metainfo,
  .service-desc .blog-metainfo,
  .terms-wrap .blog-metainfo {
    margin-bottom: 5px;
  }
  .post-tag span {
    position: relative;
    top: 3px;
  }
  .wp-block-quote {
    padding: 20px;
    margin: 20px 0 20px;
  }
  .wp-block-quote p {
    width: calc(100% - 45px);
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .wp-block-quote .wp-quote-icon {
    width: 30px;
  }
  .wp-block-quote .wp-quote-icon i {
    font-size: 29px;
  }
  .post-metainfo {
    margin-bottom: 15px;
  }
  .post-metainfo li {
    margin-bottom: 0;
  }
  .post-meta-option {
    padding: 20px;
  }
  .post-img {
    margin: 0 0 25px;
  }
  .post-share .social-profile li a {
    width: 30px;
    height: 30px;
  }
  .post-share .social-profile li a i {
    font-size: 15px;
  }
  .author-info-wrap .author-info h6 {
    font-size: 15px;
  }
  .reply-btn {
    font-size: 14px;
  }
  .post-tag {
    margin-bottom: 15px;
  }
  .post-tag ul li a {
    font-size: 13px;
  }
  #cmt-form {
    padding: 20px;
  }
  .comment-item-wrap .comment-item {
    margin-bottom: 15px;
    padding: 20px;
  }
  .comment-item-wrap .comment-item.reply {
    margin-left: 25px;
  }
  .comment-item-wrap .comment-item .comment-author-img {
    width: 65px;
    height: 65px;
  }
  .comment-item-wrap .comment-item .comment-author-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
    margin-bottom: 15px;
  }
  .comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
    font-size: 16px;
  }
  .comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
    margin-bottom: 13px;
    font-size: 14px;
  }
  .comment-item-wrap .comment-item .comment-author-wrap .comment-text {
    margin-bottom: 10px;
  }
  #cmt-form .comment-form .form-group {
    margin-bottom: 15px;
  }
  #cmt-form .comment-form .form-group label {
    font-size: 14px;
  }
  #cmt-form .comment-form .form-group input {
    height: 54px;
  }
  .sidebar .sidebar-widget {
    padding: 20px;
  }
  .sidebar .sidebar-widget .sidebar-widget-title {
    font-size: 20px;
  }
  .category-box-two li a {
    font-size: 14px;
    padding: 4px 10px 4px 15px;
  }
  .category-box-two li a:before {
    top: 14px;
  }
  .author-box {
    padding: 25px 20px;
  }
  .author-box .author-info {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .tag-list ul li {
    margin: 9px 6px 0px 0px;
  }
  .pp-post-item .pp-post-img {
    width: 80px;
  }
  .pp-post-item .pp-post-info {
    width: calc(100% - 95px);
  }
  .pp-post-item .pp-post-info h6 {
    font-size: 15px;
    line-height: 22px;
  }
  article .single-listing-features.feature-list-one,
  .service-desc .single-listing-features.feature-list-one,
  .single-listing-desc .single-listing-features.feature-list-one,
  .terms-wrap .single-listing-features.feature-list-one {
    -moz-columns: 1;
         columns: 1;
  }
  .author-box {
    padding: 20px;
  }
  .single-listing-details .comment-item-wrap .comment-item .ratings li i {
    font-size: 14px;
  }
  .testimonial-card-three {
    padding: 25px 20px;
    border: 1px solid rgba(0, 0, 0, 0.07);
  }
  .testimonial-card-three .client-info-wrap .client-img {
    width: 70px;
    height: 70px;
  }
  .testimonial-card-three .client-info-wrap .client-info {
    width: calc(100% - 85px);
    margin-left: 15px;
  }
  .testimonial-card-three .client-info-wrap .client-info h3 {
    margin-bottom: 6px;
  }
  .contact-item-wrap {
    padding: 20px;
  }
  .contact-item-wrap .contact-item {
    padding-bottom: 20px;
    margin: 0 0 20px;
  }
  .contact-item-wrap .contact-item .contact-icon {
    width: 50px;
    height: 50px;
  }
  .contact-item-wrap .contact-item .contact-icon ion-icon {
    font-size: 27px;
  }
  .contact-item-wrap .contact-item .contact-info {
    width: calc(100% - 70px);
    margin-left: 20px;
  }
  .contact-item-wrap .contact-item .contact-info h3 {
    font-size: 18px;
  }
  .contact-form {
    padding: 20px;
  }
  .error-wrap .error-content img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-fluid {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .pt-100 {
    padding-top: 70px;
  }
  .pb-100 {
    padding-bottom: 70px;
  }
  .mt-100 {
    margin-top: 70px !important;
  }
  .pb-50 {
    padding-bottom: 20px;
  }
  .pb-70 {
    padding-bottom: 35px;
  }
  .ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pt-70 {
    padding-top: 40px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .pb-75 {
    padding-bottom: 45px;
  }
  .pb-50 {
    padding-bottom: 20px;
  }
  .pt-75 {
    padding-top: 45px;
  }
  .breadcrumb-title h2,
  .section-title h2,
  .content-title h2 {
    font-size: 35px;
  }
  .breadcrumb-wrap {
    margin-top: 165px;
    padding: 120px 0;
  }
  .breadcrumb-wrap .br-shape-one,
  .breadcrumb-wrap .br-shape-three {
    max-width: 300px;
  }
  .breadcrumb-wrap .breadcrumb-content {
    padding: 80px 0;
  }
  .hero-wrap .hero-content {
    padding: 80px 0 30px;
  }
  .hero-wrap .hero-content h1 {
    font-size: 46px;
    line-height: 56px;
  }
  .hero-wrap .hero-content p {
    max-width: 90%;
  }
  .hero-wrap .hero-img-wrap .hero-img {
    display: block;
    margin: 0 auto;
  }
  .about-wrap .about-img-wrap {
    margin-bottom: 25px;
  }
  .service-card-one .service-info span,
  .service-card-two .service-info span {
    width: 55px;
    height: 55px;
    margin-bottom: 15px;
  }
  .service-card-one .service-info span i,
  .service-card-two .service-info span i {
    font-size: 28px;
  }
  .service-card-one .service-info h3,
  .service-card-two .service-info h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .service-card-one .service-info p,
  .service-card-two .service-info p {
    margin-bottom: 20px;
  }
  .testimonial-card .client-info-wrap .client-img {
    width: 70px;
    height: 70px;
  }
  .testimonial-card .client-info-wrap .client-info {
    width: calc(100% - 90px);
    margin-left: 20px;
  }
  .counter-card-wrap {
    padding: 10px;
  }
  .counter-card-wrap:after {
    width: calc(100% - 120px);
  }
  .counter-card-wrap:before {
    height: calc(100% - 120px);
  }
  .counter-card-wrap .counter-card {
    padding: 20px 15px 20px 25px;
  }
  .counter-card-wrap .counter-card .counter-icon {
    width: 60px;
    height: 60px;
  }
  .counter-card-wrap .counter-card .counter-icon:after {
    width: 60px;
    height: 60px;
  }
  .counter-card-wrap .counter-card .counter-icon i {
    font-size: 26px;
  }
  .counter-card-wrap .counter-card .counter-info {
    width: calc(100% - 80px);
    margin-left: 20px;
  }
  .counter-card-wrap .counter-card .counter-info .counter-num {
    font-size: 34px;
    line-height: 40px;
  }
  .counter-card-wrap .counter-card .counter-info p {
    font-size: 14px;
  }
  .appointment-wrap {
    margin-top: 70px;
  }
  .appointment-wrap .container {
    position: relative;
    z-index: 1;
  }
  .appointment-wrap .container:after {
    top: 0;
    bottom: auto;
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    height: 65%;
  }
  .appointment-box {
    margin: 0;
  }
  .video-player {
    padding: 20px;
  }
  .video-player .doc-info {
    top: 40px;
    left: 40px;
  }
  .video-player .doc-info .doc-img {
    width: 45px;
    height: 45px;
  }
  .video-player .mini-screen {
    top: 40px;
    right: 40px;
    max-width: 120px;
  }
  .video-player .schedule-meeting {
    padding: 20px;
    bottom: 25%;
    left: -20px;
  }
  .video-player .schedule-meeting span {
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
  }
  .video-player .schedule-meeting span i {
    font-size: 18px;
  }
  .video-player .schedule-meeting h6 {
    margin-bottom: 5px;
  }
  .video-player .schedule-meeting a {
    font-size: 14px;
  }
  .video-player .contact-num {
    padding-left: 60px;
    padding: 20px 20px 20px 85px;
    bottom: 80px;
    right: -20px;
  }
  .video-player .contact-num span {
    left: 20px;
    width: 45px;
    height: 45px;
  }
  .video-player .contact-num span i {
    font-size: 18px;
  }
  .video-player .contact-num p {
    font-size: 14px;
  }
  .video-player .video-action-btn {
    bottom: 30px;
  }
  .video-player .video-action-btn li {
    margin-right: 10px;
  }
  .video-player .video-action-btn li button {
    width: 40px;
    height: 40px;
  }
  .video-player .video-action-btn li button.exit-btn {
    width: 45px;
    height: 60px;
  }
  .counter-card-wrap .counter-card {
    width: 50%;
  }
  .booking-wrap .booking-bg {
    height: 400px;
  }
  .booking-wrap .booking-content .content-title {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cta-wrap .cta-box {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 991px) {
  .md-none {
    display: none !important;
  }
  .mt-60 {
    margin-top: 30px !important;
  }
  .md-center {
    text-align: center !important;
  }
  .sidebar {
    margin: 50px 0 0;
  }
  .hero-wrap .hero-img-wrap .hero-img {
    position: relative;
    top: auto;
    transform: trasnlateX(0);
  }
  .hero-wrap .scroll-to-section {
    bottom: -35px;
    left: 45%;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  }
  .hero-wrap .scroll-to-section img {
    max-width: 23px;
  }
  .hero-slider.owl-carousel .owl-dots {
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
  }
  .about-wrap .about-img-wrap {
    margin-bottom: 25px;
  }
  .wh-wrap .wh-content {
    margin-bottom: 25px;
  }
  .process-card-wrap .process-card-two:after,
  .process-card-wrap .process-card-three:after {
    display: none;
  }
  .process-img-one span {
    left: -10px;
    top: -55px;
    font-size: 160px;
  }
  .process-img-two span {
    right: -10px;
    top: -55px;
    font-size: 160px;
  }
  .process-content-one,
  .process-content-two {
    margin-top: 25px;
  }
  .process-content-one h2,
  .process-content-two h2 {
    font-size: 26px;
    line-height: 38px;
  }
  .process-content-one h6,
  .process-content-two h6 {
    margin-bottom: 12px;
  }
  .client-wrap-one .client-img-wrap,
  .client-wrap-two .client-img-wrap,
  .client-wrap-three .client-img-wrap {
    margin-bottom: 25px;
  }
  .talent-wrap-two .talent-img-wrap {
    margin-bottom: 30px;
  }
  .talent-wrap-three .talent-bg {
    margin-top: 30px;
  }
  .service-card .service-info {
    padding: 27px 20px 20px;
  }
  .service-card .service-info .service-icon {
    top: -35px;
    right: 20px;
    width: 65px;
    height: 65px;
  }
  .service-card .service-info .service-icon i {
    font-size: 30px;
    top: 2px;
  }
  .service-card .service-info h3 {
    margin-bottom: 8px;
  }
  .service-card .service-info p {
    margin-bottom: 12px;
  }
  .doc-profile-box {
    margin-bottom: 30px;
  }
  .contact-form {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .lg-none {
    display: none !important;
  }
  .sidebar {
    margin-top: 50px;
  }
  .service-slider-two.owl-carousel .owl-nav,
  .testimonial-slider-one.owl-carousel .owl-nav,
  .testimonial-slider-two.owl-carousel .owl-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    bottom: 0;
    margin-bottom: 25px;
  }
  .service-slider-two.owl-carousel .owl-nav button.owl-prev,
  .testimonial-slider-one.owl-carousel .owl-nav button.owl-prev,
  .testimonial-slider-two.owl-carousel .owl-nav button.owl-prev {
    margin-right: 15px;
  }
  .service-slider-two.owl-carousel .owl-nav button.owl-prev, .service-slider-two.owl-carousel .owl-nav button.owl-next,
  .testimonial-slider-one.owl-carousel .owl-nav button.owl-prev,
  .testimonial-slider-one.owl-carousel .owl-nav button.owl-next,
  .testimonial-slider-two.owl-carousel .owl-nav button.owl-prev,
  .testimonial-slider-two.owl-carousel .owl-nav button.owl-next {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    transform: translateY(0);
  }
  .brand-title {
    text-align: center;
  }
  .brand-slider {
    margin-top: 25px;
  }
  .brand-slider.owl-carousel .owl-nav {
    margin-top: 40px;
    position: relative;
    left: auto;
    bottom: 0;
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  .error-wrap {
    margin-top: 160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-content h2,
  .content-title h2,
  .content-title h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }
  .hero-wrap .hero-content {
    padding: 120px 0;
  }
  .hero-wrap .hero-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .hero-wrap .hero-content p {
    max-width: 90%;
  }
  .hero-wrap .hero-img-wrap {
    padding-top: 25px;
  }
  .hero-wrap .hero-img-wrap .hero-promobox {
    top: 40%;
  }
  .hero-wrap .hero-img-wrap .doctor-list-box {
    top: 55%;
  }
  .hero-slider.owl-carousel .owl-dots {
    bottom: 30px;
  }
  .hero-slider .hero-img-wrap .hero-img-shape {
    top: 60%;
  }
  .video-player .schedule-meeting {
    padding: 20px;
    left: -20px;
  }
  .video-player .contact-num {
    padding: 20px 20px 20px 105px;
    bottom: 100px;
    right: -20px;
  }
  .video-player .contact-num span {
    left: 25px;
  }
  .about-wrap .about-content .feature-item-wrap .feature-item {
    width: 100%;
  }
  .about-wrap .about-img-wrap .circle-text {
    left: -20px;
  }
  .service-tablist {
    margin-bottom: 20px;
  }
  .service-wrap .container-fluid {
    padding-left: calc((100% - 960px) / 2 + 12px);
    padding-right: 0;
  }
  .doc-profile-box .doc-img {
    width: 80px;
    height: 80px;
  }
  .doc-profile-box .doc-info {
    width: calc(100% - 105px);
  }
  .doc-profile-box .doc-info p {
    font-size: 20px;
    line-height: 45px;
    color: #ccc;
    margin: 0 0 10px;
    padding: 0;
  }
  .doc-profile-box .doc-info a {
    font-size: 25px;
    line-height: 38px;
  }
  .counter-card-wrap {
    padding: 10px;
  }
  .counter-card-wrap:after {
    width: calc(100% - 120px);
  }
  .counter-card-wrap:before {
    height: calc(100% - 120px);
  }
  .counter-card-wrap .counter-card {
    padding: 20px 25px 20px 25px;
  }
  .counter-card-wrap .counter-card .counter-icon {
    width: 70px;
    height: 70px;
  }
  .counter-card-wrap .counter-card .counter-icon:after {
    width: 70px;
    height: 70px;
  }
  .counter-card-wrap .counter-card .counter-icon i {
    font-size: 30px;
  }
  .counter-card-wrap .counter-card .counter-info {
    width: calc(100% - 95px);
    margin-left: 25px;
  }
  .counter-card-wrap .counter-card .counter-info .counter-num {
    font-size: 40px;
    line-height: 40px;
  }
  .faq-img-wrap .faq-img-one {
    width: 339px;
  }
  .booking-wrap .booking-content .content-title {
    max-width: 480px;
    padding-left: 30px;
  }
  .cta-wrap .cta-box {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .xl-none {
    display: none !important;
  }
  .content-title p {
    padding-right: 25px;
  }
  .service-wrap .container-fluid {
    padding-left: calc((100% - 1140px) / 2 + 12px);
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .service-slider-two.owl-carousel .owl-nav button.owl-prev,
  .testimonial-slider-one.owl-carousel .owl-nav button.owl-prev,
  .testimonial-slider-two.owl-carousel .owl-nav button.owl-prev {
    left: -30px !important;
  }
  .service-slider-two.owl-carousel .owl-nav button.owl-next,
  .testimonial-slider-one.owl-carousel .owl-nav button.owl-next,
  .testimonial-slider-two.owl-carousel .owl-nav button.owl-next {
    right: -30px !important;
  }
  .booking-wrap .booking-content .content-title {
    max-width: 705px;
    padding-left: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .breadcrumb-content h2,
  .section-title h2,
  .content-title h2 {
    font-size: 38px;
  }
  .hero-wrap .hero-slide-item .hero-img-wrap {
    padding-top: 25px;
  }
  .hero-wrap .hero-slide-item .hero-img-wrap .hero-promobox {
    top: 40%;
  }
  .hero-wrap .hero-slide-item .hero-img-wrap .doctor-list-box {
    top: 55%;
  }
  .service-slider-two.owl-carousel .owl-nav button.owl-prev,
  .testimonial-slider-one.owl-carousel .owl-nav button.owl-prev,
  .testimonial-slider-two.owl-carousel .owl-nav button.owl-prev {
    left: -55px;
  }
  .service-slider-two.owl-carousel .owl-nav button.owl-next,
  .testimonial-slider-one.owl-carousel .owl-nav button.owl-next,
  .testimonial-slider-two.owl-carousel .owl-nav button.owl-next {
    right: -55px;
  }
  .counter-card-wrap .counter-card:after {
    right: 35px;
  }
  .cta-wrap .cta-box {
    margin: 0 20px;
  }
  .brand-slider.owl-carousel .owl-nav {
    left: -295px;
    bottom: -40px;
  }
  .booking-wrap .booking-content .content-title {
    max-width: 605px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
  .section-title h2,
  .content-title h2 {
    font-size: 48px;
    line-height: 65px;
  }
  .sidebar .sidebar-widget {
    padding: 40px;
  }
  .sidebar .contact-box {
    padding: 40px 30px 40px 40px;
  }
  .page-nav li {
    margin: 0 5px;
    display: inline-block;
  }
  .page-nav li:first-child a i {
    left: -2px;
  }
  .page-nav li:last-child a i {
    right: -2px;
  }
  .page-nav li a {
    width: 55px;
    height: 55px;
    line-height: 56px;
  }
  .page-nav li a img {
    position: relative;
    top: -2px;
  }
  .breadcrumb-wrap {
    padding: 177px 0;
  }
  .breadcrumb-wrap .breadcrumb-title h2 {
    font-size: 48px;
    margin-bottom: 0px;
  }
  .hero-wrap .hero-slide-item .hero-content {
    padding: 226px 0;
  }
  .cta-wrap .cta-box {
    margin: 0 50px;
  }
  .counter-card-wrap .counter-card {
    padding: 50px 40px 50px 50px;
  }
  .service-card-one .service-info span,
  .service-card-two .service-info span {
    width: 70px;
    height: 70px;
    margin-bottom: 25px;
  }
  .service-card-one .service-info span i,
  .service-card-two .service-info span i {
    font-size: 34px;
  }
  .service-card-one .service-info h3,
  .service-card-two .service-info h3 {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .service-card-one .service-info p,
  .service-card-two .service-info p {
    margin-bottom: 30px;
  }
  .service-card-one .service-info {
    padding: 40px 40px 40px 10px;
  }
  .service-card-two .service-info {
    padding: 40px 10px 40px 40px;
  }
  .special-box {
    padding: 35px;
  }
  .doctor-edu-box {
    padding: 50px;
  }
  .doc-profile-box {
    padding: 50px;
  }
  .wh-wrap .wh-content .content-title p {
    padding-right: 75px;
  }
  article h1,
  .service-desc h1,
  .terms-wrap h1 {
    font-size: 42px;
  }
  article h2,
  .service-desc h2,
  .terms-wrap h2 {
    font-size: 38px;
  }
  article h3,
  .service-desc h3,
  .terms-wrap h3 {
    font-size: 34px;
  }
  article h4,
  .service-desc h4,
  .terms-wrap h4 {
    font-size: 30px;
  }
  article h5,
  .service-desc h5,
  .terms-wrap h5 {
    font-size: 26px;
  }
  article h6,
  .service-desc h6,
  .terms-wrap h6 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero-wrap .hero-content h1 {
    font-size: 55px;
    line-height: 70px;
  }
  .booking-wrap .booking-bg {
    width: calc(100% - 40px);
  }
  .booking-wrap .booking-content {
    width: calc(100% + 40px);
    margin-left: -40px;
  }
  .booking-wrap .booking-content .content-title {
    max-width: 705px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .breadcrumb-content h2,
  .section-title h2,
  .content-title h2 {
    font-size: 48px;
  }
  .hero-wrap .container {
    max-width: 1540px;
  }
  .hero-wrap .hero-content h1 {
    font-size: 70px;
    line-height: 100px;
  }
  .about-wrap .about-img-wrap .circle-text {
    left: -55px;
  }
  .service-card .service-img .service-title {
    padding: 15px 40px;
  }
  .service-card .service-info {
    padding: 35px 40px 40px 40px;
  }
  .book-appointment {
    padding: 50px;
  }
  .book-appointment h4 {
    font-size: 30px;
    line-height: 34px;
  }
  .booking-wrap .booking-bg {
    width: calc(100% - 40px);
  }
  .booking-wrap .booking-content {
    width: calc(100% + 40px);
    margin-left: -40px;
  }
  .booking-wrap .booking-content .content-title {
    max-width: 705px;
    padding-left: 70px;
  }
  .testimonial-card {
    padding: 38px 40px 40px;
  }
}
@media only screen and (min-width: 1920px) {
  .breadcrumb-wrap .container {
    max-width: 1660px;
    margin: 0 auto;
  }
  .hero-wrap .container {
    max-width: 1660px;
  }
  .hero-wrap .hero-content {
    width: calc(100% + 70px);
  }
  .hero-wrap .hero-content h1 {
    font-size: 80px;
    line-height: 100px;
  }
  .hero-wrap .hero-content p {
    max-width: 90%;
  }
  .hero-wrap .hero-img-wrap {
    width: calc(100% - 40px);
    margin-left: auto;
  }
  .about-wrap .about-content {
    width: calc(100% - 25px);
    margin-left: auto;
  }
  .wh-wrap .wh-img-wrap .wh-promo-box-wrap {
    left: 50px;
  }
  .video-player .schedule-meeting {
    left: -110px;
  }
  .video-player .contact-num {
    right: -90px;
  }
  .booking-wrap .booking-bg {
    width: calc(100% - 40px);
  }
  .booking-wrap .booking-content {
    width: calc(100% + 40px);
    margin-left: -40px;
  }
  .booking-wrap .booking-content .content-title {
    max-width: 705px;
    padding-left: 100px;
  }
  .appointment-wrap .appointment-shape-one {
    bottom: 80px;
    right: 50px;
  }
}/*# sourceMappingURL=responsive.css.map */