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

  /* Default CSS */
  body {
    font-size: 14px;
  }
  .item-bg img{
    border-radius: 50% !important;
    border: none !important;
    width:100px !important;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .ptb-70 {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .pt-70 {
    padding-top: 30px;
  }

  .pb-70 {
    padding-bottom: 20px;
  }

  .pt-45 {
    padding-top: 30px;
  }

  .default-btn {
    padding: 11px 25px;
  }

  .my-slider .carousel-control-next-icon {
    width: 26px;
    height: 26px;
  }

  .my-slider .carousel-control-prev-icon {
    width: 26px;
    height: 26px;
  }

  .dividerHeading h4 {
    font-size: 21px;
  }

  .about-left-content {
    margin-top: 40px;
  }

  .carousel {
    margin-top: 55px;
  }

  .default-btn-two {
    padding: 11px 25px;
  }

  .section-title span {
    font-size: 12px;
  }

  .section-title h2 {
    font-size: 26px;
  }

  .section-title p {
    padding-top: 10px;
  }

  .section-title .section-icon .icon {
    font-size: 30px;
  }

  .section-title .section-icon::before {
    top: 15px;
    left: 30px;
    height: 1px;
  }

  .section-title .section-icon::after {
    top: 15px;
    right: 30px;
    height: 1px;
  }

  h3 {
    font-size: 20px;
  }

  /* Default CSS End */
  /* Top Header CSS */
  .top-header-bg-two {
    background-color: #1fa2ff;
  }

  .header-left {
    text-align: center;
  }

  .header-left .header-left-card ul li {
    padding-left: 0;
    margin: 0 7px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .header-left .header-left-card ul li::before {
    display: none;
  }

  .header-left .header-left-card ul li:first-child::before {
    display: none;
  }

  .header-left .header-left-card ul li:last-child {
    margin-right: 0;
  }

  .header-left .header-left-card ul li .head-icon {
    left: 0;
    top: 2px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    font-size: 20px;
  }

  .header-left .header-left-card ul li a {
    margin-top: 0;
    font-size: 14px;
  }

  .header-right {
    float: none;
    max-width: 270px;
    margin: 0 auto;
    padding-left: 12px;
  }

  .top-social-link {
    float: none;
    margin: 0 auto;
    max-width: 270px;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  /* Top Header CSS End */
  /* Navbar CSS */
  .mobile-nav .logo img {
    max-width: 120px;
    height: 50px;
    margin-top: -6px;
  }

  .others-options {
    display: none !important;
  }

  .side-nav-responsive {
    display: block;
  }

  .side-nav-responsive .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .side-nav-responsive .container .container {
    position: absolute;
    top: 55px;
    right: -20px;
    max-width: 185px;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
  }

  .search-overlay.search-popup {
    width: 260px;
    margin-top: 15px;
  }

  /* Navbar CSS End */

  /* About Area CSS */
  .about-section {
    padding-top: 30px;
  }

  .about-section .about-left-content h2 {
    font-size: 30px;
  }

  .about-right-content::before {
    display: none;
  }

  /* About Area CSS End */

  /* Service Area CSS End */
  .service-dots {
    display: none;
  }

  .service-card:hover .service-content {
    top: 35%;
    -webkit-transform: translateY(-27%);
    transform: translateY(-27%);
    bottom: auto;
  }

  .service-card .service-content p {
    max-width: 245px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-dots-2 {
    display: none;
  }

  .service-details-shape {
    display: none;
  }

  .services-article h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .services-article .services-content p {
    margin-bottom: 20px;
  }

  .services-article .services-another-content .content-img {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .services-article .services-another-content .content-img .row .col-6 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  .services-article .services-specialist h2 {
    margin-bottom: 20px;
  }

  /* Service Area CSS End */

  /* Serve Area CSS */
  .serve-area .section-title {
    margin-bottom: 30px;
  }

  .serve-btn-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .serve-btn-area::before {
    top: 20px;
    width: 90%;
    height: 88%;
  }

  /* Serve Area CSS End */


  /* faq Area CSS */
  .faq-bg::before {
    display: none;
  }

  .faq-bg::after {
    display: none;
  }

  .faq-accordion .accordion .accordion-title {
    font-size: 16px;
  }

  .faq-accordion .accordion .accordion-title i {
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .faq-counter-area {
    margin-left: auto;
    margin-right: auto;
  }

  .faq-counter-area .col-lg-6:nth-child(2) .single-counter {
    margin-top: 0;
  }

  .faq-counter-area .col-lg-6:nth-child(3) .single-counter {
    margin-top: 0;
  }

  /* faq Area CSS End */
  /* Footer Area CSS */
  .footer-widget h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .footer-widget p {
    margin-bottom: 15px;
  }

  .footer-widget .footer-logo {
    margin-bottom: 20px;
  }

  .footer-widget.pl-2,
  .footer-widget.px-2 {
    padding-left: 0 !important;
  }

  .footer-widget.pl-3,
  .footer-widget.px-3 {
    padding-left: 0 !important;
  }

  /* Footer Area CSS End */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .service-card:hover .service-content {
    top: 40%;
    -webkit-transform: translateY(-27%);
    transform: translateY(-27%);
    bottom: auto;
  }

  .service-card .service-content p {
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
  }

  .serve-btn-area::before {
    top: 20px;
    width: 93%;
    height: 88%;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* Default CSS */
  body {
    font-size: 14px;
  }

  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .ptb-70 {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .pt-70 {
    padding-top: 30px;
  }

  .pb-70 {
    padding-bottom: 20px;
  }

  .pt-45 {
    padding-top: 30px;
  }

  .default-btn {
    padding: 11px 25px;
  }

  .default-btn-two {
    padding: 11px 25px;
  }

  .section-title span {
    font-size: 12px;
  }

  .section-title h2 {
    font-size: 26px;
  }

  .section-title p {
    padding-top: 10px;
  }

  .section-title .section-icon .icon {
    font-size: 30px;
  }

  .section-title .section-icon::before {
    top: 15px;
    left: 30px;
    height: 1px;
  }

  .section-title .section-icon::after {
    top: 15px;
    right: 30px;
    height: 1px;
  }

  h3 {
    font-size: 20px;
  }

  /* Default CSS End */
  /* Top Header CSS */
  .top-header-bg-two {
    background-color: #1fa2ff;
  }

  .header-left .header-left-card ul li {
    margin-right: 15px;
  }

  .header-left .header-left-card ul li::before {
    height: 20px;
    left: -8px;
  }

  .top-social-link ul li {
    display: inline-block;
    margin-right: 3px;
  }

  /* Top Header CSS End */
  /* Navbar CSS */
  .mobile-nav .logo img {
    max-width: 120px;
    height: 40px;
    margin-top: -5px;
  }

  .others-options {
    display: none !important;
  }

  .side-nav-responsive {
    display: block;
  }

  .side-nav-responsive .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .side-nav-responsive .container .container {
    position: absolute;
    top: 55px;
    right: -20px;
    max-width: 185px;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
  }

  .search-overlay.search-popup {
    width: 260px;
    margin-top: 15px;
  }

  /* Navbar CSS End */

  /* Service Area CSS End */
  .service-dots {
    display: none;
  }

  .service-details-shape {
    display: none;
  }

  .service-card:hover .service-content {
    top: 35%;
    -webkit-transform: translateY(-27%);
    transform: translateY(-27%);
    bottom: auto;
  }

  .service-card .service-content p {
    max-width: 245px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-dots-2 {
    display: none;
  }

  /* Service Area CSS End */

  /* Serve Area CSS */
  .serve-area .section-title {
    margin-bottom: 30px;
  }

  .serve-btn-area::before {
    top: 20px;
    width: 95%;
    height: 93%;
  }

  /* Serve Area CSS End */

  /* faq Area CSS */
  .faq-bg::before {
    display: none;
  }

  .faq-bg::after {
    display: none;
  }

  .faq-accordion .accordion .accordion-title {
    font-size: 16px;
  }

  .faq-accordion .accordion .accordion-title i {
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .faq-counter-area {
    margin-left: auto;
    margin-right: auto;
  }

  .faq-counter-area .col-lg-6:nth-child(2) .single-counter {
    margin-top: 0;
  }

  .faq-counter-area .col-lg-6:nth-child(3) .single-counter {
    margin-top: 0;
  }

  /* faq Area CSS End */
  /* Footer Area CSS */
  .footer-widget h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .footer-widget p {
    margin-bottom: 15px;
  }

  .footer-widget .footer-logo {
    margin-bottom: 20px;
  }

  .footer-widget.pl-2,
  .footer-widget.px-2 {
    padding-left: 0 !important;
  }

  .footer-widget.pl-3,
  .footer-widget.px-3 {
    padding-left: 0 !important;
  }

  /* Footer Area CSS End */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-light .navbar-brand img {
    max-width: 120px;
  }

  .main-nav nav .navbar-nav .nav-item a {
    margin-left: 10px;
    margin-right: 10px;
  }

  /* Main Banner CSS */

  .service-dots img {
    max-width: 260px;
  }

  .service-dots-2 img {
    max-width: 300px;
  }

  .service-open-hours {
    padding: 30px 10px;
  }

  .footer-widget h3 {
    font-size: 20px;
  }

  .footer-widget .footer-contact-list li {
    font-size: 15px;
  }

  .footer-widget .footer-list li {
    font-size: 15px;
  }

  .footer-widget .social-link li {
    margin-right: 0px;
  }

}

@media only screen and (max-width: 479px) {
  .contact-rw .book-now-form {
    width: 100%;
  }

  .contact-form-area .contact-us-form {
    padding: 0 20px;
  }

  .inner-section-banner-main {
    position: relative;
  }

  .inner-banner-section .inner-page-banner-content h3 {
    position: absolute;
    left: 30%;
    right: 0;
    margin: 0 auto;
    top: 50%;
  }

  .meanclose span:first-child {
    transform: rotate(45deg);
  }

  .meanclose span:last-child {
    transform: rotate(0deg);
  }
}

@media only screen and (min-width: 1800px) {
  .service-dots {
    position: absolute;
    top: 0;
    left: 0;
  }

  .service-details-shape img {
    max-width: 100%;
  }
}
