@media screen and (min-width: 1025px) {

  .btn::before,
  .btn::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: 0.5s ease-in-out;
  }

  .btn::before {
    right: -3.125rem;
    border-right: 3.125rem solid transparent;
    border-bottom: 5rem solid #fff;
    transform: translateX(-100%);
  }

  .btn::after {
    left: -3.125rem;
    border-left: 3.125rem solid transparent;
    border-top: 5rem solid #fff;
    transform: translateX(100%);
  }

  .btn:hover::before {
    transform: translateX(-49%);
  }

  .btn:hover::after {
    transform: translateX(49%);
  }

  .btn:hover {
    color: #00bf62;
    border-color: #fff;
  }
  .btn-primary:hover{
    color: #004aad;
    border-color: #004aad;
  }
  .btn.btn-outline::before {
    border-bottom-color: #004aad;
  }

  .btn.btn-outline::after {
    border-top-color: #004aad;
  }

  .btn.btn-outline:hover {
    color: #fff;
    border-color: #004aad;
  }

  .btn.btn-blue:hover {
    color: #004aad;
    border-color: #004aad;
  }

  .arrow-btn:hover,
  .arrow-btn:hover i,
  .story-box:hover .arrow-btn i {
    color: #191d27;
  }

  .arrow-btn:hover i::after,
  .story-box:hover .arrow-btn::after {
    background: rgb(0 74 173 / 85%);
  }

  .love-box:hover .love-content {
    bottom: 32px;
  }

  .love-box:hover::after {
    opacity: 1;
    visibility: visible;
    bottom: -33%;
  }

  .header-top-social-links ul li a:hover {
    background: #00bf62;
  }

  .header-nav ul li:hover>a {
    color: #00bf62;
  }

  .header-nav ul li:hover>.arrow {
    border-color: #00bf62;
  }

  .header-top-links ul li a:hover i {
    color: #00bf62;
  }
  .header-nav ul>li:hover>ul {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
  .footer-col ul li a:hover {
    color: #00bf62;
  }

  .footer-address-info p a:hover {
    color: #00bf62;
  }

  .help-col.white-box:hover .help-con-box {
    box-shadow: 0px 12px 31px 2px rgba(0, 191, 98, 0.3);
  }

  .treatment-box:hover {
    box-shadow: 0px 24px 31px 3px rgba(0, 74, 173, 0.09);
  }

  .treatment-box:hover .icon-box::before {
    background: rgba(0, 191, 98, 0.6);
  }

  .help-col.white-box:hover .desc-title,
  .help-col.white-box:hover .arrow-btn,
  .help-col.white-box:hover .arrow-btn i,
  .product-col:hover .arrow-btn,
  .product-col:hover .arrow-btn i,
  .treatment-box:hover .content-title,
  .treatment-box:hover .arrow-btn i,
  .product-description .product-name:hover,
  .story-box:hover .arrow-btn {
    color: #191d27;
  }

  .help-col.white-box:hover .arrow-btn i::after,
  .product-col:hover .arrow-btn i::after,
  .treatment-box:hover .arrow-btn i::after,
  .story-box:hover .arrow-btn i::after {
    background: #00bf62;
  }

  .help-col:nth-child(2):hover .arrow-btn i::after {
    background: rgb(0, 74, 173) !important;
  }

  .our-vision-box:hover>.img-box>img,
  .product-col .img-box:hover img,
  .love-box:hover>.img-box>img,
  .story-box:hover .img-box>img {
    transform: scale(1.1);
  }

  .product-col:hover .img-box img {
    transform: scale(1.1);
  }

  .product-col:hover .product-name {
    color: #00bf62;
  }

  .testimonial-col .icon-box:hover {
    background: #004aad;
  }

  .testimonial-col:nth-child(even) .icon-box:hover {
    background: #00bf62;
  }

  .footer-social-icon a:hover i.icon-facebook-outline::before,
  .social-sec li:hover i.icon-facebook-outline::before {
    color: #316ff6;
  }

  .footer-social-icon a:hover i.icon-linkedin-outline::before,
  .social-sec li:hover i.icon-linkedin-outline::before {
    color: #0a66c2;
  }

  .footer-social-icon a:hover i.icon-youtube-outline::before,
  .social-sec li:hover i.icon-youtube-outline::before {
    color: #cd201f;
  }

  .header-top-social-links ul li.facebook a:hover {
    background: #316ff6;
  }

  .header-top-social-links ul li.linkedin a:hover {
    background: #316ff6;
  }

  .header-top-social-links ul li.youtube a:hover {
    background: #cd201f;
  }
}

@media (min-width: 992px) {
  .sticky-box {
    transition: all 1s ease-in-out;
  }

  .sticky-box.is-normal {
    bottom: 120px;
    position: absolute;
  }

  .sticky-box.is-sticked {
    position: fixed;
    top: 150px;
  }

  .sticky-box.is-sticked.with-top-space {
    top: 180px;
  }
}

