@media only screen and (max-width: 1199px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .hdr-right {
    gap: 16px;
  }
  header nav > ul,
  .contact-navigation {
    gap: 16px;
  }
  .sub-menu-link {
    padding: 10px 7px;
    gap: 8px;
  }
  /* main page title */
  .main_page_title::before {
    width: 860px;
    height: 860px;
  }
  /* main page title end */
  .banner .video {
    padding-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  h1,
  .heading_one {
    font-size: 42px;
    line-height: normal;
  }

  h2,
  .heading_two {
    font-size: 34px;
    line-height: normal;
    margin-bottom: 20px;
  }

  h3,
  .heading_three {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 8px;
  }

  h4,
  .heading_four {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 8px;
  }

  h5,
  .heading_five {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 8px;
  }

  h6,
  .heading_six {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 8px;
  }

  .logo {
    display: flex;
    align-items: center;
  }

  .logo-main {
    max-width: 160px;
  }

  .logo-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mobile {
    display: block;
    /* position: absolute; */
  }

  .video {
    margin-top: 45px;
  }

  .mobile-menu-screen {
    display: block;
  }

  header {
    padding: 10px 0;
  }

  .desktop .main-navigation {
    display: none;
  }

  header nav {
    margin-left: 0;
  }

  .hdr-right ul.menu {
    display: block;
  }

  .hdr-right ul.menu li {
    margin-right: 0;
  }

  .hdr-right ul.menu li a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #fff;
    color: #fff;
  }

  .mobile-menu-screen {
    position: absolute;
    left: 15px;
  }

  /* .custom-logo-link {
        margin-left: 40px;
    } */

  .footer-brand-list li {
    margin-right: 12px;
  }

  .social-links li,
  .footer-image li {
    margin-right: 20px;
  }

  /* Common Page */
  .site-main h1 {
    font-size: 42px;
    line-height: normal;
  }
  /* Common Page End */

  /* main page title */
  .main_page_title::before {
    width: 760px;
    height: 760px;
  }
  .main_page_title h1 {
    font-size: 42px;
    line-height: normal;
  }
  /* main page title end */

  /* Testimonials */
  .testimonial-col .testimonial-slider {
    padding: 30px 5px;
  }
  .testimonial .testimonial-slide {
    padding: 24px;
  }
  .testimonial-slider .head img {
    width: 60px;
    height: 60px;
  }
  .testimonial-button-next,
  .testimonial-button-prev {
    width: 34px;
    height: 34px;
  }
  .testimonial-btn-group {
    grid-gap: 10px;
  }
  /* End Testimonials */

  /* Contact Us */
  .contact-us-content {
    align-items: center;
  }
  .contact-us-form {
    padding: 30px 0;
  }
  .contact-us-form > ul > li {
    padding: 0 20px 20px;
  }
  .contact-us-form .wpcf7-submit {
    margin-left: 20px;
  }
  /* Contact Us End */
}

