@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1199px) {
  .header .header-block a.logo {
    width: 250px;
  }
  .header nav ul li a {
    font-size: 15px;
    padding: 10px 12px;
  }
  .banner-content h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .home-banner-area {
    min-height: 700px;
  }

  .gallery-area {
    padding: 50px 0;
  }

  .blog-main-wrapper .row {
    justify-content: center;
  }
  .footer-top a.logo {
    width: 280px;
  }

  .about-container .about-area {
    margin-top: 88px;
    padding: 50px 0;
    min-height: 1000px;
  }
  .about-container .owner-area {
    margin-bottom: 80px;
  }
  .about-container .owner-area .owner-wrap {
    width: 450px;
    height: 500px;
    margin: 0 auto;
  }
  .about-container .owner-area .owner-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .about-container .owner-area .owner-wrap:before {
    bottom: -40px;
    left: -50px;
    width: 420px;
    height: 400px;
  }
  .about-container .owner-area .plant-wrap {
    bottom: -70px;
  }
  .about-container .time-block,
  .service-container .time-block,
  .contact-container .time-block {
    flex-wrap: wrap;
    gap: 12px;
  }
  .about-container .time-item p,
  .service-container .time-item p,
  .contact-container .time-item p {
    margin: 0;
  }

  .inner-banner-area {
    height: 400px;
  }
  .inner-banner-content h1 {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 30px;
  }

  .service-container .service-cont h4 {
    font-size: 32px;
    line-height: 38px;
  }
  .service-container .service-cont .image-content img {
    width: 100%;
    height: 100%;
  }

  .service-details-container .service-deatils-wrap h2,
  .blog-details-container .blog-deatils-wrap h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 10px;
  }
  .service-details-container .service-deatils-wrap h3,
  .blog-details-container .blog-deatils-wrap h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .service-details-container .service-deatils-wrap p,
  .blog-details-container .blog-deatils-wrap p {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .service-details-container ul li:before,
  .blog-details-container ul li:before {
    top: 14px;
  }
  .service-details-container .service-cont .image-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .blog-details-container .blog-cont .image-content {
    height: 200px;
  }
  .blog-details-container .blog-cont .image-content img {
    width: 100%;
    height: 100%;
  }

  .contact-container .contact-upper-block {
    margin-top: 35px;
    padding-top: 90px;
    margin-bottom: 40px;
  }
  .contact-container .contact-photo,
  .contact-container .form-block {
    margin: 0 auto;
  }
  .contact-container .contact-area {
    padding: 72px 0 140px;
  }
}

