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

  .btn::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    transition: 0.6s ease-in-out;
    background: #233767;
    border-radius: 50%;
    aspect-ratio: 1;
    height: auto;
    margin: auto;
    width: 150%;
  }

  .hero-content .btn::after,
  .blue-bg .btn::after {
    background: #fff;
  }

  .is-sticked .header-btn .btn:after {
    background: #8CB62C;
  }

  .btn:hover::after {
    top: -150%;
  }

  .btn:hover {
    color: #fff;
    border-color: #233767;
  }

  .btn.btn-outline::before {
    border-bottom-color: #8CB62C;
  }

  .btn.btn-outline::after {
    border-top-color: #8CB62C;
  }

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

  .btn.btn-white:hover {
    color: #fff;
    border-color: #233767;
  }

  .hero-content .btn:hover,
  .blue-bg .btn:hover {
    color: #233767;
    border-color: #fff;
  }

  .btn-inline:hover {
    color: #233767;
    border-color: #233767
  }

  .is-sticked .header-btn .btn:hover {
    color: #fff;
    border-color: #8CB62C;
  }

  .footer-contact-content a:hover {
    color: #8CB62C
  }

  .header-nav ul li:hover>a {
    color: #8CB62C;
  }

  .header-nav ul li:hover .arrow {
    border-color: #8CB62C;
  }

  .header-nav ul li:hover ul {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
  }

  .header-top-links ul li a:hover i {
    color: #8CB62C;
  }

  .footer-col ul li a:hover {
    color: #8CB62C;
  }

  .footer-address-info p a:hover {
    color: #8CB62C;
  }

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

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

  .treatment-box:hover .icon-box::before {
    background: rgba(0, 191, 98, .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 .product-name,
  .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: #8CB62C;
  }

  .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: #233767;
  }

  .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);
  }

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

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

  .footer-social-icon a:hover i.icon-facebook-outline::before {
    color: #316FF6;
  }

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

  .footer-social-icon a:hover i.icon-youtube-outline::before {
    color: #CD201F;
  }

  .header-top-social-links ul li:first-child a:hover {
    background: #316FF6;
  }

  .header-top-social-links ul li:nth-child(2) a:hover {
    background: #316FF6;
  }

  .header-top-social-links ul li:last-child 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) {

  .btn {
    font-size: 20px
  }

  .header-call {
    margin: 0 30px 0 18px;
  }

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

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

  .hero-title {
    font-size: 65px
  }

  .hero-sub-title {
    font-size: 21px
  }

  .hero-list ul li {
    font-size: 16px;
  }

  .counter-text-box .counter-number,
  .counter-text-box .counter-plus {
    font-size: 85px;
    letter-spacing: -4px
  }

  .counter-box {
    padding-left: 24px;
  }

  .counter-title {
    font-size: 18px;
    padding-top: 15px;
  }

  .aboout-sec .sec-head {
    margin-bottom: 30px
  }

  .industries-col-left {
    padding-left: 40px;
    width: 500px;
    padding-right: 40px
  }

  .industries-col-right {
    width: calc(100% - 500px);
    padding-right: 35px;
  }

  .industries-sec .sec-title {
    font-size: 70px;
  }

  .product-left {
    padding-left: 40px;
    padding-right: 40px;
  }

  .industries-sec .sec-head {
    margin-bottom: 30px;
  }

  .dealer-sec {
    padding-top: 100px;
    padding-bottom: 100px;
  }

}