@media only screen and (max-width: 767px) {
  .common-padding {
    padding: 40px 0;
  }
  p {
    font-size: 16px;
    line-height: 24px;
  }
  /* Footer */
  .footer-link {
    margin-bottom: 20px;
  }
  /* Footer End */

  /* Common Page */
  .site-main {
    padding-bottom: 40px;
  }
  .site-main h1 {
    padding: 30px 0;
  }
  .site-main p > a {
    font-size: 16px;
    line-height: 24px;
  }
  /* Common Page End */

  /* main page title */
  .main_page_title.common-padding {
    padding-top: 170px;
  }
  .main_page_title::before {
    width: 660px;
    height: 660px;
  }
  /* main page title end */

  /* Testimonials */
  .testimonial .swiper-slide {
    height: auto;
  }
  .testimonial .testimonial-slide {
    padding: 16px;
  }
  .testimonial-slider .testimonial-slide .head {
    grid-gap: 10px;
    margin-bottom: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
  /* End Testimonials */

  /* Contact Us */
  .contact-us-content {
    margin-bottom: 30px;
  }
  .contact-us-form {
    max-width: 100%;
  }
  /* Contact Us End */
  /* Footer Style */
  .footer-link-block {
    gap: 16px;
  }
  /* End Footer Style */
}

@media only screen and (max-width: 640px) {
  /* main page title */
  .main_page_title::before {
    width: 560px;
    height: 560px;
  }
  /* main page title end */
}

@media only screen and (max-width: 575px) {
  h1,
  .heading_one {
    font-size: 28px;
  }

  h2,
  .heading_two {
    font-size: 26px;
  }

  h3,
  .heading_three {
    font-size: 22px;
  }

  h4,
  .heading_four {
    font-size: 20px;
  }

  h5,
  .heading_five {
    font-size: 18px;
  }

  header {
    padding: 10px 0;
  }

  .logo-main {
    max-width: 130px;
  }

  .mobile-menu-screen {
    top: 25px;
  }

  .custom-logo {
    width: 130px;
  }

  .contact-us {
    display: none;
  }

  .hdr-right li {
    margin-right: 0;
  }

  .primary {
    padding: 10px 16px 11px;
  }

  .phoneNo {
    position: relative;
    display: block;
    margin: 0;
    width: 1em;
    height: 1em;
    font-size: 25vmin;
    background-color: #3498db;
    border-radius: 0.5em;
    box-shadow: 0 0 0 0em rgba(#3498db, 0), 0em 0.05em 0.1em rgba(#000000, 0.2);
    transform: translate3d(0, 0, 0) scale(1);
  }

  .phoneNo:before,
  .phoneNo:after {
    position: absolute;
    content: "";
  }

  .phoneNo {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }

  .phoneNo {
    background: url("../images/phone.svg") no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    display: block;
    font-size: 0;
  }

  @keyframes trin {
    from {
      transform: rotate3d(0, 0, 1, 0deg);
    }
    20%,
    32%,
    44%,
    56%,
    68% {
      transform: rotate3d(0, 0, 1, 0deg);
    }
    23%,
    35%,
    47%,
    59%,
    71% {
      transform: rotate3d(0, 0, 1, 15deg);
    }
    26%,
    38%,
    50%,
    62%,
    74% {
      transform: rotate3d(0, 0, 1, 0deg);
    }
    29%,
    41%,
    53%,
    65%,
    77% {
      transform: rotate3d(0, 0, 1, -15deg);
    }
    80% {
      transform: rotate3d(0, 0, 1, 0deg);
    }
  }

  /* Testimonials */
  .testimonial-col {
    position: relative;
  }
  .testimonial-btn-group {
    display: none;
  }
  /* .testimonial-button-next.mobile,.testimonial-button-prev.mobile{
        display: inline-flex;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        z-index: 1;
    }
    .testimonial-button-next.mobile{
        right: 0;
    }
    .testimonial-button-prev.mobile{
        left: 0;
    } */
  .testimonial-col .testimonial-btn-group {
    display: flex;
    justify-content: center;
  }
  .testimonial-slider .testimonial-content {
    padding: 0 25px;
  }
  .testimonial-slider .testimonial-content::after {
    width: 14px;
    height: 14px;
  }
  .testimonial-slider .testimonial-content::before {
    width: 14px;
    height: 14px;
  }
  /* End Testimonials */

  /* Contact Us */
  .contact-us-form {
    padding: 20px 0;
  }
  .contact-us-form > ul > li {
    padding: 0 12px 20px;
  }
  .contact-us-form .wpcf7-submit {
    margin-left: 12px;
  }
  .contact-us-img svg {
    max-width: 310px;
  }
  /* Contact Us End */

  /* Footer */
  .footer-brand-list li {
    margin-right: var(--zero-spacing);
  }
  .footer-link {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: var(--zero-spacing);
  }
  .footer-link a,
  .footer-contact a,
  .footer-social a,
  .footer-contact address {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .footer-link .heading_six,
  .footer-contact .heading_six,
  .footer-social .heading_six {
    padding: 15px 0;
  }

  .footer-link ul li:last-child {
    padding-bottom: 12px;
  }
  .menu_arrow {
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
  }
  .menu_arrow::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 5px;
    background: url(../images/icon_dropdown.svg) no-repeat center;
    width: 16px;
    height: 16px;
    color: #ffffff;
    transition: all 0.3s;
    background-size: 16px;
  }
  .menu_arrow.active::after {
    top: 18px;
    transform: rotate(180deg);
    transition: all 0.3s;
  }
  .footer-address {
    max-width: 100%;
  }
  .footer-social .social-links-title {
    padding-bottom: 15px;
  }
  .social-links {
    padding-bottom: 20px;
  }
  .footerBottom p {
    font-size: 12px;
  }
  .footer-link-block {
    flex-direction: column;
  }
  .footer-link {
    width: 100%;
  }
  /* Footer End */

  /* Common Page */
  .site-main h1 {
    font-size: var(--golbal-mobile-h1-size);
    padding: 20px 0;
  }
  /* Common Page End */

  /* main page title */
  .main_page_title.common-padding {
    padding-top: 125px;
  }
  .main_page_title::before {
    width: 310px;
    height: 310px;
  }
  .main_page_title h1 {
    font-size: 28px;
  }
  /* main page title end */
  /* FAQ */
  .faq .accordion-button {
    padding: 16px 20px;
  }
  .faq .accordion-body {
    padding: 12px 20px 24px;
  }
  /* FAQ End */
  /* Thank You */
  .thank-you-block {
    padding: 20px;
  }
  .thank-you-image {
    max-width: 80px;
  }
  /* Thank You End */
  /* 404 */
  .error-page-image {
    max-width: 450px;
  }
  /* 404 End */
}