@media only screen and (max-width: 991px) {
  .common-header h5 {
    font-size: 32px;
    line-height: 42px;
  }
  .btn-primary {
    font-size: 16px;
  }
  .header {
    border-bottom: none;
  }
  .header .header-block {
    display: block;
    position: relative;
  }
  .mobile-menu {
    display: block;
  }
  nav {
    display: none;
  }
  nav ul {
    flex-direction: column;
    margin-top: 15px;
    background-color: #fff;
    padding: 8px 20px 2px;
  }
  .header nav ul li {
    margin-right: 0;
    margin-bottom: 3px;
    padding-top: 4px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
  }
  .header nav ul li:not(:last-of-type) {
    border-bottom: 1px solid #e6e6e6;
  }
  .header nav ul li:last-of-type a {
    display: inline-block;
    padding: 5px 10px;
  }
  .header nav ul li a {
    color: #1e0233;
  }
  .header nav ul li.active a::before,
  .header nav ul li a:hover::before {
    display: none;
  }
  .header nav ul li a:hover,
  .header nav ul li.active a {
    color: #885574;
  }
  .header nav ul li:last-of-type a,
  .header nav ul li:last-of-type a:hover,
  .header nav ul li:last-of-type.active a {
    color: #fff;
  }

  .banner-content h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .banner-content h6 {
    font-size: 20px;
    line-height: 24px;
    max-width: 350px;
  }
  .banner-content h6:before {
    left: -190px;
  }
  .banner-content h6:after {
    right: -190px;
  }
  .banner-content p {
    font-size: 17px;
  }
  .btn-banner {
    width: 220px;
    height: 44px;
  }

  .service-wrap .form-block {
    display: block;
  }
  .service-wrap .row {
    width: 100%;
    margin: 0 auto;
  }
  .service-wrap .form-group {
    margin-bottom: 20px;
  }
  .btn-service {
    margin-left: 12px;
  }

  .offer-area {
    padding: 60px 0 0;
  }

  .surgical-area .row {
    gap: 40px 0;
  }
  .surgical-cont {
    padding: 0;
    text-align: center;
  }
  .btn-surgical {
    margin: 24px auto 0;
  }

  .gallery-bottom-cont .row {
    gap: 20px 0;
    justify-content: center;
  }

  .client-bottom-cont .row {
    gap: 20px 0;
    justify-content: center;
  }

  .about-us-area {
    padding: 50px 0;
  }
  .about-us-area .row {
    gap: 40px 0;
  }
  .about-us-area .video-wrap {
    margin-top: 0px;
  }
  .about-us-area .about-us-cont-bottom::after {
    width: 100%;
    height: 100%;
  }
  .about-us-area .about-us-cont-bottom {
    padding: 50px;
  }
  .about-us-area h5 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .about-us-area h4 {
    font-size: 13px;
    line-height: 18px;
  }

  .blog-wrap {
    background-color: #f9f2f9;
    padding: 24px 24px 0px;
    height: 100%;
  }

  .question-wrap {
    display: block;
    padding: 40px;
  }
  .question-wrap .left-block {
    width: 100%;
    max-width: 700px;
    text-align: center;
  }
  .question-wrap .right-block {
    width: fit-content;
    margin: 20px auto 0;
  }

  .footer-top {
    padding-bottom: 50px;
  }
  .footer-top .row {
    margin-top: -36px;
    gap: 36px 0;
    justify-content: space-between;
  }

  .modal-client .modal-dialog {
    max-width: 70%;
    margin: 0 auto;
  }

  .about-container .owner-content .contact-block {
    justify-content: center;
    flex-wrap: wrap;
  }
  .about-container .owner-content {
    text-align: center;
  }
  .about-container .awards-block {
    text-align: center;
  }
  .about-container .contact-info-block .row,
  .contact-container .contact-info-block .row {
    justify-content: center;
  }
  .about-container .gallery-area {
    padding: 50px 0 0;
  }
  .about-container .contact-area {
    padding: 50px 0;
  }
  .contact-container .contact-area {
    padding: 50px 0 130px;
  }
  .about-container .map-content,
  .service-container .map-content,
  .contact-container .map-content {
    height: 500px;
    margin-bottom: 30px;
  }
  .about-container .location-item,
  .service-container .location-item,
  .contact-container .location-item {
    padding: 24px;
    min-height: 200px;
  }

  .inner-banner-area {
    height: 350px;
  }
  .inner-banner-content h1 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
  }

  .service-container .service-provide {
    padding-top: 30px;
  }
  .service-container .service-cont {
    padding: 20px;
  }
  .service-container .service-cont .image-content {
    height: 200px;
    margin-bottom: 20px;
  }
  .service-container .service-cont h4 {
    font-size: 30px;
    line-height: 36px;
  }
  .service-container .btn-service {
    margin-left: 0px;
  }
  .service-container .contact-area {
    padding: 50px 0 140px;
  }

  .service-details-container .service-deatils-wrap {
    padding-top: 50px;
  }
  .service-details-container .service-deatils-wrap h2,
  .blog-details-container .blog-deatils-wrap h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .service-details-container .service-deatils-wrap h3,
  .blog-details-container .blog-deatils-wrap h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .service-details-container .service-deatils-wrap p,
  .blog-details-container .blog-deatils-wrap p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .service-details-container ul li:before,
  .blog-details-container ul li:before {
    top: 12px;
  }
  .service-details-container .service-deatils-wrap img,
  .blog-details-container .blog-deatils-wrap img {
    width: 30%;
  }
  .service-details-container .service-cont .image-content img,
  .blog-details-container .blog-cont .image-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .service-details-container .service-result {
    padding: 50px 0 140px;
  }

  .blog-container .cards-container {
    padding: 30px 0px 100px;
  }
  .blog-container .card-body h5,
  .blog-details-container .blog-cont h4 {
    font-size: 22px;
  }
  .blog-container .card-body h6,
  .blog-details-container .blog-cont h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .blog-container .card-body p,
  .blog-details-container .blog-cont p {
    font-size: 16px;
    line-height: 22px;
  }

  .blog-details-container .blog-deatils-wrap {
    padding-top: 30px;
  }
  .blog-details-container .blog-result {
    padding: 30px 0 130px;
  }
  .blog-details-container .blog-result .row {
    gap: 30px 0;
    padding: 0;
  }

  .gallery-container .filter-button-area {
    margin: 20px 0;
  }
  .gallery-container .cards-container {
    padding-bottom: 100px;
  }
  .contact-container .contact-photo {
    width: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .common-header {
    margin-bottom: 20px;
  }
  .common-header h5 {
    font-size: 30px;
    line-height: 36px;
  }
  .home-banner-area {
    min-height: 650px;
  }
  .banner-content {
    top: 5%;
  }
  .banner-content h1 {
    font-size: 34px;
    line-height: 40px;
  }
  .banner-content h6 {
    font-size: 20px;
    line-height: 24px;
    max-width: 350px;
  }
  .banner-content p {
    font-size: 17px;
  }

  .service-wrap {
    margin-top: -55px;
  }

  .offer-cont .image-content {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .offer-cont h4 {
    margin-bottom: 8px;
  }
  .offer-cont p {
    margin-bottom: 10px;
  }

  .surgical-cont h5 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
  }

  .about-us-area .video-wrap {
    height: 100%;
  }
  .about-us-area .about-us-cont-bottom {
    padding: 30px;
  }

  .blog-area {
    padding: 50px 0px 120px;
  }

  .question-wrap .left-block h5 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .question-wrap .left-block p {
    font-size: 15px;
    line-height: 21px;
  }

  .footer-nav {
    text-align: center;
  }
  .footer-top form button {
    margin: 16px auto 0;
  }

  .about-container .owner-area .owner-wrap {
    width: 350px;
    height: 400px;
    margin: 0 auto;
  }
  .about-container .owner-area .owner-wrap:before {
    bottom: -40px;
    left: -50px;
    width: 350px;
    height: 350px;
  }
  .about-container .owner-area .plant-wrap {
    bottom: -70px;
    width: 35%;
  }
  .about-container .owner-content h1 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
  }
  .about-container .map-content,
  .service-container .map-content,
  .contact-container .map-content {
    height: 400px;
    margin-bottom: 30px;
  }

  .inner-banner-area {
    height: 320px;
  }
  .inner-banner-content h1 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 16px;
  }

  .service-details-container .service-deatils-wrap {
    padding-top: 30px;
  }
  .service-details-container .service-deatils-wrap h2,
  .blog-details-container .blog-deatils-wrap h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .service-details-container .service-deatils-wrap p,
  .blog-details-container .blog-deatils-wrap p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .service-details-container .service-deatils-wrap h3,
  .blog-details-container .blog-deatils-wrap h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .service-details-container ul li:before,
  .blog-details-container ul li:before {
    top: 10px;
  }
  .service-details-container .service-result {
    padding: 30px 0 130px;
  }
  .service-details-container .service-cont .image-content {
    height: 200px;
  }
  .service-details-container .service-cont {
    min-height: 340px;
  }

  .blog-container .card-body h5,
  .blog-details-container .blog-cont h4 {
    font-size: 20px;
  }
  .blog-container .card-body h6,
  .blog-details-container .blog-cont h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .blog-container .card-body p {
    padding: 0;
  }
  .blog-container .card-header {
    height: 200px;
  }

  .contact-container .form-block h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .home-banner-area {
    min-height: 600px;
  }
  .banner-content h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .banner-content h6 {
    font-size: 17px;
    line-height: 23px;
    max-width: 240px;
    margin: 0 auto 20px;
  }
  .banner-content p {
    font-size: 15px;
    line-height: 25px;
    margin: 0px auto 30px;
  }

  .service-wrap {
    padding: 24px 20px;
  }
  .service-wrap .form-group input {
    height: 36px;
  }
  .service-wrap .form-group {
    margin-bottom: 12px;
  }
  .service-wrap
    .form-group.date
    input[type="date"]::-webkit-calendar-picker-indicator {
    width: 16px;
    height: 16px;
  }
  .service-wrap
    .form-group.time
    input[type="date"]::-webkit-calendar-picker-indicator {
    width: 16px;
    height: 16px;
  }
  .btn-service {
    width: 160px;
    height: 40px;
    font-size: 14px;
  }

  .offer-cont {
    min-height: 250px;
  }

  .surgical-area {
    padding-top: 40px;
  }
  .surgical-details li {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .about-us-area .row {
    gap: 30px 0;
  }

  .blog-item .blog-photo {
    width: 120px;
  }
  .blog-item .blog-content {
    width: calc(100% - 136px);
  }

  .question-wrap .btn-book {
    width: 195px;
    height: 44px;
    font-size: 14px;
  }
  .question-wrap .btn-touch {
    width: 120px;
    height: 44px;
    font-size: 14px;
  }

  .footer-top {
    padding-bottom: 30px;
  }
  .footer-top .row {
    justify-content: center;
  }
  .footer-top a.logo {
    margin: 0 auto;
  }
  .footer-top ul {
    gap: 16px;
  }
  .footer-nav h4 {
    margin-bottom: 20px;
  }
  .social-block h6 {
    text-align: center;
  }
  .social-item {
    justify-content: center;
  }
  .footer-bottom {
    padding: 20px 14px;
  }

  .modal-client .modal-dialog {
    max-width: 90%;
    margin: 0 auto;
  }

  .about-container .owner-area {
    margin-bottom: 45px;
  }
  .about-container .owner-area .owner-wrap {
    width: 250px;
    height: 300px;
  }
  .about-container .owner-area .owner-wrap:before {
    bottom: -25px;
    left: -25px;
    width: 250px;
    height: 270px;
  }
  .about-container .owner-area .plant-wrap {
    bottom: -44px;
    width: 28%;
    left: 25px;
  }
  .about-container .inner-info-item,
  .contact-container .inner-info-item {
    padding: 30px;
  }
  .about-container .client-area {
    padding: 50px 0 130px;
  }

  .inner-banner-area {
    height: 300px;
  }
  .inner-banner-content h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  .inner-banner-content p {
    font-size: 16px;
    line-height: 22px;
  }
  .service-container .tab-area ul {
    gap: 10px;
    margin-bottom: 30px;
  }
  .service-container .service-cont h4 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .service-container .service-provide .row {
    gap: 20px 0;
  }

  .service-details-container .service-deatils-wrap h2,
  .blog-details-container .blog-deatils-wrap h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .service-details-container .service-deatils-wrap p,
  .blog-details-container .blog-deatils-wrap p {
    font-size: 16px;
    line-height: 26px;
  }
  .service-details-container .service-deatils-wrap h3,
  .blog-details-container .blog-deatils-wrap h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .service-details-container ul li:before,
  .blog-details-container ul li:before {
    top: 8px;
  }

  .contact-container .contact-photo {
    width: 350px;
  }
  .contact-container .contact-form-group select.formcontrol {
    background-position: 96% 21px;
  }
}