@media (max-width:1399px) {

  .cms-con p {
    line-height: 1.6;
  }

  .btn-inline {
    font-size: 16px
  }

  .industries-sec .sec-title {
    font-size: 65px;
  }

  .industries-inner .industries-title {
    font-size: 32px;
    bottom: -5px
  }

  .product-title {
    font-size: 18px
  }

  .product-left .cms-con {
    margin: 20px 0;
  }

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

  .product-left {
    max-width: 340px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-right {
    max-width: calc(100% - 340px);
  }

  .product-sec-group {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .header-logo-top img {
    max-height: 48px;
  }

  .header-call i {
    font-size: 30px;
  }

  .header-call a {
    font-size: 22px;
  }

  .header-call {
    padding-left: 40px;
  }

  .header-call span {
    font-size: 16px;
  }

  .btn {
    font-size: 16px;
    min-width: 160px;
  }

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

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

  .hero-img-box {
    width: 500px;
  }

  .hero-sec {
    padding: 120px 0 0;
  }

  .container {
    padding: 0 30px;
  }

  .hero-sub-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .hero-list {
    margin-bottom: 45px;
  }

  .slider-counter {
    margin-top: 50px;
  }

  .dealer-sec .sec-head .sec-title {
    font-size: 44px;
  }

  .pp-main-box-title {
    font-size: 16px;
  }

  .pp-sidebar-title {
    font-size: 16px;
  }

  .sin-pro-title {
    font-size: 26px;
  }

  .sin-pro-rig-btn .btn {
    font-size: 16px;
    padding: 12px 18px;
  }

  .sin-pro-tab-nav a {
    font-size: 16px;
  }

  .sin-pro-tab-wraper {
    padding: 25px 15px;
  }

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

  .recent-product {
    padding: 65px 0 80px 0;
  }

  .recent-product-slider .product-inner {
    margin: 10px;
  }

  .testimonial-top .icon-quote{
    font-size: 65px;
  }

  .slick-arrow{
    width: 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
  }

  .product-inner {
    padding-bottom: 20px
  }

  .product-inner> :not(.product-img) {
    padding-left: 15px;
    padding-right: 15px;
  }


  .pp-row {
    gap: 30px;
  }

  .pp-col-sidebar {
    width: 300px;
  }

  .pp-col-main {
    width: calc(100% - 300px);
  }

  .pp-main-box-list {
    font-size: 14px
  }

  .pp-main-box-title {
    font-size: 18px
  }

  .pp-sidebar-nav li a {
    font-size: 14px
  }

  .pp-sidebar-title {
    font-size: 16px
  }


  .pp-main-box-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

}

@media (max-width:1199px) {

  .slick-arrow {
    width: 45px;
    height: 25px;
    background-size: 45px 25px;
  }

  .product-nav,
  .slider-nav {
    gap: 25px
  }

  .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: 40px;
  }

  .btn {
    font-size: 18px
  }

  .header-call {
    margin: 0 20px;
    padding: 0;
  }

  .header-call>:not(i) {
    display: none;
  }

  .header-call i {
    position: static;
    font-size: 25px;
    border-radius: 50%;
    background: #8CB62C;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    color: #fff;
  }



  /* Header */

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

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

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

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

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



  /* Hero */

  .hero-title {
    font-size: 50px
  }

  .hero-sub-title {
    font-size: 20px
  }

  .hero-list ul li {
    font-size: 16px;
  }

  .dealer-sec .sec-head .sec-title {
    font-size: 50px
  }

  .dealer-sec {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .aboout-sec {
    padding-bottom: 90px
  }

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

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

  .industries-col-left {
    padding-left: 30px;
    width: 400px;
    padding-right: 20px;
  }

  .industries-col-right {
    width: calc(100% - 400px);
    padding-right: 30px
  }

  .industries-sec .sec-title {
    font-size: 55px;
  }

  .industries-sec .sec-head {
    margin-bottom: 20px;
  }

  .industries-inner .industries-title {
    left: 5px;
    font-size: 28px;
  }

  .product-nav {
    margin-top: 40px;
  }

  .testimonial-sec .sec-title {
    font-size: 42px
  }

  .testimonial-sec .sec-head {
    margin-bottom: 40px
  }

  .testimonial-inner .testimonial-content p {
    font-size: 16px
  }

  .footer-contact-img {
    margin-right: 20px;
  }

  .footer-title {
    font-size: 16px
  }

  .footer-address-info p,
  .footer-col ul li a {
    font-size: 14px
  }

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

  .footer-top .row>div:nth-child(4) {
    width: 16%
  }

  .footer-top .row>div:nth-child(5) {
    width: 22%
  }

  .footer-contact-content h3 {
    font-size: 20px
  }

  .footer-contact-content a {
    font-size: 16px
  }

  .footer-logo img {
    max-height: 60px
  }



  .single-pro-left {

    width: calc(50% - 24px);

  }

  .single-pro-right {

    width: calc(50% - 24px);

  }

  .sin-pro-title {
    font-size: 28px;
  }

  .sin-pro-head {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .hero-img-box {
    width: auto;
  }



}

@media (max-width:1024px) {}

@media (max-width:991px) {

  body,
  .cms-con p,
  .cms-con ul li {
    font-size: 14px
  }

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

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

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

  .form-control {
    padding: 15px;
  }

  .form-select {
    15px 35px 15px 15px !important
  }

  .btn {
    font-size: 16px;
  }

  .hero-sec {
    padding-top: 170px
  }

  .hero-list {
    display: none;
  }

  .dealer-sec .sec-head {
    padding-left: 25px;
    border-left: 3px solid #8CB62C;
  }

  .dealer-sec .sec-head .sec-title {
    font-size: 40px;
  }

  .dealer-img a {
    padding: 5px 10px;
  }

  .testimonial-sec .sec-title {
    font-size: 36px;
  }

  .testimonial-head h3 {
    font-size: 21px;
    margin-bottom: 3px
  }

  .testimonial-head h6 {
    font-size: 14px
  }

  .testimonial-top .icon-quote {
    font-size: 80px
  }

  .testimonial-slider {
    max-width: 600px;
  }

  .testimonial-content.cms-con {
    margin-bottom: 10px
  }

  .testimonial-inner .testimonial-content p {
    font-size: 14px
  }

  .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;
  }

  .header-nav-toggle-btn span {
    position: absolute;
    top: 13px;
    left: 0px;
    right: 0;
    display: block;
    padding: 0;
    width: 24px;
    height: 2px;
    border-radius: 6px;
    background-color: #ffffff;
    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;
    border-radius: 2px;
  }

  .header-nav-toggle-btn span:before,
  .header-nav-toggle-btn span:after {
    position: absolute;
    left: 0px;
    width: 120%;
    height: 100%;
    border-radius: 2px;
    background: #ffffff;
    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;
  }



  body:not(.home):not(.is-sticked):not(.nav-open) .header-nav-toggle-btn span,

  body:not(.home):not(.is-sticked):not(.nav-open) .header-nav-toggle-btn span:before,

  body:not(.home):not(.is-sticked):not(.nav-open) .header-nav-toggle-btn span:after {

    background: #233767;

  }





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

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

  .header-nav .header-logo {
    padding: 16px;
  }

  .header-nav .header-logo img {
    max-width: 130px;
  }

  .header-nav ul li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

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

  .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;
    transition: none !important;
  }

  .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: 5px;
  }

  .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::before {
    width: 30px;
    height: 30px;
    position: absolute;
    content: '';
    background: transparent;
    transform: rotate(45deg);
    top: -6px;
    left: -12px;
    cursor: pointer;
  }

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

  .counter-box {
    padding-left: 0;
  }

  .counter-box::before {
    display: none;
  }

  .counter-title {
    font-size: 14px
  }

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

  .counter-con {
    margin-top: 40px;
  }

  .aboout-sec {
    padding-bottom: 80px
  }

  .aboout-sec .sec-title {
    font-size: 36px
  }

  .industries-sec .sec-title {
    font-size: 42px
  }

  .industries-sec .sec-head {
    margin-bottom: 10px;
  }

  .industries-sec {
    padding-top: 60px
  }

  .industries-col-left {
    padding-left: 30px;
    width: 100%;
    padding-right: 20px;
  }

  .industries-col-right {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .industries-sec::before {
    width: 100%;
    height: 50%;
    background-position: 10px 40px;
  }

  .industries-sec .cms-con {
    margin-bottom: 30px;
  }

  .industries-sec {
    padding-bottom: 0
  }

  .footer-contact-box {
    display: block;
    padding: 30px 20px;
    text-align: center;
  }

  .footer-contact-content a {
    margin: 0 auto;
  }

  .footer-contact-img img {
    margin: 0 auto 10px;
    max-width: 40px
  }

  .footer-contact-content h3 {
    font-size: 18px
  }

  .footer-contact-content a {
    font-size: 14px
  }

  .footer-top .row>div:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-top .row>div:nth-child(2) {
    display: none;
  }

  .footer-col .cms-con {
    max-width: 100%
  }

  .footer-top .row>div:nth-child(3) {
    width: 30.33%;
  }

  .footer-top .row>div:nth-child(4) {
    width: 36.33%;
  }

  .footer-top .row>div:nth-child(5) {
    width: 33.33%;
  }

  .footer-address-info p span br {
    display: none;
  }

  .product-sec-group {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .product-left {
    max-width: 250px;
    padding-left: 0;
    padding-right: 10px;
  }

  .product-reverse .product-left {
    padding-right: 0;
    padding-left: 10px
  }

  .product-right {
    max-width: calc(100% - 250px);
  }

  .product-left .cms-con {
    margin: 15px 0;
  }

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

  .dealer-logo img {
    max-height: 60px
  }





  .product-page-main {
    padding: 35px 0 60px;
  }

  .pp-main-head-con p {
    font-size: 14px
  }

  .pp-main-head .pp-main-head-title {
    font-size: 21px
  }

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

  .pp-col-sidebar {
    width: 100%;
  }

  .pp-col-main {
    width: 100%;
  }

  .pp-sidebar-group {
    margin-bottom: 10px;
  }

  .pp-sidebar-nav {
    display: none;
  }

  .pp-sidebar-title {
    pointer-events: inherit;
    background-image: url(../img/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 25px
  }




  .sin-pro-sec2-inner>.row {
    row-gap: 30px
  }

   .recent-product {
    padding: 70px 0;
  }

  .sin-pro-title {
    font-size: 28px;
    ;
  }



  .single-pro-left,

  .single-pro-right {
    width: 100%;
  }

  .single-pro-img img {
    margin: 0 auto;
  }

  .single-pro-row {
    row-gap: 30px;
  }

  .product-top-row {
    display: block;
  }

  .product-top-col-con {
    width: 100%
  }

  .product-top-col-form {
    width: 100%;
    margin-top: 15px;
    max-width: 500px
  }


}

@media (max-width:767px) {

  .common-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container {
    padding: 0 15px;
  }

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

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

  .btn {
    padding: 10px 15px;
    font-size: 14px;
  }

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

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

  .sin-pro-rig-box h5 {
    font-size: 16px;
  }

  .sin-pro-sec2-inner .sin-pro-rig-box h5 {
    margin-bottom: 12px;
  }

  .sin-pro-rig-btn .btn {
    font-size: 16px;
  }

  .sin-pro-tab-nav a {
    font-size: 16px;
    padding: 12px 15px;
    min-width: auto;
  }

  .sin-pro-sec3-inner .cms-con h5 {
    font-size: 17px
  }

  .recent-product .sec-head>div:nth-child(1) {
    display: none;
  }

  .recent-product .sec-head>div {
    width: 100px;
    text-align: left;
  }

  .recent-product .sec-head>.sec-title {
    width: calc(100% - 100px);
  }

  .recent-product-slider .product-inner {
    margin: 0 5px;
  }

  .recent-product-slider {
    margin: 0 -5px
  }

  .recent-product .sec-head {
    margin-bottom: 25px;
  }

  .sin-pro-title {
    font-size: 24px;
  }

  .container {
    padding: 0 15px;
  }

}

@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: 26px;
  }

  .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;
  }

  .btn-inline {
    font-size: 14px;
    border-bottom-width: 1px;
    padding-bottom: 0;
  }

  .slick-arrow {
    width: 35px;
    height: 20px;
    background-size: 35px 20px;
  }

  .product-nav,
  .slider-nav {
    gap: 15px;
  }

  .product-nav {
    display: none !important;
  }

  .product-left {
    margin-bottom: 20px;
    text-align: center;
  }

  .product-left .dealer-logo {
    margin: 0 auto 15px;
  }

  .dealer-logo img {
    margin: 0 auto 15px;
  }

  .product-left .btn {
    margin-top: 0 !important
  }

  /* Header */

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

  .is-sticked .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .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-height: 45px
  }

  .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 {
    justify-content: center;
  }

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

  .hero-sub-title {
    font-size: 16px;
    margin-bottom: 20px
  }

  .hero-img-box {
    margin: 0 auto;
  }

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

  .hero-list {
    display: none;
  }

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

  .hero-col {
    width: 100%;
  }

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

  .slider-counter {
    display: none
  }






  .dealer-sec .row {
    display: block;
  }

  .dealer-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .dealers-imgs {
    margin-top: 30px
  }

  .aboout-sec .sec-head {
    margin-bottom: 20px;
    margin-top: 40px
  }

  .aboout-sec .sec-title {
    font-size: 32px;
  }

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

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

  .aboout-sec {
    padding-bottom: 50px;
  }

  .industries-sec .sec-title {
    font-size: 28px;
    max-width: 300px;
  }



  .industries-sec::before {
    width: 100%;
    height: 65%;
    background-position: 10px 40px;
    background-size: 100%;
  }

  .industries-col-right {
    padding-left: 15px;
    padding-right: 15px;
  }

  .industries-inner {
    margin: 5px;
  }

  .industries-inner .industries-title {
    left: 5px;
    font-size: 18px;
    bottom: -2px;
  }



  .product-row {
    display: block;
  }

  .product-left {
    max-width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .product-right {
    max-width: 100% !important;
    width: 100%;
  }

  .product-slider .product-item {
    padding: 2px 5px;
  }

  .product-title {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .product-nav {
    margin-top: 20px;
    margin-bottom: 30px
  }



  .product-sec-group {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testimonial-wrapper {
    margin: 0 -5px
  }

  .testimonial-slider {
    max-width: 100%;
    clip-path: inherit;
    overflow: hidden;
  }

  .testimonial-item {
    padding: 0 5px;
  }

  .testimonial-sec .sec-title {
    font-size: 24px;
    text-align: center;
  }

  .testimonial-sec .sec-head {
    margin-bottom: 20px;
    display: block;
  }

  .testimonial-nav {
    margin-top: 20px
  }

  .testimonial-top .icon-quote {
    font-size: 50px;
  }

  .footer-contact-sec .row>div:nth-child(2) {
    border: none;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
  }

  .footer-contact-box {
    padding: 20px 15px
  }

  .footer-top .row>div:nth-child(2),

  .footer-top .row>div:nth-child(3),

  .footer-top .row>div:nth-child(4),

  .footer-top .row>div:nth-child(5) {
    width: 50%;
    margin-top: 20px
  }

  .footer-top .row>div:nth-child(1) {
    margin-top: 0
  }

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





  .pp-main-box-list ul {
    gap: 4px;
    font-size: 13px;
  }

  .pp-main-box-title {
    font-size: 16px;
    padding: 0 10px 10px;
  }



  .sin-pro-title {
    font-size: 21px;
  }

  .sin-pro-rig-iner .cms-con {
    margin-bottom: 20px;
  }

  .sin-pro-sec2 {
    padding: 40px 0;
  }

  .sin-pro-rig-box h5:not(:first-child) {
    margin-top: 25px;
  }

  .pp-main-box {
    margin: 5px;
  }

  .product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .product-top-col-form button {
    padding: 10px
  }

  .pp-main-box-list {
    padding: 5px
  }

  .brand-logo-space {
    height: 60px;
  }

  .sin-pro-rig-btn .btn {
    justify-content: center;
    margin: 0 !important;
  }

  .sin-pro-rig-btn {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    gap: 10px
  }

  .recent-product {
    padding: 40px 0 60px 0;
  }

  .sin-pro-sec3 {
    padding-bottom: 35px;
  }

  .sin-pro-rig-bottom .sin-pro-rig-box ul li {
    width: 100%;
  }

  .sin-pro-rig-box {
    overflow-x: auto;
  }

  .sin-pro-rig-box table {
    width: 700px;
    overflow: auto;
  }

  .dealer-sec .sec-head .sec-title {
    font-size: 30px;
}
}

@media (max-width:380px) {}