@media (max-width: 1699px) {
  .treatment-sec::before {
    width: 23%;
  }

  .story-shape {
    max-width: 160px;
  }
}

@media (max-width: 1469px) {
  .treatment-sec::before {
    width: 20%;
  }

  .product-description .product-name {
    font-size: 20px;
  }

  .testimonial-sec .shape-box {
    max-width: 230px;
  }

  .story-title {
    font-size: 28px;
  }

  .story-shape {
    max-width: 120px;
  }

  .breadcrumbs-sec {
    min-height: 310px;
  }

}

@media (max-width: 1399px) {
  .hero-help-content {
    padding-top: 100px;
  }

  /* comman CSS */
  .sec-title {
    font-size: 38px;
  }

  .sec-sub-title {
    font-size: 17px;
  }

  .hero-sec {
    padding-bottom: 90px;
  }

  /* Cms */
  .cms-con h1 {
    font-size: 34px;
  }

  .cms-con h2 {
    font-size: 30px;
  }

  .cms-con h3 {
    font-size: 28px;
  }

  .cms-con h4 {
    font-size: 26px;
  }

  .cms-con h5 {
    font-size: 24px;
  }

  .cms-con h6 {
    font-size: 20px;
  }

  .optional-orthocare-sec .sec-head {
    max-width: 83%;
  }

  .testimonial-sec .shape-box {
    max-width: 160px;
  }

  .story-shape {
    max-width: 80px;
  }

  .breadcrumbs-sec {
    min-height: 280px;
  }

  .single-product .breadcrumb-box .sec-head .sec-title {
    font-size: 42px;
  }
}