@media only screen and (max-width: 479px) {
  .common-header h4 {
    font-size: 13px;
    line-height: 15px;
  }
  .common-header h5 {
    font-size: 25px;
    line-height: 30px;
  }
  .btn-primary {
    font-size: 13px;
  }
  .header .header-block a.logo {
    width: 200px;
  }
  .home-banner-area {
    min-height: 500px;
  }
  .banner-content img {
    width: 130px;
    margin-bottom: 20px;
  }
  .banner-content img:last-of-type {
    width:72px
  }
  .home-banner-area {
    min-height: 600px;
  }
  .banner-content h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .banner-content h6 {
    font-size: 16px;
  }
  .banner-content p {
    font-size: 14px;
    line-height: 22px;
    margin: 0px auto 20px;
  }
  .btn-banner {
    width: 185px;
    height: 40px;
  }

  .offer-area {
    padding: 50px 0 0;
  }
  .offer-cont h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .offer-cont p {
    font-size: 14px;
    line-height: 20px;
  }
  .btn-offer {
    width: 130px;
    height: 40px;
    margin-top: 20px;
  }

  .surgical-details li {
    width: 50%;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .surgical-details li:nth-of-type(2) {
    border-right: none;
  }
  .surgical-details li:nth-of-type(4) {
    border-left: 1px solid #e7d3cc;
    border-bottom: 1px solid #e7d3cc;
  }
  .surgical-details li:nth-of-type(5) {
    border: none;
  }
  .surgical-details li:last-of-type {
    border-left: 1px solid #e7d3cc;
  }
  .surgical-cont h5 {
    font-size: 25px;
    line-height: 30px;
  }
  .surgical-cont p {
    font-size: 15px;
    line-height: 19px;
  }
  .btn-surgical {
    width: 170px;
    height: 40px;
  }

  .gallery-area {
    padding: 30px 0;
  }
  .btn-offer {
    width: 250px;
    height: 40px;
    margin-top: 20px;
  }

  .client-area {
    padding: 30px 0;
  }
  .btn-client {
    width: 200px;
    height: 40px;
    margin-top: 20px;
  }

  .about-us-area {
    padding: 30px 0;
  }
  .about-us-area .about-us-cont-bottom {
    padding: 20px;
  }
  .about-us-area h5 {
    font-size: 25px;
    line-height: 30px;
  }
  .about-us-area p {
    font-size: 15px;
    line-height: 19px;
  }
  .btn-about {
    width: 170px;
    height: 40px;
  }

  .blog-item {
    flex-direction: column;
    align-items: center;
  }
  .blog-item .blog-content {
    width: 100%;
    text-align: center;
  }
  .blog-heading {
    margin-bottom: 20px;
    flex-direction: column;
    gap: 12px;
  }
  .blog-heading h5 {
    font-size: 20px;
    text-align: center;
  }
  .blog-heading a {
    font-size: 15px;
  }
  .blog-main-wrapper .row .col-6 {
    width: 100%;
  }

  .question-wrap {
    padding: 20px;
  }
  .question-wrap .right-block {
    flex-direction: column;
    margin: 15px auto 0;
  }
  .question-wrap .left-block h5 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .question-wrap .btn-book {
    width: 175px;
    height: 40px;
    font-size: 13px;
  }
  .question-wrap .btn-touch {
    width: 110px;
    height: 40px;
    font-size: 13px;
  }

  .footer-top .row {
    margin-top: -45px;
    gap: 25px 0;
  }
  .footer-top a.logo {
    width: 250px;
  }
  .social-block h6 {
    margin-top: 20px;
  }
  .footer-nav h4 {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .about-container .about-area {
    margin-top: 75px;
    padding: 40px 0;
  }
  .about-container .owner-area .owner-wrap {
    width: 200px;
    height: 250px;
  }
  .about-container .owner-area .owner-wrap:before {
    bottom: -20px;
    left: -20px;
    width: 190px;
    height: 240px;
  }
  .about-container .owner-area .plant-wrap {
    bottom: -30px;
    width: 28%;
    left: -5px;
  }
  .about-container .owner-content h1 {
    font-size: 25px;
    line-height: 31px;
  }
  .about-container .owner-content {
    padding-top: 10px;
  }
  .about-container .owner-content h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .about-container .owner-content p {
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0;
  }
  .about-container .owner-content ul li p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .about-container .owner-content .contact-block {
    margin: 25px 0;
  }
  .about-container .owner-content .contact-item p {
    font-size: 14px;
    line-height: 18px;
  }
  .about-container .awards-block h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .awards-block .image-block {
    max-height: 90px;
    overflow: hidden;
  }
  .awards-block .image-block img {
    width: 55%;
    height: auto;
    object-fit: contain;
  }
  .about-container .inner-info-item,
  .contact-container .inner-info-item {
    padding: 20px 10px;
  }
  .about-container .info-content h5,
  .contact-container .info-content h5 {
    font-size: 16px;
  }
  .about-container .info-content h6,
  .contact-container .info-content h6 {
    font-size: 15px;
  }
  .about-container .contact-area {
    padding: 35px 0;
  }
  .about-container .map-content,
  .service-container .map-content,
  .contact-container .map-content {
    height: 300px;
    margin-bottom: 30px;
  }
  .about-container .location-item,
  .service-container .location-item,
  .contact-container .location-item {
    padding: 15px;
  }
  .about-container .location-info h5,
  .service-container .location-info h5,
  .contact-container .location-info h5 {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 22px;
  }
  .about-container .location-info p,
  .service-container .location-info p,
  .contact-container .location-info p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 15px;
  }
  .about-container .time-item p,
  .service-container .time-item p,
  .contact-container .time-item p {
    margin: 0;
  }

  .about-container .client-area {
    padding: 30px 0 130px;
  }
  .about-container .btn-client {
    width: 200px;
    height: 40px;
    margin-top: 20px;
    font-size: 13px;
  }

  .inner-banner-area {
    height: 270px;
  }
  .inner-banner-content h1 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .inner-banner-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .service-container .tab-area ul li a {
    padding: 8px 14px;
    font-size: 14px;
    line-height: 18px;
  }
  .service-container .service-provide {
    padding-top: 20px;
  }
  .service-container .service-cont {
    padding: 14px;
  }
  .service-container .service-cont .image-content {
    height: 160px;
    margin-bottom: 20px;
  }
  .service-container .service-cont h4 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .service-container .service-cont p {
    font-size: 14px;
    line-height: 20px;
  }
  .service-container .btn-service {
    width: 100px;
    height: 40px;
    font-size: 13px;
    margin-top: 10px;
  }
  .service-container .contact-area {
    padding: 30px 0 120px;
  }

  .service-details-container .service-deatils-wrap {
    padding-top: 20px;
  }
  .service-details-container .service-deatils-wrap p,
  .blog-details-container .blog-deatils-wrap p {
    font-size: 14px;
    line-height: 22px;
  }
  .service-details-container ul li,
  .blog-details-container ul li {
    padding-left: 30px;
  }
  .service-details-container ul li:before,
  .blog-details-container ul li:before {
    left: 16px;
    width: 5px;
    height: 5px;
  }
  .service-details-container ul,
  .blog-details-container ul {
    margin-bottom: 20px;
  }
  .service-details-container .service-deatils-wrap img,
  .blog-details-container .blog-deatils-wrap img {
    margin-bottom: 20px;
  }
  .service-details-container .service-cont .image-content {
    height: 150px;
  }
  .service-details-container .service-cont h4,
  .gallery-container .card-body h5 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .service-details-container .service-cont p,
  .gallery-container .card-body p {
    font-size: 14px;
    line-height: 22px;
  }
  .service-details-container .service-cont {
    min-height: 280px;
  }
  .service-details-container .btn-client {
    width: 200px;
    height: 40px;
    font-size: 13px;
    margin-top: 20px;
  }
  .service-details-container .service-result {
    padding: 30px 0 110px;
  }
  .blog-details-container .blog-deatils-wrap .photo-top {
    margin-bottom: 20px;
  }

  .gallery-container .card {
    margin-bottom: 20px;
  }
  .gallery-container .card-header {
    height: 170px;
  }
  .gallery-container .card-body {
    text-align: center;
    padding: 15px;
  }
  .gallery-container .filter-button {
    font-size: 14px;
    padding: 8px 14px;
  }

  .contact-container .contact-photo {
    width: 250px;
  }
  .contact-container .form-block {
    padding: 20px 14px;
    width: 100%;
  }
  .contact-container .form-block h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .contact-container .contact-area {
    padding: 50px 0 110px;
  }
}

@media only screen and (max-width: 374px) {
}

/*
mw- 1400 c- 1200
mw- 1199 c- 992
mw- 991	c- 768
mw- 767	c- 576
mw- 575	c- 480
mw- 479	c- 375
mw- 374	c- 320
*/