@media (max-width: 1299px) {
  .common-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container {
    padding: 0 30px;
  }

  /* Header */
  .header-nav ul li a {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .header-nav ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Header */

  .treatment-sec::before {
    width: 18%;
  }

  .product-slider-wrapper {
    padding: 0 30px;
  }
}

@media (max-width: 1199px) {
  .common-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .btn {
    min-width: 150px;
    padding: 15px 20px;
  }

  .optional-orthocare-sec .sec-head {
    max-width: 100%;
  }

  .sec-title {
    font-size: 34px;
  }

  .title-md {
    font-size: 28px;
  }

  /* Header */
  .hero-btn-box .btn:first-child {
    min-width: 143px;
  }

  .hero-btn-box .btn:last-child {
    min-width: 180px;
  }

  .header {
    --transformX: 0;
  }

  .is-sticked .header-logo {
    max-width: 200px;
    display: inline-block;
  }

  .is-sticked .header-nav .header-logo {
    max-width: 100%;
  }

  /* Hero */
  .hero-sec {
    padding: 180px 0 90px;
  }

  .hero-col:last-child {
    padding-left: 70px;
    padding-right: 15px;
  }

  .hero-title {
    font-size: 40px;
  }

  .hero-col .cms-con p {
    padding-top: 0;
    font-size: 14px;
  }

  .hero-btn-box {
    padding-top: 0;
  }

  .hero-help-content {
    padding-top: 60px;
  }

  .help-box .sec-head {
    margin-bottom: 8px;
  }

  .help-box .cms-con {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .help-box .cms-con p {
    font-size: 15px;
    line-height: 1.4;
  }

  .help-col.white-box .help-con-box {
    padding: 20px;
  }

  .help-col .desc-title {
    font-size: 20px;
    line-height: 1.2;
  }

  .green-shape {
    width: 80px;
    right: -15px;
  }

  .shape-blue {
    right: 0;
  }

  .aero-shape {
    bottom: 8%;
    left: -70px;
    width: 130px;
  }

  .help-col .triangle-shape img {
    width: 53px;
  }

  .footer-top {
    padding: 40px 0 35px;
  }

  .footer-bottom {
    padding: 50px 0 40px;
  }

  .footer-top .form-control {
    padding: 16px 20px;
  }

  .footer-logo {
    padding-bottom: 20px;
  }

  .footer-title {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .footer-top-title {
    margin-bottom: 10px;
  }

  .footer-top .form-group .arrow-btn {
    top: 12px;
  }

  .footer-col ul li a {
    padding: 3px 0;
  }

  .footer-col .cms-con p {
    font-size: 14px;
    line-height: 1.4;
  }

  .footer-address-info p span {
    padding-left: 18px;
  }

  .quick-links {
    padding-left: 0;
  }

  .treatment-sec::before {
    display: none;
  }

  .treatment-sec {
    padding: 50px 0 50px;
  }

  .optional-orthocare-sec .cms-con {
    padding-top: 0;
  }

  .optional-orthocare-sec .cms-con p {
    margin-bottom: 15px;
  }

  .optional-orthocare-sec .cms-con p {
    font-size: 15px;
  }

  .counter-text-box .counter-number,
  .counter-text-box .counter-plus {
    font-size: 50px;
  }

  .counter-text-box .counter-number::before {
    border-right: 40px solid transparent;
    border-bottom: 40px solid rgba(0, 74, 173, 0.15);
  }

  .our-vision-box .vision-content {
    padding: 15px;
  }

  .vision-content .vision-title {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .vision-content .cms-con p {
    font-size: 14px;
    line-height: 1.3;
  }

  .our-vision-sec .row>div {
    margin-bottom: 20px;
  }

  .our-vision-sec {
    padding-bottom: 50px;
  }

  .vision-shape {
    display: none;
  }

  .product-row {
    padding-top: 30px;
  }

  .most-loved-sec {
    padding-bottom: 40px;
  }

  .testimonial-col {
    padding: 30px 20px;
  }

  .testimonial-col .cms-con p {
    font-size: 16px;
  }

  .review-box {
    width: 62%;
  }

  .rating-box {
    width: 38%;
  }

  .testimonial-col .cms-con {
    padding: 15px 0 20px;
  }

  .latest-story-sec .sec-title br {
    display: none;
  }

  .story-box {
    padding: 20px;
  }

  .story-title {
    font-size: 22px;
  }

  .latest-story-sec {
    padding-bottom: 40px;
  }

  .latest-story-sec .row>div {
    margin-bottom: 20px;
  }

  .story-shape {
    display: none;
  }

  .breadcrumbs-sec {
    min-height: 250px;
  }

  .breadcrumb-box .sec-head .sec-title {
    margin-bottom: 10px;
  }

  .contact-us-details .contact-us-details-box {
    padding: 25px 15px;
  }

  .contact-us-details-wrap {
    margin-bottom: 20px;
  }

  .contact-us-main .form-group textarea {
    min-height: 210px;
  }

  .contact-us-shape {
    display: none;
  }

  .explore-product-box .img-box {
    max-width: 305px;
  }

  .explore-product-main .slick-arrow {
    top: 30%;
  }

  .love-box.company-album-box::after {
    width: 97%;
  }

  .our-team-con {
    padding: 0;
  }

  .our-team-con .cms-con ul li {
    padding-bottom: 10px;
  }

  .our-team-con .cms-con p {
    margin-bottom: 20px;
  }

  .aboutus-con-box .cms-con {
    margin-bottom: 25px;
  }

  .aboutus-con-box .img-box {
    margin-bottom: 25px;
  }

  .physical-therapy-video .img-box-main .img-box .video-frist {
    max-width: 225px;
    min-height: 325px;
  }

  .physical-therapy-video .img-box-main .img-box .video-second {
    max-width: 225px;
    min-height: 400px;
  }

  .video-shape {
    max-width: 225px;
    min-height: 400px;
    top: -180px;
  }

  .video-icon::after {
    width: 90px;
    height: 90px;
  }

  .video-icon::before {
    width: 100px;
    height: 100px;
  }

  .physical-therapy-con .sec-head {
    margin-bottom: 20px;
  }

  .cms-con span {
    margin-bottom: 20px;
  }

  .physical-therapy-con .cms-con {
    max-width: 100%;
    margin-bottom: 0;
  }

  .physical-therapy-con .cms-con p {
    margin-bottom: 30px;
  }

  .physical-therapy-con .cms-con ul li {
    padding-bottom: 15px;
  }

  .physical-video-inner .img-main {
    margin-left: auto;
    max-width: 215px;
    min-height: 415px;
  }

  .physical-video-inner .img-second-box img {
    max-width: 235px;
    min-height: 330px;
  }

  .about-video-shape {
    max-width: 215px;
    min-height: 415px;
  }

  .product-list-main .content-box h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .product-list-main .product-item {
    margin-bottom: 30px;
  }

  .product-listing-sec .product_list_widget li img {
    max-width: 100px;
  }

  .product-list-shape .triangle-shape {
    display: none;
  }

  .product-list-top-left {
    width: 58%;
  }

  .product-list-main .woocommerce-ordering {
    margin-right: 0;
    padding: 0;
    width: 50%;
  }

  .product-listing-sec .product-categories,
  .product-listing-sec .widget_product_tag_cloud {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  .love-content {
    bottom: 20px;
    left: 18px;
    right: 10px;
  }

  .love-box::after {
    opacity: 1;
    visibility: visible;
    bottom: -33%;
  }

  .love-box .img-box {
    border-width: 6px;
  }

  .love-title {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .sec-head {
    margin-bottom: 10px;
  }

  .sec-title {
    font-size: 28px;
  }

  .title-md {
    font-size: 26px;
  }

  .form-control {
    padding: 15px;
  }

  /* hero-sec */
  .hero-sec {
    padding: 180px 0 70px;
  }

  .aero-shape {
    bottom: -2%;
    left: -43px;
    width: 115px;
  }

  .green-shape {
    width: 58px;
    right: -15px;
  }

  .hero-col:last-child {
    padding-left: 35px;
    padding-right: 9px;
  }

  .hero-main .slick-dots {
    margin-top: -22px;
  }

  .hero-title {
    font-size: 32px;
  }

  .help-col.white-box .help-con-box {
    padding: 20px 15px;
  }

  .help-col .desc-title {
    font-size: 18px;
    max-width: 100%;
  }

  .arrow-btn {
    font-size: 14px;
  }

  .designation-box .designation-title {
    font-size: 17px;
  }

  .help-row .help-col {
    margin: 0 15px;
  }

  /* Cms */
  .cms-con h1 {
    font-size: 32px;
  }

  .cms-con h2 {
    font-size: 28px;
  }

  .cms-con h3 {
    font-size: 26px;
  }

  .cms-con h4 {
    font-size: 24px;
  }

  .cms-con h5 {
    font-size: 22px;
  }

  .cms-con h6 {
    font-size: 18px;
  }

  .cms-con {
    margin-bottom: 15px;
  }

  .cms-con p {
    font-size: 16px;
  }

  /* Header */
  .nav-open {
    overflow: hidden;
  }

  .header-bottom {
    padding: 10px 0px;
  }

  .header-nav-toggle-btn {
    position: relative;
    height: 30px;
    width: 28px;
    display: block;
    cursor: pointer;
    z-index: 111;
    margin-left: 20px;
    background-color: transparent !important;
  }

  .header-nav-toggle-btn span {
    position: absolute;
    top: 13px;
    left: 0px;
    right: 0;
    display: block;
    padding: 0;
    width: 28px;
    height: 2px;
    border-radius: 6px;
    background-color: #171615;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    margin: auto;
  }

  .header-nav-toggle-btn span:before,
  .header-nav-toggle-btn span:after {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #171615;
    content: "";
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }

  .header-nav-toggle-btn span:after {
    -webkit-transform: translateY(250%);
    transform: translateY(250%);
    -moz-transform: translateY(250%);
    -ms-transform: translateY(250%);
    top: 4px;
  }

  .header-nav-toggle-btn span:before {
    -webkit-transform: translateY(-250%);
    transform: translateY(-250%);
    -moz-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    top: -4px;
  }

  .nav-open .header-nav-toggle-btn span {
    -webkit-background: none;
    -moz-background: none;
    -ms-background: none;
    -o-background: none;
    background: none;
  }

  .nav-open .header-nav-toggle-btn span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    top: 0px;
    background: #fff;
  }

  .nav-open .header-nav-toggle-btn span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    top: 0px;
    background: #fff;
  }

  .header-nav {
    border: none;
    display: block;
    position: fixed;
    left: 0;
    width: 350px;
    height: 100vh;
    z-index: 99999;
    background: #fff;
    top: 0;
    overflow: scroll;
    transform: translateX(-100%);
    transition: all 0.4s;
  }

  .nav-open .header-nav {
    transform: translateX(0);
  }

  .header-nav .header-logo {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f1f5f7;
  }

  .header-nav .header-logo img {
    margin-left: auto;
    margin-right: auto;
  }

  .header-nav ul li {
    display: block;
    border-bottom: 1px solid #32312f1f;
  }

  .header-nav ul li a {
    padding: 12px 16px !important;
    font-size: 18px;
  }

  .header-nav ul li>ul {
    display: none;
    opacity: 1 !important;
    visibility: visible !important;
    padding: 0 !important;
    position: static !important;
    transform: none !important;
    left: inherit !important;
    top: inherit !important;
    width: auto !important;
    box-shadow: none !important;
    border-radius: 0;
  }

  .header-nav ul li ul li {
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: none;
  }

  .header-nav ul li ul li:last-child {
    padding-bottom: 16px;
  }

  .header-nav ul li ul li a {
    font-size: 16px;
    padding: 5px 15px !important;
  }

  .nav-open .nav-overlay {
    z-index: 11;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    content: "";
  }

  .header-nav ul li .arrow {
    right: 27px;
    margin: unset;
    top: 18px;
    width: 10px;
    height: 10px;
  }

  .header-nav ul li .arrow.active {
    top: 23px;
    transform: scaleY(-1) rotate(45deg);
  }

  /* Hero */

  /* Hero End */
  /* comman CSS */

  .sec-sub-title {
    font-size: 15px;
  }

  .cms-con.text-lg p {
    font-size: 18px;
  }

  .footer-logo+.cms-con {
    max-width: 90%;
  }

  .footer-col {
    position: relative;
  }

  .footer-col .footer-social-icon {
    position: absolute;
    top: 5px;
    right: 0;
  }

  .footer-bottom {
    padding: 40px 0 20px;
  }

  .footer-bottom .row>div {
    margin-bottom: 20px;
  }

  .copy-right-footer {
    padding: 20px 0;
  }

  .footer-top-title {
    font-size: 26px;
  }

  .footer-top .cms-con p {
    font-size: 14px;
  }

  .footer-top {
    padding: 30px 0 20px;
  }

  .our-product {
    padding-left: 0;
  }

  /* trestment-sec */
  .treatment-box {
    width: 100%;
    padding: 30px 10px;
  }

  .optional-orthocare-sec .row>div:last-child {
    padding-left: 12px;
  }

  .counter-text-box .counter-number,
  .counter-text-box .counter-plus {
    font-size: 40px;
  }

  .counter-title {
    font-size: 16px;
  }

  .counter-text-box .counter-number::before {
    top: -12px;
    border-right: 34px solid transparent;
    border-bottom: 34px solid rgba(0, 74, 173, 0.15);
  }

  .our-vision-box .vision-content {
    padding: 10px 15px;
    bottom: 10px;
    right: 10px;
    left: 10px;
  }

  .our-product-sec .content-box .cms-con {
    max-width: 70%;
    padding-top: 10px;
  }

  .testimonial-content-row {
    padding-top: 30px;
    padding-left: 0;
    margin: 0 -7px;
  }

  .testimonial-col {
    margin-bottom: 0;
    margin-right: 7px;
    margin-left: 7px;
  }

  .sticky-box {
    max-width: 100% !important;
  }

  .sec-sub-title+.sec-title {
    margin-top: 10px;
  }

  .testimonial-sec .sec-head+.cms-con {
    padding-top: 8px;
  }

  .review-row {
    flex-wrap: wrap;
  }

  .review-box {
    width: 100%;
  }

  .rating-box {
    width: 100%;
    padding-top: 10px;
  }

  .rating {
    justify-content: start;
  }

  .testimonial-col .icon-box i {
    font-size: 18px;
  }

  .testimonial-col .icon-box {
    height: 45px;
    width: 45px;
  }

  .testimonial-sec .shape-box {
    display: none !important;
  }

  .contact-main {
    padding: 40px 25px;
  }

  .contact-address-info p span span {
    font-size: 14px;
  }

  .contact-main .form-control {
    padding: 15px;
  }

  .contact-main textarea.form-control {
    height: 190px;
  }

  .latest-story-sec {
    padding-bottom: 30px;
  }

  .latest-story-sec .row {
    padding-top: 15px;
  }

  .story-box {
    padding: 15px;
  }

  .story-title {
    font-size: 18px;
    margin: 15px 0;
  }

  .optional-orthocare-sec .img-box {
    margin-right: 0;
  }

  .contact-us-main .form-group textarea {
    min-height: 120px;
  }

  .contact-us-details-wrap {
    margin-bottom: 15px;
  }

  .contact-us-wrap .sec-head {
    margin-bottom: 25px;
  }

  .physical-therapy-video {
    max-width: 70%;
    margin: 0 auto 40px;
  }

  .aboutus-con-box {
    margin-bottom: 70px;
  }

  .aboutus-con-wrap .row .col-md-12:last-child .aboutus-con-box {
    margin-bottom: 0;
  }

  .explore-product-box .img-box {
    max-width: 340px;
  }

  .our-team-con {
    padding: 30px 15px;
  }

  .breadcrumb-box .sec-head .sec-title {
    text-align: start !important;
  }

  .best-deal-wrap {
    padding: 30px 15px;
  }

  .best-deal-wrap .sec-head .title-md {
    font-size: 26px;
  }

  .best-deal-wrap .sec-head {
    margin-bottom: 15px;
  }

  .physical-video-inner .img-second-box img {
    max-width: 300px;
    min-height: 345px;
  }

  .physical-video-inner .img-main,
  .about-video-shape {
    max-width: 285px;
    min-height: 504px;
  }

  .our-team-img {
    width: 100%;
    height: 500px;
  }

  .product-listing-sec .gamma.widget-title {
    font-size: 16px;
  }

  .product-listing-sec .product-categories,
  .product-listing-sec .widget_product_tag_cloud {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .product-listing-sec .product_list_widget li img {
    max-width: 80px;
  }

  .product-list-top-left {
    display: block;
    width: auto;
  }

  .product-list-main .woocommerce-ordering {
    width: auto;
  }

  .show-text {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .show-text::before {
    content: unset;
  }

  .product-container .row-cols-12 .product-item .img-box {
    min-height: 225px;
    width: 50%;
  }

  .single-product .breadcrumb-box .sec-head .sec-title {
    font-size: 30px;
  }

  .breadcrumbs-wrapper ul li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-img-slider .item img {
    width: 90%;
  }

  .product-details-slider {
    margin-bottom: 50px;
  }

  .product-details-desc {
    padding-left: 0;
  }

  .side-bar {
    margin-top: 20px;
  }

  .single-post .breadcrumb-box .sec-head .sec-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .common-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container {
    padding: 0 15px;
  }

  .sec-title {
    font-size: 26px;
  }

  .story-details-sec .img-box {
    width: 100%;
    margin-bottom: 30px;
  }

  .sec-sub-title+.sec-title {
    margin-top: 5px;
  }

  .btn {
    padding: 12px 15px;
    font-size: 13px;
  }

  .header-nav ul li ul li a {
    font-size: 14px;
  }

  p,
  .cms-con p {
    font-size: 14px;
  }

  /* her-sec */
  .shape-blue {
    height: 35px;
    width: 35px;
  }

  .green-shape {
    width: 50px;
    right: 0;
  }

  .aero-shape {
    width: 90px;
  }

  .hero-sec .container {
    padding-left: 20px;
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-col:last-child {
    padding: 0 15px;
  }

  .hero-btn-box .btn:first-child {
    min-width: auto;
  }

  .hero-btn-box .btn:last-child {
    min-width: 152px;
  }

  .our-vision-sec {
    padding-bottom: 30px;
  }

  .product-description .product-name {
    font-size: 18px;
  }

  .product-slider-wrapper {
    padding: 0 15px;
  }

  .product-description .cms-con p {
    font-size: 14px;
  }

  .most-loved-sec {
    padding-bottom: 20px;
  }

  .most-loved-sec .row>div {
    margin-bottom: 20px;
  }

  .contact-main form {
    padding-top: 30px;
  }

  .contact-main .sec-title br {
    display: none;
  }

  .latest-story-sec {
    padding-bottom: 25px;
  }

  .optional-orthocare-sec .img-box {
    margin-left: 15px;
    margin-bottom: 0;
  }

  .optional-orthocare-sec .ortho-shape {
    bottom: -23px;
    left: -16px;
  }

  .help-col.white-box .help-con-box {
    padding: 20px 10px;
  }

  .help-col.white-box .help-con-box .arrow-btn {
    font-size: 13px;
  }

  .help-col.white-box .help-con-box .arrow-btn i {
    margin-right: 22px;
  }

  .contact-us-details .contact-us-details-box {
    margin-bottom: 30px;
  }

  .breadcrumb-box .sec-head .sec-title {
    text-align: start !important;
  }

  .breadcrumbs-sec::before {
    min-width: 144px;
    min-height: 88px;
  }

  .map-box iframe {
    width: 100%;
    min-height: auto;
  }

  .aboutus-con-box {
    padding: 0 20px 50px;
    margin-bottom: 0;
  }

  .physical-therapy-con .cms-con p {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .physical-therapy-con .sec-head {
    margin-bottom: 10px;
  }

  .cms-con span {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .physical-therapy-con .cms-con ul {
    margin-bottom: 10px;
  }

  .physical-therapy-con .cms-con ul li {
    padding-bottom: 10px;
    padding-left: 25px;
  }

  .aboutus-con-box .img-box {
    margin-bottom: 10px;
  }

  .aboutus-con-box .img-box::before {
    width: 30px;
    height: 30px;
    left: -15px;
    top: -15px;
  }

  .aboutus-con-box .cms-con p {
    font-size: 14px;
  }

  .aboutus-con-box .cms-con {
    margin-bottom: 15px;
  }

  .aboutus-con-box .img-box img {
    max-width: 35px;
  }

  .aboutus-con-sec.common-sec {
    margin-bottom: 290px;
  }

  .our-team-con .cms-con p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .our-team-con .cms-con ul li,
  .physical-therapy-con .cms-con ul li {
    font-size: 14px;
  }

  .best-deal-wrap .sec-head .title-md {
    font-size: 22px;
  }

  .download-pdf-btn.btn.btn-outline {
    min-width: 270px;
  }

  .single-product .breadcrumb-box .sec-head .sec-title {
    font-size: 28px;
  }

  .cms-con ul li {
    font-size: 14px;
  }

  .cms-con ul li:before {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 568px) {
  .header-nav ul li .arrow {
    top: 15px;
  }

  .header-nav ul li .arrow.active {
    top: 20px;
  }

  p {
    margin-bottom: 15px;
  }

  p:last-child {
    margin-bottom: 0;
  }

  .btn {
    padding: 15px 18px;
  }

  .button-group .btn+.btn {
    margin-left: 20px;
  }

  .sec-title {
    font-size: 24px;
  }

  .sec-sub-title {
    font-size: 14px;
  }

  .slick-dots {
    margin-top: 5px;
  }

  .slick-dots li button {
    height: 10px;
    width: 10px;
  }

  .arrow-btn i {
    font-size: 12px;
  }

  .arrow-btn i::after {
    height: 25px;
    width: 25px;
    right: -9px;
  }

  /* Cms */
  .cms-con h1 {
    font-size: 30px;
  }

  .cms-con h2 {
    font-size: 28px;
  }

  .cms-con h3 {
    font-size: 26px;
  }

  .cms-con h4 {
    font-size: 24px;
  }

  .cms-con h5 {
    font-size: 22px;
  }

  .cms-con h6 {
    font-size: 18px;
  }

  .cms-con.text-lg p {
    font-size: 16px;
  }

  .cms-con p {
    font-size: 14px;
  }

  .form-control {
    padding: 15px;
  }

  /* Header */
  .header-top {
    display: none;
  }

  .header-nav {
    width: 300px;
  }

  .header-nav ul li a {
    padding: 10px 16px !important;
    font-size: 16px;
  }

  .header-bottom {
    padding-top: 15px;
  }

  .header-logo img {
    max-width: 82%;
  }

  .footer-logo img {
    max-width: 60%;
  }

  .header-nav-toggle-btn {
    margin-left: 15px;
  }

  .header-top-links ul li {
    padding-right: 15px;
  }

  .header-top-links ul li a i {
    font-size: 18px;
    margin: 0;
  }

  /* hero-sec */
  .aero-shape {
    display: none;
  }

  .green-shape {
    top: 26%;
    width: 60px;
    bottom: inherit;
  }

  .hero-sec {
    padding-bottom: 40px;
    padding-top: 120px;
    margin-top: -21px;
  }

  .hero-main .slick-dots {
    margin-top: 15px;
    justify-content: center;
  }

  .hero-title {
    font-size: 26px;
  }

  .hero-row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .hero-col {
    width: 100%;
  }

  .hero-col:last-child {
    margin-bottom: 30px;
  }

  .hero-help-content {
    padding-top: 35px;
  }

  .help-row {
    flex-wrap: wrap;
    margin: 0;
  }

  .help-row .help-col,
  .help-row .help-col:first-child {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .help-col.white-box {
    margin: 0;
    width: 50%;
  }

  .help-col.white-box:nth-child(odd) {
    padding-left: 5px;
  }

  .help-col.white-box:nth-child(even) {
    padding-right: 5px;
  }

  /* 
  .help-col .desc-con {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  } */

  .help-col .desc-title {
    width: 95%;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .help-col .arrow-btn {
    width: 100%;
    margin-top: 15px;
  }

  .help-col .triangle-shape img {
    width: 28px;
  }

  .help-col.white-box .help-con-box .arrow-btn {
    font-size: 12px;
  }

  .help-col .icon-box {
    height: 40px;
    width: 40px;
  }

  .footer-top {
    padding: 20px 0 20px;
  }

  .footer-top .form-control {
    margin-top: 15px;
    padding: 12px 16px;
  }

  .footer-top .form-group .arrow-btn {
    top: 13.5px;
  }

  .footer-logo {
    padding-bottom: 12px;
  }

  .footer-logo+.cms-con {
    width: 100%;
    margin-bottom: 0;
  }

  .footer-title {
    margin-bottom: 8px;
  }

  .footer-col ul li a {
    font-size: 13px;
  }

  .footer-address-info {
    padding-top: 5px;
  }

  .footer-bottom {
    padding: 20px 0 0;
  }

  .footer-company-info .cms-con {
    display: none;
  }

  .copy-right-footer {
    padding: 15px 0 25px;
  }

  .treatment-box .content-title {
    margin: 5px 0 15px;
  }

  .treatment-box {
    padding: 20px 10px;
    margin-bottom: 15px;
  }

  .treatment-sec {
    padding: 30px 0 15px;
  }

  .optional-orthocare-sec .sec-head {
    margin-top: 30px;
  }

  .optional-orthocare-sec .row>div:last-child {
    padding-top: 30px;
  }

  .counter-sec {
    padding-bottom: 10px;
  }

  .counter-text-box .counter-number,
  .counter-text-box .counter-plus {
    font-size: 35px;
  }

  .counter-text-box .counter-number::before {
    top: -10px;
    left: -4px;
    height: auto;
    width: auto;
    border-left: 0px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid rgba(0, 74, 173, 0.15);
  }

  .counter-title {
    padding-top: 15px;
    margin-bottom: 30px;
  }

  .vision-content .vision-title {
    font-size: 17px;
    margin-bottom: 3px;
  }

  .our-product-sec .content-box {
    flex-wrap: wrap;
  }

  .our-product-sec .content-box .cms-con {
    width: 100%;
    max-width: 100%;
    padding-bottom: 12px;
  }

  .product-description .product-name {
    font-size: 16px;
  }

  .view-btn-box {
    width: 100%;
  }

  .product-description .cms-con {
    margin-bottom: 13px;
  }

  .product-row {
    padding-top: 20px;
  }

  .testimonial-sec .sec-head+.cms-con {
    margin-bottom: 5px;
  }

  .testimonial-col .cms-con p {
    font-size: 14px;
  }

  .testimonial-col {
    padding: 20px 15px;
  }

  .testimonial-col .cms-con {
    padding: 10px 0 15px;
  }

  .review-box .img-box,
  .review-box .img-box img {
    height: 60px;
    width: 60px;
    max-width: 60px;
  }

  .testimonial-col .icon-box {
    height: 40px;
    width: 40px;
  }

  .testimonial-col .icon-box i {
    font-size: 15px;
  }

  .contact-address-info p span {
    padding-left: 15px;
  }

  .contact-main {
    padding: 20px 12px;
  }

  .contact-address-info {
    padding-top: 8px;
  }

  .contact-address-info p {
    margin-bottom: 15px;
  }

  .contact-address-info p:last-child {
    margin-bottom: 0;
  }

  .latest-story-sec .row {
    padding-top: 10px;
  }

  .story-box {
    padding: 15px 12px;
  }

  .latest-story-sec .row>div {
    margin-bottom: 15px;
  }

  .contact-us-main .form-group textarea {
    min-height: 80px;
  }

  .breadcrumbs-sec {
    min-height: 140px;
  }

  .product-list-main {
    padding-left: 0;
  }

  .physical-video-inner .img-second-box img {
    max-width: 205px;
    min-height: 285px;
  }

  .physical-video-inner .img-main {
    max-width: 205px;
    min-height: 350px;
  }

  .physical-therapy-video {
    max-width: 100%;
    margin: 0 auto 40px;
  }

  .physical-video-inner::before {
    max-width: 205px;
    min-height: 350px;
  }

  .physical-therapy-video {
    max-width: 90%;
    margin: 0 auto 40px;
  }

  .video-icon::after {
    width: 70px;
    height: 70px;
  }

  .video-icon::before {
    width: 80px;
    height: 80px;
  }

  .physical-therapy-con .cms-con ul li {
    width: 100%;
  }

  .get-quote-sec .get-quote-wrap {
    display: block;
    text-align: center;
  }

  .get-quote-title {
    font-size: 18px;
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .aboutus-con-box {
    padding: 0 10px 30px;
    margin-bottom: 0;
  }

  .sec-small-title {
    font-size: 20px;
  }

  .company-album-main {
    padding: 0 15px;
  }

  .company-album-sec .sec-head {
    margin-bottom: 25px;
  }

  .explore-product-top {
    display: block !important;
    margin-bottom: 25px;
  }

  .explore-product-top .sec-head {
    margin-bottom: 15px;
  }

  .about-video-shape {
    width: 205px;
    min-height: 360px;
  }

  .our-team-img {
    max-width: 100%;
    height: 300px;
  }

  .product-list-main .content-box h2,
  .product-list-main .product-description {
    min-height: auto;
  }

  .product-list-main .product-description {
    margin-bottom: 15px;
  }

  .product-listing-sec .widget-area {
    margin-top: 30px;
    display: block;
  }

  .product-listing-sec .row {
    flex-direction: column-reverse;
  }

  .product-list-main .img-box {
    height: 200px;
  }

  .product-container .row-cols-12 .product-item .img-box {
    min-height: 100%;
    height: 200px;
  }

  .product-img-slider .item {
    min-height: 100%;
    padding: 25px;
  }

  .breadcrumbs-wrapper {
    display: none;
  }

  .single-product .breadcrumb-box .sec-head .sec-title {
    font-size: 24px;
  }

  .product-thumb-slider .item img {
    width: 90px;
  }

  .explore-product-box .img-box {
    max-width: 100%;
  }


  .download-pdf-btn span img {
    width: 22px;
    height: 22px;
    margin-right: 8px;
  }

  .product-details-slider {
    margin-bottom: 30px;
  }

  .company-album-slider .slick-dots {
    margin-top: 25px;
  }

  .company-album-slider .love-box .img-box {
    border-radius: 7px;
  }

  .single-post .breadcrumb-box .sec-head .sec-title {
    font-size: 20px;
    max-width: 60%;
  }

  .ywraq-form-table-wrapper {
    flex-direction: column;
  }

  #yith-ywraq-form,
  .yith-ywraq-mail-form-wrapper {
    flex: 100%;
  }

  table.cart td.product-remove a.remove {
    top: 10px !important;
    right: 10px !important;
  }

  #yith-ywraq-form table tr:last-child td {
    text-align: left;
  }

  #yith-ywraq-form table tr:last-child td input {
    margin: 0;
    width: auto;
  }

  #yith-ywraq-form table td,
  #yith-ywraq-form table th {
    text-align: left;
    padding: 10px;
  }

  #yith-ywraq-form table td a {
    margin-left: 10px;
  }

  #yith-ywraq-form table input {
    margin-left: 10px;
  }
}

@media (max-width: 380px) {
  .physical-therapy-video {
    max-width: 100%;
    margin: 0 auto 40px;
  }

  .prodduct-details-btn {
    display: block;
    text-align: center;
  }

  .prodduct-details-btn .btn {
    min-width: auto;
    width: 100%;
  }

  .download-pdf-btn.btn.btn-outline {
    min-width: auto;
    width: 100%;
    padding: 10px;
    margin: 10px auto 0;
  }
}